Package | Description |
---|---|
org.apache.lucene.analysis.compound.hyphenation |
Hyphenation code for the CompoundWordTokenFilter.
|
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.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.