⚠ 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.
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'.
$ dotnet add package Stanford.NLP.POSTaggerNo README available.