Uses of Enum Class
org.apache.nutch.scoring.similarity.util.LuceneTokenizer.TokenizerType
Packages that use LuceneTokenizer.TokenizerType
-
Uses of LuceneTokenizer.TokenizerType in org.apache.nutch.scoring.similarity.util
Methods in org.apache.nutch.scoring.similarity.util that return LuceneTokenizer.TokenizerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LuceneTokenizer.TokenizerType[]LuceneTokenizer.TokenizerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.nutch.scoring.similarity.util with parameters of type LuceneTokenizer.TokenizerTypeModifierConstructorDescriptionLuceneTokenizer(String content, LuceneTokenizer.TokenizerType tokenizer, boolean useStopFilter, LuceneAnalyzerUtil.StemFilterType stemFilterType) Creates a tokenizer based on param valuesLuceneTokenizer(String content, LuceneTokenizer.TokenizerType tokenizer, List<String> stopWords, boolean addToDefault, LuceneAnalyzerUtil.StemFilterType stemFilterType) Creates a tokenizer based on param valuesLuceneTokenizer(String content, LuceneTokenizer.TokenizerType tokenizer, LuceneAnalyzerUtil.StemFilterType stemFilterType, int mingram, int maxgram) Creates a tokenizer for the ngram model based on param values