commit | 59a0e4b3090a1ba22f2899ea633dafb1ce779e65 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Apr 27 17:43:29 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Apr 27 17:43:29 2020 +0200 |
tree | 0a1110bcad5468c72e45cb1d035b73cbe9bf201c | |
parent | 53bc81ddde3c5dc1c32fd8685a680e67793cebd5 [diff] |
Support rule files for scramble_korapxml tool Change-Id: Ifdff8e6ccdb3c858321da338e14f75085bdee795
diff --git a/t/tools/example_rules.json b/t/tools/example_rules.json new file mode 100644 index 0000000..a2117ea --- /dev/null +++ b/t/tools/example_rules.json
@@ -0,0 +1,11 @@ +[ + [ + "dgd/annot.xml", + [ + ["f[name=trans]", "="], + ["f[name=lemma]", "^"], + ["f[name=pos]", "~"] + ] + ], + ["struct/structure.xml"] +]