| Package | Description |
|---|---|
| org.openimaj.tools.twitter.modes.preprocessing | |
| org.openimaj.tools.twitter.options |
| Modifier and Type | Class and Description |
|---|---|
class |
CountryCodeMode
Use the twokeniser to tokenise tweets
|
class |
LanguageDetectionMode
A gateway class which loads and uses the #LanguageDetector
|
class |
NERMode
-m NER
Named Entity Recognition Mode.
|
class |
SentimentExtractionMode |
class |
StemmingMode
A gateway class which loads and uses the #PorterEnglishStemmingFilter
|
class |
StopwordMode |
class |
TokeniseMode
Use the twokeniser to tokenise tweets
|
| Modifier and Type | Method and Description |
|---|---|
abstract TwitterPreprocessingMode<?> |
TwitterPreprocessingModeOption.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
static <Q> Q |
TwitterPreprocessingMode.results(USMFStatus status,
TwitterPreprocessingMode<Q> mode)
Given a twitter status, attempts to extract the analysis for this mode.
|
| Modifier and Type | Field and Description |
|---|---|
List<TwitterPreprocessingMode<?>> |
AbstractTwitterPreprocessingToolOptions.modeOptionsOp
The preprocessing to perform
|
| Modifier and Type | Method and Description |
|---|---|
List<TwitterPreprocessingMode<?>> |
AbstractTwitterPreprocessingToolOptions.preprocessingMode() |