Open pg2455 opened 9 years ago
My commercial/AGPL NLP project, spaCy, might give you what you're looking for: http://spacy.io
Will I be able to use spacy from C++. Its just the requirement of tech stack and nothing to do with my preference.
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.
Is there a C++ version of aptagger too?