Class HunmorphResult
java.lang.Object
com.github.szgabsz91.morpher.languagehandlers.hunmorph.impl.model.HunmorphResult
Class that represents a result from Hunmorph, including the grammatical form and the output lines.
-
Constructor Summary
ConstructorsConstructorDescriptionHunmorphResult(String grammaticalForm, List<String> outputLines) Constructor that sets the grammatical form and the output lines. -
Method Summary
-
Constructor Details
-
HunmorphResult
Constructor that sets the grammatical form and the output lines.- Parameters:
grammaticalForm- the grammatical formoutputLines- the output lines
-