Class ENStemmer

    • Constructor Detail

      • ENStemmer

        public ENStemmer()
    • Method Detail

      • stem

        public String stem​(@NonNull
                           @NonNull String string)
        Description copied from interface: Stemmer
        Stem the given token (string) without consideration of the part of speech
        Specified by:
        stem in interface Stemmer
        Parameters:
        string - The token
        Returns:
        The stemmed version