Пример #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);
 }