Package | Description |
---|---|
org.apache.lucene.analysis.compound |
A filter that decomposes compound words you find in many Germanic
languages into the word parts.
|
Modifier and Type | Method and Description |
---|---|
static HyphenationTree |
HyphenationCompoundWordTokenFilter.getHyphenationTree(java.io.File hyphenationFile)
Create a hyphenator tree
|
static HyphenationTree |
HyphenationCompoundWordTokenFilter.getHyphenationTree(org.xml.sax.InputSource hyphenationSource)
Create a hyphenator tree
|
static HyphenationTree |
HyphenationCompoundWordTokenFilter.getHyphenationTree(java.io.Reader hyphenationReader)
Create a hyphenator tree
|
static HyphenationTree |
HyphenationCompoundWordTokenFilter.getHyphenationTree(java.lang.String hyphenationFilename)
Create a hyphenator tree
|
Constructor and Description |
---|
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input,
HyphenationTree hyphenator,
java.util.Set dictionary) |
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input,
HyphenationTree hyphenator,
java.util.Set dictionary,
int minWordSize,
int minSubwordSize,
int maxSubwordSize,
boolean onlyLongestMatch) |
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input,
HyphenationTree hyphenator,
java.lang.String[] dictionary) |
HyphenationCompoundWordTokenFilter(org.apache.lucene.analysis.TokenStream input,
HyphenationTree hyphenator,
java.lang.String[] dictionary,
int minWordSize,
int minSubwordSize,
int maxSubwordSize,
boolean onlyLongestMatch) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.