Info
Version: | 3.9.2.0 |
Author(s): | The Stanford Natural Language Processing Group |
Last Update: | Wednesday, May 1, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://sergey-tihon.github.io/Stanford.NLP.NET/ |
NuGet Url: | https://www.nuget.org/packages/Stanford.NLP.NER |
Install
Install-Package Stanford.NLP.NER
dotnet add package Stanford.NLP.NER
paket add Stanford.NLP.NER
Stanford.NLP.NER Download (Unzip the "nupkg" after downloading)
Tags
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.