| Package | Description | 
|---|---|
| org.apache.lucene.analysis.compound.hyphenation | 
 
       The code for the compound word hyphenation is taken from the Apache FOP project. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Hyphenation | 
HyphenationTree.hyphenate(char[] w,
         int offset,
         int len,
         int remainCharCount,
         int pushCharCount)
Hyphenate word and return an array of hyphenation points. 
 | 
Hyphenation | 
HyphenationTree.hyphenate(String word,
         int remainCharCount,
         int pushCharCount)
Hyphenate word and return a Hyphenation object. 
 |