标签:color [] static next col ring while stat str
需要两个jar包
ansj_seg.jar
nlp-lang
public class Word{ public static void main(String[] args) { String str = "你微微地笑着,不同我说什么话。而我觉得,为了这个,我已等待得很久了。"; Result result = ToAnalysis.parse(str); Iterator<term> it=result.iterator();
while(it.hasNext()){
System.out.println(it.getName());
}
} }
标签:color [] static next col ring while stat str
原文地址:https://www.cnblogs.com/xiandong/p/10489153.html