示例#1
0
 public int Postag(List <string> words, out List <string> tags)
 {
     return(native.Postag(words, out tags));
 }