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