标签: nlp machine-learning
我正在寻找Stanford NLP Parser从文本中提取名词短语。有没有更好的东西可以免费使用?
答案 0 :(得分:5)
如果您正在处理英语数据,请查看Illinois chunker。我还没有尝试过,但这是非常新的,伊利诺伊州的人们倾向于编写优秀的NLP软件。
更新:该项目现已在github上提供:https://github.com/IllinoisCogComp/illinois-cogcomp-nlp/tree/master/chunker
答案 1 :(得分:1)
不能说更好,但有很多免费的 LingPipe,OpenNLP,Mallet,NLTK(Python)