A Part-Of-Speech Tagger (POS Tagger) is a piece of software that reads text in some language and assigns parts of speech to each word (and other token), such as noun, verb, adjective, etc., although generally computational applications use more fine-grained POS tags like 'noun-plural'.
Info
Version: | 4.2.0.2 |
Author(s): | The Stanford Natural Language Processing Group |
Last Update: | Thursday, August 25, 2022 |
.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.POSTagger |
Install
Install-Package Stanford.NLP.POSTagger
dotnet add package Stanford.NLP.POSTagger
paket add Stanford.NLP.POSTagger
Stanford.NLP.POSTagger Download (Unzip the "nupkg" after downloading)
Dependencies
- IKVM(>= 8.1.5717 && <= 8.1.5717)
Tags