Uses of Class
org.apache.lucene.analysis.compound.hyphenation.HyphenationTree
Packages that use HyphenationTree
Package
Description
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 HyphenationTreeModifier and TypeMethodDescriptionstatic HyphenationTree
HyphenationCompoundWordTokenFilter.getHyphenationTree
(String hyphenationFilename) Create a hyphenator treestatic HyphenationTree
HyphenationCompoundWordTokenFilter.getHyphenationTree
(InputSource hyphenationSource) Create a hyphenator treeConstructors in org.apache.lucene.analysis.compound with parameters of type HyphenationTreeModifierConstructorDescriptionHyphenationCompoundWordTokenFilter
(TokenStream input, HyphenationTree hyphenator) Create a HyphenationCompoundWordTokenFilter with no dictionary.HyphenationCompoundWordTokenFilter
(TokenStream input, HyphenationTree hyphenator, int minWordSize, int minSubwordSize, int maxSubwordSize) Create a HyphenationCompoundWordTokenFilter with no dictionary.HyphenationCompoundWordTokenFilter
(TokenStream input, HyphenationTree hyphenator, CharArraySet dictionary) Creates a newHyphenationCompoundWordTokenFilter
instance.HyphenationCompoundWordTokenFilter
(TokenStream input, HyphenationTree hyphenator, CharArraySet dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch) Creates a newHyphenationCompoundWordTokenFilter
instance.HyphenationCompoundWordTokenFilter
(TokenStream input, HyphenationTree hyphenator, CharArraySet dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch, boolean noSubMatches, boolean noOverlappingMatches) Creates a newHyphenationCompoundWordTokenFilter
instance.