lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
common
/
org.gnit.lucenekmp.analysis.compound.hyphenation
/
PatternConsumer
Pattern
Consumer
interface
PatternConsumer
This interface is used to connect the XML pattern file parser to the hyphenation tree.
Inheritors
HyphenationTree
Members
Functions
add
Class
Link copied to clipboard
abstract
fun
addClass
(
chargroup
:
String
)
add
Exception
Link copied to clipboard
abstract
fun
addException
(
word
:
String
,
hyphenatedword
:
ArrayList
<
Any
>
)
add
Pattern
Link copied to clipboard
abstract
fun
addPattern
(
pattern
:
String
,
ivalue
:
String
)