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