AlexPoint / OpenNlp

Open source NLP tools (sentence splitter, tokenizer, chunker, coref, NER, parse trees, etc.) in C#
MIT License
282 stars 100 forks source link

Signed package? #6

Open leelasn opened 8 years ago

leelasn commented 8 years ago

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"

asdegani commented 2 years ago

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.

NightOwl888 commented 2 years ago

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 https://github.com/apache/lucenenet/issues/460 for a breakdown of my research of NLP support in .NET.