Stanford.NLP.NER
4.2.0
Install-Package Stanford.NLP.NER -Version 4.2.0
dotnet add package Stanford.NLP.NER --version 4.2.0
<PackageReference Include="Stanford.NLP.NER" Version="4.2.0" />
paket add Stanford.NLP.NER --version 4.2.0
#r "nuget: Stanford.NLP.NER, 4.2.0"
// Install Stanford.NLP.NER as a Cake Addin
#addin nuget:?package=Stanford.NLP.NER&version=4.2.0
// Install Stanford.NLP.NER as a Cake Tool
#tool nuget:?package=Stanford.NLP.NER&version=4.2.0
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.
Product | Versions |
---|---|
.NET Framework | net |
-
- IKVM (= 8.1.5717)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Stanford.NLP.NER:
Package | Downloads |
---|---|
PIIRedact
Redacts the PII information i.e name, organization, location,email, ssn, driver license, passport no. ip address etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.2.0 | 1,319 | 2/27/2021 |
3.9.2 | 26,115 | 5/1/2019 |
3.9.1 | 33,234 | 3/3/2018 |
3.8.0 | 4,831 | 9/9/2017 |
3.7.0.1 | 4,338 | 4/9/2017 |
3.7.0 | 1,233 | 1/13/2017 |
3.6.0 | 5,689 | 12/28/2015 |
3.5.2.1 | 1,418 | 10/5/2015 |
3.5.2 | 4,940 | 5/22/2015 |
3.5.1 | 1,561 | 2/14/2015 |
3.5.0 | 1,796 | 12/3/2014 |
3.4.0 | 1,874 | 6/21/2014 |
3.3.1.1 | 1,049 | 5/2/2014 |
3.3.0 | 1,396 | 11/27/2013 |
3.2.0 | 1,457 | 7/11/2013 |
New version of Stanford NLP (4.2.0)