Class | Description |
---|---|
IdResolver |
Represents mappings for tags, names and labels.
|
Morfeusz |
Performs morphological analysis (analyse methods) and syntesis (generate methods).
|
MorphInterpretation |
The result of morphological analysis or synthesis
The result of analysis is a directed acyclic graph with numbered
nodes representing positions in text (points _between_ segments)
and edges representing interpretations of segments that span from
one node to another.
|
ResultsIterator |
Iterates through morphological analysis and synthesis results.
|
Enum | Description |
---|---|
CaseHandling |
Represents case handling strategies (default is CONDITIONALLY_CASE_SENSITIVE).
|
MorfeuszUsage | |
TokenNumbering |
Represents token numbering strategies (default is SEPARATE_NUMBERING).
|
WhitespaceHandling |
Represents whitespace handling strategies (default is SKIP_WHITESPACES).
|
Exception | Description |
---|---|
MorfeuszException |