TwitterNLP provides a fast and robust Java-based tokenizer and part-of-speech tagger for tweets, its training data of manually labeled POS annotated tweets, a web-based annotation tool, and hierarchical word clusters from unlabeled tweets.
Info
Version: | 0.3.2.4 |
Author(s): | Noah's ARK |
Last Update: | Saturday, May 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.cs.cmu.edu/~ark/TweetNLP/index.html |
NuGet Url: | https://www.nuget.org/packages/TwitterNLP |
Install
Install-Package TwitterNLP
dotnet add package TwitterNLP
paket add TwitterNLP
TwitterNLP Download (Unzip the "nupkg" after downloading)
Dependencies
- Stanford.NLP.CoreNLP(>= 3.9.1)
- IKVM(>= 8.1.5717)
Tags