コード例 #1
0
ファイル: NERHelper.cs プロジェクト: derekantrican/NERWrapper
 public List <(string, string)> Recognize(string sentences)
 {
     return(classifier.ClassifyWordsWithTypes(sentences));
 }