Description
This project contains build scripts that recompile Stanford NLP .jar packages to .NET assemblies using IKVM.NET, tests that help to be sure that recompiled packages are workable and Stanford.NLP for .NET documentation site that hosts samples for all packages. All recompiled packages are available on NuGet.
Stanford.NLP for .NET alternatives and similar packages
Based on the "Artificial Intelligence" category.
Alternatively, view Stanford.NLP for .NET alternatives based on common mentions on social networks and blogs.
-
GeneticSharp
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs). -
AIMLBot (Program#)
A small, fast, standards-compliant yet easily customizable implementation of an AIML (Artificial Intelligence Markup Language) based chatter bot in C#. -
SIML
Synthetic Intelligence Markup Language, a next generation Chatbot & Digital Assistant Language.
Access the most powerful time series database as a service
Do you think we are missing an alternative of Stanford.NLP for .NET or a related project?
README
Stanford.NLP for .NET
Stanford.NLP for .NET
is a port of Stanford NLP distributions to .NET.
This project contains build scripts that recompile Stanford NLP .jar
packages to .NET assemblies using IKVM.NET, tests that help to be sure that recompiled packages are workable and Stanford.NLP for .NET documentation site that hosts samples for all packages. All recompiled packages are available on NuGet.
Master package
Other packages
Versioning
Versioning model used for NuGet packages is aligned to versioning used by Stanford NLP Group.
For example, if you get Stanford CoreNLP
distribution from Stanford NLP site with version 3.3.1
, then the NuGet version of this package has a version 3.3.1.x
, where x
is the greatest that is available on NuGet. Last number is used for internal versioning of .NET assemblies.
Licensing of the code/content of this repo
The source code of this repo(build scripts, integration tests, docs and samples) under the [MIT](LICENSE) license.
Licensing of NuGet packages
All these software distributions are open source, licensed under the GNU General Public License (v2 or later). Note that this is the full GPL, which allows many free uses, but does not allow its incorporation into any type of distributed proprietary software, even in part or in translation. Commercial licensing is also available; please contact The Stanford Natural Language Processing Group if you are interested.
*Note that all licence references and agreements mentioned in the Stanford.NLP for .NET README section above
are relevant to that project's source code only.