Modifier and Type | Method and Description |
---|---|
static MorphInterpretation |
MorphInterpretation.createIgn(int startNode,
int endNode,
java.lang.String orth,
java.lang.String lemma) |
static MorphInterpretation |
MorphInterpretation.createWhitespace(int startNode,
int endNode,
java.lang.String orth) |
MorphInterpretation |
ResultsIterator.next() |
MorphInterpretation |
ResultsIterator.peek() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MorphInterpretation> |
Morfeusz.analyseAsList(java.lang.String text)
Analyze given text and return the results as list.
|
java.util.List<MorphInterpretation> |
Morfeusz.generate(java.lang.String lemma)
Perform morphological synthesis on a given lemma.
|
java.util.List<MorphInterpretation> |
Morfeusz.generate(java.lang.String lemma,
int tagnum)
Perform morphological synthesis on a given lemma.
|