chore: working on converting the dictionary
This commit is contained in:
parent
313e11125c
commit
c662876f3d
5 changed files with 1834 additions and 1026 deletions
|
@ -22,7 +22,12 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = config.packages;
|
packages = [
|
||||||
|
pkgs.nodejs_20
|
||||||
|
pkgs.python3
|
||||||
|
]
|
||||||
|
++ config.packages;
|
||||||
|
|
||||||
shellHook = config.shellHook;
|
shellHook = config.shellHook;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
2266
package-lock.json
generated
2266
package-lock.json
generated
File diff suppressed because it is too large
Load diff
6
src/new-dictionary/_meta.yaml
Normal file
6
src/new-dictionary/_meta.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
version: 0
|
||||||
|
|
||||||
|
languages:
|
||||||
|
qmw:
|
||||||
|
en-US: Miwāfu
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
"version": 0,
|
|
||||||
"entries": [
|
|
||||||
{
|
|
||||||
"lang": "qmw",
|
|
||||||
"entry": "asanōgi",
|
|
||||||
"romanization": "asanogi",
|
|
||||||
"pronunciation": {
|
|
||||||
"qmw": {
|
|
||||||
"ipa": {
|
|
||||||
"phonemic": ["/a.sa.noː.ɡi/"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pos": {
|
|
||||||
"noun": [
|
|
||||||
{
|
|
||||||
"def": "A drink made from infusing roasted tea leaves in hot water for a long period of time.",
|
|
||||||
"tags": ["uncountable"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
20
src/new-dictionary/asanogi.yaml
Normal file
20
src/new-dictionary/asanogi.yaml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
version: 0
|
||||||
|
|
||||||
|
entries:
|
||||||
|
- entry: asanogi
|
||||||
|
|
||||||
|
pronunciations:
|
||||||
|
- lang: qmw
|
||||||
|
ipa: "/a.sa.noː.ɡi/"
|
||||||
|
|
||||||
|
languages:
|
||||||
|
- lang: qmw
|
||||||
|
|
||||||
|
parts:
|
||||||
|
- part: noun
|
||||||
|
word: asanōgi
|
||||||
|
|
||||||
|
definitions:
|
||||||
|
- definition: A drink made from infusing roasted tea leaves in hot water for a long period of time.
|
||||||
|
tags: [uncountable]
|
Loading…
Reference in a new issue