Interface Stemmer.RootProcessor
- Enclosing class:
- Stemmer
static interface Stemmer.RootProcessor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessRoot(CharsRef stem, int formID, int morphDataId)
-
Method Details
-
processRoot
- Parameters:
stem- the text of the found dictionary entryformID- internal id of the dictionary entry, e.g. to be used inDictionary.hasFlag(int, char)morphDataId- the id of the custom morphological data (0 if none), to be used withDictionary.morphData- Returns:
- whether the processing should be continued
-