AlexPoint / OpenNlp

Open source NLP tools (sentence splitter, tokenizer, chunker, coref, NER, parse trees, etc.) in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What version of OpenNLP is this?

opened this issue · comments

Is this a port of v1.3.4 of OpenNLP? Or is 1.3.4 the version of this project itself

commented

It's v1.3.4 of the nuget package (hence of the project itself).

Thanks. And which version of OpenNLP is it then?

commented

It was based initially on https://sharpnlp.codeplex.com/, which itself was based on https://github.com/apache/opennlp (v1.5.2).
This version has slightly diverged after that though.

Thanks for the info