Interface Stemmer.RootProcessor

  • Enclosing class:
    Stemmer

    static interface Stemmer.RootProcessor
    • Method Detail

      • processRoot

        boolean processRoot​(CharsRef stem,
                            int formID,
                            int morphDataId)
        Parameters:
        stem - the text of the found dictionary entry
        formID - internal id of the dictionary entry, e.g. to be used in Dictionary.hasFlag(int, char)
        morphDataId - the id of the custom morphological data (0 if none), to be used with Dictionary.morphData
        Returns:
        whether the processing should be continued