An integrated suite of natural language processing tools for English and (mainland) Chinese, including tokenization,
part-of-speech tagging, named entity recognition, parsing, and coreference.
See also: corenlp.run and online CoreNLP demo.
Probabilistic natural language parsers: highly optimized PCFG and dependency parsers, a
lexicalized PCFG parser, and a deep learning reranker.
See also: online parser demo.
A Conditional Random Field sequence model, together with well-engineered features for Named Entity Recognition in English, Chinese, and German.
See also: online NER demo
Log-linear Part-Of-Speech Tagger for English, Arabic, Chinese, French, and German. The software that reads text in some language and assigns parts of speech to each word (and other token).
A CRF-based word segmenter (tokenizer). Supports Arabic and Chinese (can be used for English, French, and Spanish.).
*.jar
file with models if such one exists
Note: Do not try to reference several NuGet packages from your project. They are incompatible with each other! If you need more than one - you should reference Stanford CoreNLP package. All features are packed inside.