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

Signed package?

leelasn opened this issue · comments

Any possibility of releasing a strong name-signed version of the NuGet package? I currently get the error "Assembly generation failed -- Referenced assembly 'OpenNLP' does not have a strong name"

I'm also facing this problem now :(
error CS8002: Referenced assembly 'OpenNLP, Version=1.0.7182.26901, Culture=neutral, PublicKeyToken=null' does not have a strong name.

If you require a signed version of OpenNLP, try OpenNLP.NET. It is an IKVM build of a later version of OpenNLP than this one.

That being said, I have no idea what version of OpenNLP this is based upon and the API is so drastically different that I didn't attempt to use it. But it doesn't seem to have all of the latest features, that is for sure.

If you require .NET Core/.NET 5/.NET 6 support, that is still not possible. See apache/lucenenet#460 for a breakdown of my research of NLP support in .NET.