Uses of Class
org.apache.lucene.analysis.compound.hyphenation.HyphenationTree

Packages that use HyphenationTree
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
static HyphenationTree HyphenationCompoundWordTokenFilter.getHyphenationTree(File hyphenationFile)
          Create a hyphenator tree
static HyphenationTree HyphenationCompoundWordTokenFilter.getHyphenationTree(InputSource hyphenationSource)
          Create a hyphenator tree
static HyphenationTree HyphenationCompoundWordTokenFilter.getHyphenationTree(Reader hyphenationReader)
          Create a hyphenator tree
static HyphenationTree HyphenationCompoundWordTokenFilter.getHyphenationTree(String hyphenationFilename)
          Create a hyphenator tree
 

Constructors in org.apache.lucene.analysis.compound with parameters of type HyphenationTree
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, Set dictionary)
           
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, Set dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch)
           
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, String[] dictionary)
           
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input, HyphenationTree hyphenator, String[] dictionary, int minWordSize, int minSubwordSize, int maxSubwordSize, boolean onlyLongestMatch)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.