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, resultspublic StemmingMode() throws IOException
IOExceptionpublic List<String> process(USMFStatus twitterStatus)
TwitterPreprocessingModeprocess in class TwitterPreprocessingMode<List<String>>public String getAnalysisKey()
getAnalysisKey in class TwitterPreprocessingMode<List<String>>