Interface Stemmer.RootProcessor
-
- Enclosing class:
- Stemmer
static interface Stemmer.RootProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanprocessRoot(CharsRef stem, int formID, int morphDataId)
-
-
-
Method Detail
-
processRoot
boolean processRoot(CharsRef stem, int formID, int morphDataId)
- 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
-
-