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() |
results
public LanguageDetectionMode() throws IOException
IOException
public Map<String,Object> process(USMFStatus twitterStatus)
TwitterPreprocessingMode
process
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>>