public class SentimentExtractionMode extends TwitterPreprocessingMode<Map<String,Object>>
Constructor and Description |
---|
SentimentExtractionMode() |
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, results
public SentimentExtractionMode() throws IOException
IOException
public Map<String,Object> process(USMFStatus twitterStatus)
TwitterPreprocessingMode
process
in class TwitterPreprocessingMode<Map<String,Object>>
public String getAnalysisKey()
getAnalysisKey
in class TwitterPreprocessingMode<Map<String,Object>>