Class Hyphenation
- java.lang.Object
-
- org.apache.lucene.analysis.compound.hyphenation.Hyphenation
-
public class Hyphenation extends java.lang.ObjectThis class represents a hyphenated word. This class has been taken from the Apache FOP project (http://xmlgraphics.apache.org/fop/). They have been slightly modified.
-
-
Field Summary
Fields Modifier and Type Field Description private int[]hyphenPoints
-
Constructor Summary
Constructors Constructor Description Hyphenation(int[] points)rawWord as made of alternating strings andHypheninstances
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getHyphenationPoints()intlength()
-
-
-
Constructor Detail
-
Hyphenation
Hyphenation(int[] points)
rawWord as made of alternating strings andHypheninstances
-
-