sloria / textblob-aptagger

*Deprecated* A fast and accurate part-of-speech tagger for TextBlob.
MIT License
103 stars 40 forks source link

C++ Version #8

Open pg2455 opened 9 years ago

pg2455 commented 9 years ago

Is there a C++ version of aptagger too?

honnibal commented 9 years ago

My commercial/AGPL NLP project, spaCy, might give you what you're looking for: http://spacy.io

pg2455 commented 9 years ago

Will I be able to use spacy from C++. Its just the requirement of tech stack and nothing to do with my preference.

honnibal commented 9 years ago

Well, spaCy's written in Cython, which can be imported from C++ after jumping through some hoops. But it's only worth it if you're doing something pretty substantial / long-term. For a quick project, ZPar and SENNA are both high-quality. However, SENNA is strictly non-commercial.