Interface StopWordsService

    • Method Detail

      • test

        boolean test​(String word)
        Checks whether a word is a stop word.
        Parameters:
        word - the word to filter.
        Returns:
        true if the word is a stop word, false otherwise.