ArchimedesDigital / open_words

Open source, updated Whitaker's Words Latin Dictionary and Morphology in Python
MIT License
52 stars 13 forks source link

output: stem #11

Open nikita-moor opened 6 years ago

nikita-moor commented 6 years ago

Could you, please, add a "stem" of the word in addition to the "ending":

[{
  "word": "diem",
  "defs": [{
    "orth": ["dies", "die"],
    "infls": [{
      "ending": "em",
      "pos": "noun",
      "form": {
        "declension": "accusative",
        "number": "singular",
        "gender": "C"
      }
    }]
  }]
}]