Uses of Class
org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
-
Packages that use HyphenationTree Package Description org.apache.lucene.analysis.compound A filter that decomposes compound words you find in many Germanic languages into the word parts. -
-
Uses of HyphenationTree in org.apache.lucene.analysis.compound
Methods in org.apache.lucene.analysis.compound that return HyphenationTree Modifier and Type Method Description static HyphenationTreeHyphenationCompoundWordTokenFilter. getHyphenationTree(File hyphenationFile)Create a hyphenator treestatic HyphenationTreeHyphenationCompoundWordTokenFilter. getHyphenationTree(Reader hyphenationReader)Deprecated.Don't use Readers with fixed charset to load XML files, unless programatically created.static HyphenationTreeHyphenationCompoundWordTokenFilter. getHyphenationTree(String hyphenationFilename)Create a hyphenator treestatic HyphenationTreeHyphenationCompoundWordTokenFilter. getHyphenationTree(InputSource hyphenationSource)Create a hyphenator treeConstructors in org.apache.lucene.analysis.compound with parameters of type HyphenationTree Constructor Description HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, String[] dictionary)Deprecated.HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, String[] dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch)HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, Set<?> dictionary)Deprecated.HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, Set<?> dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch)HyphenationCompoundWordTokenFilter(org.apache.lucene.util.Version matchVersion, org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator)Create a HyphenationCompoundWordTokenFilter with no dictionary.HyphenationCompoundWordTokenFilter(org.apache.lucene.util.Version matchVersion, org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, int minWordSize, int minSubwordSize, int maxSubwordSize)Create a HyphenationCompoundWordTokenFilter with no dictionary.HyphenationCompoundWordTokenFilter(org.apache.lucene.util.Version matchVersion, org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, String[] dictionary)Deprecated.Use the constructors takingSetHyphenationCompoundWordTokenFilter(org.apache.lucene.util.Version matchVersion, org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, String[] dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch)Deprecated.Use the constructors takingSetHyphenationCompoundWordTokenFilter(org.apache.lucene.util.Version matchVersion, org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, Set<?> dictionary)Creates a newHyphenationCompoundWordTokenFilterinstance.HyphenationCompoundWordTokenFilter(org.apache.lucene.util.Version matchVersion, org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, Set<?> dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch)Creates a newHyphenationCompoundWordTokenFilterinstance.
-