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

Packages that use Hyphenation
org.apache.lucene.analysis.compound.hyphenation The code for the compound word hyphenation is taken from the Apache FOP project
 

Uses of Hyphenation in org.apache.lucene.analysis.compound.hyphenation
 

Methods in org.apache.lucene.analysis.compound.hyphenation that return Hyphenation
 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-2010 Apache Software Foundation. All Rights Reserved.