Uses of Class
org.apache.nutch.scoring.similarity.util.LuceneTokenizer.TokenizerType
-
Packages that use LuceneTokenizer.TokenizerType Package Description org.apache.nutch.scoring.similarity.util Utility package for Lucene functions. -
-
Uses of LuceneTokenizer.TokenizerType in org.apache.nutch.scoring.similarity.util
Methods in org.apache.nutch.scoring.similarity.util that return LuceneTokenizer.TokenizerType Modifier and Type Method Description static LuceneTokenizer.TokenizerType
LuceneTokenizer.TokenizerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LuceneTokenizer.TokenizerType[]
LuceneTokenizer.TokenizerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.nutch.scoring.similarity.util with parameters of type LuceneTokenizer.TokenizerType Constructor Description LuceneTokenizer(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
-