public interface Stemmer
Interface for a stemmer.
  • Method Summary

    Modifier and Type
    Method
    Description
    stem(String word)
    Stems a word.
  • Method Details

    • stem

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