I am looking for an open source Natural Language Processing library for c/c++ and especially i am interested in Part of speech tagging.
The Natural Language Toolkit, or NLTK, is one of the premier libraries for developing Natural Language Processing (NLP) models, making it an excellent choice for sentiment analysis.
PyNLPl Python library for NLP contains modules for both standard and less common NLP tasks. Its use case ranges from basic functions like extracting n-grams and frequency lists to building simple language models. In addition, PyNLPl comes with an entire library for working with FoLiA XML.
Natural language processing (NLP) is a field that focuses on making natural human language usable by computer programs. NLTK, or Natural Language Toolkit, is a Python package that you can use for NLP. A lot of the data that you could be analyzing is unstructured data and contains human-readable text.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With