Example #1
0
 public List <(string, string)> Recognize(string sentences)
 {
     return(classifier.ClassifyWordsWithTypes(sentences));
 }