sergey-tihon / OpenNLP.NET

OpenNLP for .NET
Apache License 2.0
89 stars 18 forks source link

OpenNLP 1.9.1 Upgrade #4

Closed NightOwl888 closed 4 years ago

NightOwl888 commented 4 years ago

This upgrades the project to OpenNLP 1.9.1. Please update the package on NuGet.

Also, do note that the "official" IKVM project is dead, but there are some updates to it happening at: https://github.com/wwrd/ikvm8. In particular, there has been some progress on getting IKVM to work with .NET Standard: https://github.com/wwrd/ikvm8/issues/3. You might consider targeting IKVM.WINDWARD instead of IKVM so when these changes are complete this project will support .NET Standard (we will need this for OpenNLP).

sergey-tihon commented 4 years ago

Thank you @NightOwl888 for contribution New version released on NuGet - https://www.nuget.org/packages/OpenNLP.NET/1.9.1

NightOwl888 commented 4 years ago

Wow, now that was fast! Thanks.