java.lang.Object
com.github.szgabsz91.morpher.languagehandlers.hunmorph.impl.model.HunmorphResult

public class HunmorphResult extends Object
Class that represents a result from Hunmorph, including the grammatical form and the output lines.
  • Constructor Details

    • HunmorphResult

      public HunmorphResult(String grammaticalForm, List<String> outputLines)
      Constructor that sets the grammatical form and the output lines.
      Parameters:
      grammaticalForm - the grammatical form
      outputLines - the output lines