Stanford.NLP.NER by The Stanford Natural Language Processing Group

<PackageReference Include="Stanford.NLP.NER" Version="3.9.2" />

.NET API 16,854,016 bytes

 Stanford.NLP.NER 3.9.2

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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>Stanford.NLP.NER</id>
    <version>3.9.2.0</version>
    <authors>The Stanford Natural Language Processing Group</authors>
    <owners>Sergey Tihon</owners>
    <licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
    <projectUrl>http://sergey-tihon.github.io/Stanford.NLP.NET/</projectUrl>
    <iconUrl>https://nlp.stanford.edu/static/img/logos/nlp-logo.gif</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>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.</description>
    <summary>Stanford Named Entity Recognizer (NER)</summary>
    <releaseNotes>New version of Stanford NLP (3.9.2)</releaseNotes>
    <copyright>Copyright 2015-2018</copyright>
    <tags>nlp stanford NER CRF IKVM</tags>
    <dependencies>
      <dependency id="IKVM" version="[8.1.5717]" />
    </dependencies>
  </metadata>
</package>