Interface Stemmer


  • public interface Stemmer
    Interface for a stemmer.
    • Method Detail

      • stem

        String stem​(String word)
        Stems a word.
        Parameters:
        word - the word to stem
        Returns:
        the stemmed word