Interface StopwordsHandler

    • Method Detail

      • isStopword

        boolean isStopword​(java.lang.String word)
        Returns true if the given string is a stop word.
        Parameters:
        word - the word to test
        Returns:
        true if the word is a stopword