Class HindiAnalyzer

    • Field Detail

      • DEFAULT_STOPWORD_FILE

        public static final java.lang.String DEFAULT_STOPWORD_FILE
        File containing default Hindi stopwords. Default stopword list is from http://members.unine.ch/jacques.savoy/clef/index.html The stopword list is BSD-Licensed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HindiAnalyzer

        public HindiAnalyzer​(Version version,
                             CharArraySet stopwords,
                             CharArraySet stemExclusionSet)
        Builds an analyzer with the given stop words
        Parameters:
        version - lucene compatibility version
        stopwords - a stopword set
        stemExclusionSet - a stemming exclusion set
      • HindiAnalyzer

        public HindiAnalyzer​(Version version,
                             CharArraySet stopwords)
        Builds an analyzer with the given stop words
        Parameters:
        version - lucene compatibility version
        stopwords - a stopword set
    • Method Detail

      • getDefaultStopSet

        public static CharArraySet getDefaultStopSet()
        Returns an unmodifiable instance of the default stop-words set.
        Returns:
        an unmodifiable instance of the default stop-words set.