Uses of Interface
org.apache.lucene.analysis.compound.hyphenation.PatternConsumer
-
Packages that use PatternConsumer Package Description org.apache.lucene.analysis.compound.hyphenation The code for the compound word hyphenation is taken from the Apache FOP project. -
-
Uses of PatternConsumer in org.apache.lucene.analysis.compound.hyphenation
Classes in org.apache.lucene.analysis.compound.hyphenation that implement PatternConsumer Modifier and Type Class Description class
HyphenationTree
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.class
PatternParser
A SAX document handler to read and parse hyphenation patterns from a XML file.Methods in org.apache.lucene.analysis.compound.hyphenation with parameters of type PatternConsumer Modifier and Type Method Description void
PatternParser. setConsumer(PatternConsumer consumer)
Constructors in org.apache.lucene.analysis.compound.hyphenation with parameters of type PatternConsumer Constructor Description PatternParser(PatternConsumer consumer)
-