diff options
author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-02-04 08:14:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 07:14:22 +0000 |
commit | 6b327e0b7a7e8c91f1a7d99520c8769863228074 (patch) | |
tree | fd37929468a53a48b1ab39f45a5220f45f08c0c3 /test/data/anki-note-builder-test-results.json | |
parent | 1a10af12fb16d5719818c3dc16f95af075210190 (diff) |
allow inflection rule chains with "polite" (#627)
* fix deinflection bug
* add test
* fix polite te and past
* expand verb flag
* fix polite negative
* fix polite volitional
* fix polite past negative
* remove unneeded rules in
* new deinflector format
* make nicer
* lint
* remove extra line
Diffstat (limited to 'test/data/anki-note-builder-test-results.json')
-rw-r--r-- | test/data/anki-note-builder-test-results.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/data/anki-note-builder-test-results.json b/test/data/anki-note-builder-test-results.json index 526beec7..364c4ee9 100644 --- a/test/data/anki-note-builder-test-results.json +++ b/test/data/anki-note-builder-test-results.json @@ -1692,7 +1692,7 @@ "cloze-body": "打ち込んでいませんでした", "cloze-prefix": "cloze-prefix", "cloze-suffix": "cloze-suffix", - "conjugation": "-te « progressive or perfect « polite past negative", + "conjugation": "-te « progressive or perfect « polite « negative « past", "dictionary": "Test Dictionary 2", "document-title": "title", "expression": "打ち込む", @@ -1727,7 +1727,7 @@ "cloze-body": "打ち込んでいませんでした", "cloze-prefix": "cloze-prefix", "cloze-suffix": "cloze-suffix", - "conjugation": "-te « progressive or perfect « polite past negative", + "conjugation": "-te « progressive or perfect « polite « negative « past", "dictionary": "Test Dictionary 2", "document-title": "title", "expression": "打ち込む", @@ -1762,7 +1762,7 @@ "cloze-body": "打ち込んでいませんでした", "cloze-prefix": "cloze-prefix", "cloze-suffix": "cloze-suffix", - "conjugation": "-te « progressive or perfect « polite past negative", + "conjugation": "-te « progressive or perfect « polite « negative « past", "dictionary": "Test Dictionary 2", "document-title": "title", "expression": "打ち込む", @@ -1797,7 +1797,7 @@ "cloze-body": "打ち込んでいませんでした", "cloze-prefix": "cloze-prefix", "cloze-suffix": "cloze-suffix", - "conjugation": "-te « progressive or perfect « polite past negative", + "conjugation": "-te « progressive or perfect « polite « negative « past", "dictionary": "Test Dictionary 2", "document-title": "title", "expression": "打ち込む", @@ -2837,7 +2837,7 @@ "cloze-body": "testました", "cloze-prefix": "cloze-prefix", "cloze-suffix": "cloze-suffix", - "conjugation": "polite past", + "conjugation": "polite « past", "dictionary": "Test Dictionary 2", "document-title": "title", "expression": "読む", |