alpheios-project / morphlib

Morphological Lookup Library
GNU General Public License v3.0
3 stars 0 forks source link

Implement parser function for Tufts Morphology Service #13

Closed balmas closed 7 years ago

balmas commented 8 years ago
  1. design a standard object to be returned by all morphology service parsers. this should identify the original analyzed form, and for each analysis, the lemma (hdwd), part of speech, any short definition provided, and the individual inflection(s) possible for that lemma. It should have a property which indicates whether the analyses are ordered and for each lemma, a property which indicates whether the inflections are ordered.
  2. implement a parser function which receives input according to the Alpheios schema as output by the Tufts Morphology Service (see #12) and returns this object.