diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-18 15:52:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:52:40 -0400 |
commit | 40cdb4feb534174b78fb5f2ac612748ce9b5a9a4 (patch) | |
tree | b011e0bfe9c9c639ac3f23d94c5a4c3c390cbdb6 /test/data/dictionaries/valid-dictionary1 | |
parent | 637d4a2087b9e93ccd47d689411887b6c40c3992 (diff) |
Update valid-dictionary1 data (#1841)
* Add example definitions for pronunciation metadata
* Update counts
* Update tests
Diffstat (limited to 'test/data/dictionaries/valid-dictionary1')
-rw-r--r-- | test/data/dictionaries/valid-dictionary1/term_bank_1.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/data/dictionaries/valid-dictionary1/term_bank_1.json b/test/data/dictionaries/valid-dictionary1/term_bank_1.json index c58a17bf..1d75f597 100644 --- a/test/data/dictionaries/valid-dictionary1/term_bank_1.json +++ b/test/data/dictionaries/valid-dictionary1/term_bank_1.json @@ -13,6 +13,11 @@ ["読む", "よむ", "vt", "v5", 100, ["to read"], 6, "P E1"], ["強み", "つよみ", "n", "n", 90, ["strong point"], 7, "P E1"], ["テキスト", "テキスト", "n", "n", 1, ["text definition 1", {"type": "text", "text": "text definition 2"}], 8, "P E1"], + ["お手前", "おてまえ", "n", "n", 1, ["otemae definition"], 9, ""], + ["番号", "ばんごう", "n", "n", 1, ["bangou definition"], 10, ""], + ["中腰", "ちゅうごし", "n", "n", 1, ["chuugoshi definition"], 11, ""], + ["所業", "しょぎょう", "n", "n", 1, ["shogyouu definition"], 12, ""], + ["土木工事", "どぼくこうじ", "n", "n", 1, ["dobokukouji definition"], 13, ""], [ "内容", "ないよう", "n", "n", 35, [ @@ -134,6 +139,6 @@ ]} ]} ], - 9, "P E1" + 100, "P E1" ] ]
\ No newline at end of file |