我检查了文档,但没有提及。
提到的链接是 http://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/ling/CoreAnnotations.html和
我唯一能从链接中理解它返回unicode类型类。没有提到" class"这种情况的手段和分类的基础是什么
答案 0 :(得分:1)
这是中国分割器使用的。例如,请参阅edu/stanford/nlp/wordseg/Sighan2005DocumentReaderAndWriter.java
。然后在中文Segmenter功能工厂(edu/stanford/nlp/wordseg/Gale2007ChineseSegmenterFeatureFactory.java
)中使用它。