Class Stemmer


  • public class Stemmer
    extends Object
    • Method Detail

      • cleanStemPhrase

        public static String cleanStemPhrase​(String phrase)
        Remove illegal characters from the string and stem each single word
        Returns:
        a string that consists of stemmed words
      • replaceIllegalCharacter

        public static String replaceIllegalCharacter​(String string)