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/translator-test-inputs.json | |
parent | 637d4a2087b9e93ccd47d689411887b6c40c3992 (diff) |
Update valid-dictionary1 data (#1841)
* Add example definitions for pronunciation metadata
* Update counts
* Update tests
Diffstat (limited to 'test/data/translator-test-inputs.json')
-rw-r--r-- | test/data/translator-test-inputs.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/test/data/translator-test-inputs.json b/test/data/translator-test-inputs.json index 5c47395c..a044d226 100644 --- a/test/data/translator-test-inputs.json +++ b/test/data/translator-test-inputs.json @@ -290,6 +290,41 @@ "mode": "merge", "text": "うちこむ", "options": "default" + }, + { + "name": "Test pronunciations 1", + "func": "findTerms", + "mode": "split", + "text": "お手前", + "options": "default" + }, + { + "name": "Test pronunciations 2", + "func": "findTerms", + "mode": "split", + "text": "番号", + "options": "default" + }, + { + "name": "Test pronunciations 3", + "func": "findTerms", + "mode": "split", + "text": "中腰", + "options": "default" + }, + { + "name": "Test pronunciations 4", + "func": "findTerms", + "mode": "split", + "text": "所業", + "options": "default" + }, + { + "name": "Test pronunciations 5", + "func": "findTerms", + "mode": "split", + "text": "土木工事", + "options": "default" } ] }
\ No newline at end of file |