Interface Language


  • public interface Language
    Represents a set of stop words for a specific language.
    Since:
    2.1.0
    Author:
    Anindya Chatterjee
    • Method Detail

      • stopWords

        Set<String> stopWords()
        A set of stop words for the language.
        Returns:
        the set of stop words.