See: Description
| Class | Description |
|---|---|
| RunTagger |
Commandline interface to run the Twitter POS tagger with a variety of possible input and output formats.
|
| Tagger |
Tagger object -- wraps up the entire tagger for easy usage from Java.
|
| Tagger.TaggedToken |
One token and its tag.
|
| Train | |
| Twokenize |
Twokenize -- a tokenizer designed for Twitter text in English and some other European languages.
|
| Enum | Description |
|---|---|
| RunTagger.Decoder |
The top-level of this package contains classes of interest to users of TweetNLP.