Interface Stemmer

    • Method Detail

      • stem

        java.util.List<StemList> stem​(java.lang.String input,
                                      StemMode mode,
                                      Language language)
        Stem input according to specified stemming mode.
        Parameters:
        input - the string to stem.
        mode - the stemming mode
        language - the language to use for stemming
        Returns:
        list of possible stems. Empty if none.
        Throws:
        ProcessingException - thrown if there is an exception stemming this input