wip
This commit is contained in:
parent
cc89f0c75c
commit
afd28d934e
26 changed files with 2103 additions and 427 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -76,7 +76,7 @@ example output:
|
|||
"headword": "house",
|
||||
"language": "en",
|
||||
"pos": "noun",
|
||||
"glosses": ["A building for human habitation."],
|
||||
"sense": ["A building for human habitation."],
|
||||
"examples": ["They bought a house in the city."],
|
||||
"translations": {
|
||||
"de": [{ "word": "Haus", "gender": "neuter" }],
|
||||
|
|
@ -90,7 +90,7 @@ example output:
|
|||
"headword": "house",
|
||||
"language": "en",
|
||||
"pos": "noun",
|
||||
"glosses": ["A noble family or lineage."],
|
||||
"sense": ["A noble family or lineage."],
|
||||
"examples": ["The House of Tudor ruled England."],
|
||||
"translations": {
|
||||
"de": [
|
||||
|
|
@ -104,7 +104,7 @@ example output:
|
|||
"headword": "bank",
|
||||
"language": "en",
|
||||
"pos": "noun",
|
||||
"glosses": ["An institution where one can place and borrow money."],
|
||||
"sense": ["An institution where one can place and borrow money."],
|
||||
"examples": ["She deposited her paycheck at the bank."],
|
||||
"translations": {
|
||||
"de": [{ "word": "Bank", "gender": "feminine" }],
|
||||
|
|
@ -118,7 +118,7 @@ example output:
|
|||
"headword": "bank",
|
||||
"language": "en",
|
||||
"pos": "noun",
|
||||
"glosses": ["The land alongside a river or lake."],
|
||||
"sense": ["The land alongside a river or lake."],
|
||||
"examples": ["They picnicked on the bank of the river."],
|
||||
"translations": {
|
||||
"de": [{ "word": "Ufer", "gender": "neuter" }],
|
||||
|
|
@ -132,7 +132,7 @@ example output:
|
|||
"headword": "bank",
|
||||
"language": "en",
|
||||
"pos": "noun",
|
||||
"glosses": ["A collection or store of something held in reserve."],
|
||||
"sense": ["A collection or store of something held in reserve."],
|
||||
"examples": ["The hospital keeps a blood bank."],
|
||||
"translations": {
|
||||
"de": [{ "word": "Bank", "gender": "feminine" }]
|
||||
|
|
@ -336,7 +336,7 @@ read to decide, not to archive.
|
|||
Notes:
|
||||
|
||||
- the miss list needs to get verified/re-worked later on
|
||||
- the kaikki data contains ipas and links to audio files, add them later if needed, they are not needed now"
|
||||
- the kaikki data contains ipas and links to audio files, add them later if needed, they are not needed now
|
||||
- use online llms to set the difficulty(cefr) of the not shipped words
|
||||
- add plurals from kaikki/wiktionary
|
||||
- postgres sync to prod db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue