diff --git a/texdict/todo.md b/texdict/todo.md index 5d11723..a7f7e4a 100644 --- a/texdict/todo.md +++ b/texdict/todo.md @@ -74,3 +74,34 @@ a poems with him a poems with vim vim a poems with vim vim + +--- +example.json +``` +{ + "entries": [ + { + "entry": "asɛm", + "key": "as3m", + "meanings": [ + { + "type": "noun", + "description": "word", + "examples": [ + "Wonim saa asɛm yi?", + " Wo nim sa ara asɛm yi? " + ] + } + ] + } + ] +} +``` +- notes: + - `type` could also include gender/genus? + - where should I put info like 'go, went, gone' or plural forms for some words? + - `grammar`: with additional usage info? + - `root` could be included in `etymology` oder `origin`? + - `dialect/usage/gebrauch` + - https://www.duden.de/hilfe/gebrauch + - statt `description` = `meaning`?