Package | Description |
---|---|
monq.ie |
functionality specifically targeting natural language processing.
|
monq.jfa |
Implements Finite Automata, deterministic and
nondeterministic, with an engine for high throughput filtering of
text.
|
Modifier and Type | Field and Description |
---|---|
static ReParser |
Term2Re.reParser
4th parameter passed to
createrConverter() when creating the default converter used by
convert() . |
Modifier and Type | Method and Description |
---|---|
static DfaRun |
Term2Re.createConverter(java.lang.String wordSplitRe,
java.lang.String wordSepRe,
java.lang.String trailContextRe,
ReParser rp)
creates a
DfaRun able to convert a multi word
term into a regular expression which matches obvious
orthographical variations of that term. |
Modifier and Type | Class and Description |
---|---|
class |
ReClassicParser
implements the regular
expression syntax classically used by
monq.jfa . |
Modifier and Type | Method and Description |
---|---|
ReParser |
Nfa.getReParser()
returns the regular expression parser currently used by this
Nfa . |
ReParser |
ReParserFactory.newReParser()
is a factory method that creates (must create) a new
ReParser of the same type each time it is
called. |
Modifier and Type | Method and Description |
---|---|
Nfa |
Nfa.setReParser(ReParser reParser)
sets the parser to be used by this
Nfa . |