texdict/todo.md: add thought about json structure and json keys
This commit is contained in:
parent
e5ba24d6dc
commit
64de297467
@ -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`?
|
||||||
|
Loading…
Reference in New Issue
Block a user