11 packages tagged with “CoreNLP”
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.
Resource package that contains named-entity recognition 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 Open IE model 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).
Resource package that contains lexicalized parser for SimpleNetNlp project (simple C# wrapper for Stanford CoreNLP).
Simple C# wrapper for Stanford CoreNLP (see README for details).
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).