c/c++ NLP library [closed]
Asked Answered
U

1

8

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

Unguentum answered 26/11, 2009 at 18:29 Comment(0)
H
5

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.

Haugen answered 26/11, 2009 at 18:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.