- Notifications
You must be signed in to change notification settings - Fork19
sergey-tihon/OpenNLP.NET
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OpenNLP for .NET
is a port of OpenNLP to .NET.
This project contains build scripts that recompile OpenNLP.jar
packages to .NET assemblies usingIKVM.NET and tests that help to be sure that recompiled packages are workable. Recompiled assemblies are available onNuGet.
.NET samples are availablein tests.Manual is available on official site.
Versioning model used for NuGet packages is aligned to versioning used by OpenNLP Team.For example, if you getOpenNLP
package fromOpenNLP site with version1.5.3
, then the NuGet version of this package has a version1.5.3.x
, wherex
is the greatest that is available on NuGet. Last number is used for internal versioning of .NET assemblies.
Project is licensed under the terms of theApache 2.0 license