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