texdict/todo.md: add thought about json structure and json keys

This commit is contained in:
uni@bor.mac 2025-07-21 17:49:22 +02:00
parent e5ba24d6dc
commit 64de297467

View File

@ -74,3 +74,34 @@ a poems with him
a poems with vim vim a poems with vim vim
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`?