Uses of Class
org.apache.lucene.analysis.compound.hyphenation.HyphenationException
-
Packages that use HyphenationException Package Description org.apache.lucene.analysis.compound.hyphenation The code for the compound word hyphenation is taken from the Apache FOP project. -
-
Uses of HyphenationException in org.apache.lucene.analysis.compound.hyphenation
Methods in org.apache.lucene.analysis.compound.hyphenation that throw HyphenationException Modifier and Type Method Description voidHyphenationTree. loadPatterns(File f)Read hyphenation patterns from an XML file.voidHyphenationTree. loadPatterns(InputSource source)Read hyphenation patterns from an XML file.voidPatternParser. parse(File file)Parses a hyphenation pattern file.voidPatternParser. parse(String filename)Parses a hyphenation pattern file.voidPatternParser. parse(InputSource source)Parses a hyphenation pattern file.Constructors in org.apache.lucene.analysis.compound.hyphenation that throw HyphenationException Constructor Description PatternParser()PatternParser(PatternConsumer consumer)
-