public class LanguageDetectionMode extends TwitterPreprocessingMode<Map<String,Object>>
| Constructor and Description |
|---|
LanguageDetectionMode()
Loads the language detector
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysisKey() |
Map<String,Object> |
process(USMFStatus twitterStatus)
Alters the twitter status in place with the analysis that is required to
be performed
|
RDFAnalysisProvider |
rdfAnalysisProvider() |
resultspublic LanguageDetectionMode() throws IOException
IOExceptionpublic Map<String,Object> process(USMFStatus twitterStatus)
TwitterPreprocessingModeprocess in class TwitterPreprocessingMode<Map<String,Object>>public RDFAnalysisProvider rdfAnalysisProvider()
rdfAnalysisProvider in class TwitterPreprocessingMode<Map<String,Object>>public String getAnalysisKey()
getAnalysisKey in class TwitterPreprocessingMode<Map<String,Object>>