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

.NET Standard support

ErickMwazonga opened this issue · comments

I am currently using this package in an existing project(.NET framework).
We recently moved the project to a .NET Standard environment which I cannot use this package.

Is it possible to support the .NET standard in this package?