示例#1
0
 public Postagger(string path, string lexicon_file)
 {
     native = LtpFactory.GetLtpFactory().CreatePostagger(path, lexicon_file);
 }
示例#2
0
 public Postagger(string path, string lexicon_file)
 {
     native = LtpFactory.GetLtpFactory().CreatePostagger(path, lexicon_file);
 }
示例#3
0
 public Postagger(string path)
 {
     native = LtpFactory.GetLtpFactory().CreatePostagger(path);
 }
示例#4
0
 public Postagger(string path)
 {
     native = LtpFactory.GetLtpFactory().CreatePostagger(path);
 }