Found 37 packages
Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, and mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. Stanford CoreNLP is an integrated framework, which make it very easy to apply a bunch of language analysis tools to a piece of text. Starting from plain text, you can run all the tools on it with just two lines of code. Its analyses provide the foundational building blocks for higher-level and domain-specific text understanding applications.
This is the core package for the Abodit NLP natural language engine
Resource package that contains named-entity recognition for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
This is a .NET Core version of the natural language date/time parser ported from Ruby by Robert Wilczynski
Resource package that contains Open IE model for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Resource package that contains parser for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Resource package that contains pos tagger for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Resource package that contains sentiment analysis model for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Simple C# wrapper for Stanford CoreNLP (see README for details).
Resource package that contains lexicalized parser for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Find the english language indeterminate article ('a' or 'an') for a word. Based on real usage patterns extracted from the wikipedia text dump; can therefore even deal with tricky edge cases such as acronyms (FIAT vs. FAA, NASA vs. NSA) and odd symbols. (Requires .NET Core 1.0 or .NET 4.5)
Resource package that contains coreference resolution model for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Resource package that contains KBP model for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Resource package that contains deterministic coreference resolution model for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Natural Language Processing libraries of Veles project, Core and Data namespaces dealing with lexic resources, pipeline decomposition and other NLP stuff
Contains specialized data structures and helper classes.
NLP-related extension methods and helpers for .NET
Core (legacy) package of the imbNLP library
Xamarin.Android bindings for HMS Core - MlNlpTextembedding
Text processing infrastructure for LMSupply - tokenization, vocabulary management, and encoding utilities