diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-12-17 17:02:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 17:02:13 -0500 |
commit | 8a377cabe6b3d177aac50cdb7ffb5a4328d27fd0 (patch) | |
tree | 59a84764df29679c01be2b0f2b191538947f6da8 /test/data | |
parent | 8e548a17eba180b5773a9900de3f3cb3a92ec6ff (diff) |
matchType/deinflect distinction (#2040)
* Pass a "deinflect" option to findTerms
* Update Translator to use deinflect option
* Fix test input options
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/translator-test-inputs.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/translator-test-inputs.json b/test/data/translator-test-inputs.json index 396c476c..daee53a4 100644 --- a/test/data/translator-test-inputs.json +++ b/test/data/translator-test-inputs.json @@ -12,7 +12,8 @@ ] }, "default": { - "wildcard": null, + "matchType": "exact", + "deinflect": true, "mainDictionary": "${title}", "sortFrequencyDictionary": null, "sortFrequencyDictionaryOrder": "descending", |