Uses of Class
pl.sgjp.morfeusz.MorphInterpretation
-
-
Uses of MorphInterpretation in pl.sgjp.morfeusz
Methods in pl.sgjp.morfeusz that return MorphInterpretation Modifier and Type Method Description static MorphInterpretationMorphInterpretation. createIgn(int startNode, int endNode, java.lang.String orth, java.lang.String lemma)static MorphInterpretationMorphInterpretation. createWhitespace(int startNode, int endNode, java.lang.String orth)MorphInterpretationResultsIterator. next()MorphInterpretationResultsIterator. peek()Methods in pl.sgjp.morfeusz that return types with arguments of type MorphInterpretation Modifier and Type Method 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.
-