c/c++ NLP library [closed]

早过忘川 提交于 2019-12-04 11:36:41

问题


I am looking for an open source Natural Language Processing library for c/c++ and especially i am interested in Part of speech tagging.


回答1:


Take a look at this POS Tagger list from Stanford. Some of them are language independent and others are targeted at C/C++ or have specific bindings.
Not present on that list, but still important in my opinion is Citar, a C++ free software part of speech tagger using a trigram Hidden Markov Model.



来源:https://stackoverflow.com/questions/1805099/c-c-nlp-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!