⚠ Deprecated: Legacy
This package has been marked deprecated in favour of the official maven Stanford CoreNLP package. Read more here https://github.com/sergey-tihon/Stanford.NLP.NET.
Stanford NER (also known as CRFClassifier) is a Java implementation of a Named Entity Recognizer. Named Entity Recognition (NER) labels sequences of words in a text which are the names of things, such as person and company names, or gene and protein names. The software provides a general (arbitrary order) implementation of linear chain Conditional Random Field (CRF) sequence models, coupled with well-engineered feature extractors for Named Entity Recognition.
$ dotnet add package Stanford.NLP.NERNo README available.