| Class | Description |
|---|---|
| CountryCodeMode |
Use the twokeniser to tokenise tweets
|
| LanguageDetectionMode |
A gateway class which loads and uses the #LanguageDetector
|
| NERMode |
-m NER
Named Entity Recognition Mode.
|
| SentimentExtractionMode | |
| StemmingMode |
A gateway class which loads and uses the #PorterEnglishStemmingFilter
|
| StopwordMode | |
| TokeniseMode |
Use the twokeniser to tokenise tweets
|
| TwitterPreprocessingMode<T> |
A processing mode that is able to process a tweet and also typed on the data
which it analyses from the tweet (so it can return this data if required)
|
| Enum | Description |
|---|---|
| TwitterPreprocessingModeOption |
The mode of the twitter processing tool
|