diff options
Diffstat (limited to 'cs_CZ/thesaurus/README.txt')
-rw-r--r-- | cs_CZ/thesaurus/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cs_CZ/thesaurus/README.txt b/cs_CZ/thesaurus/README.txt new file mode 100644 index 0000000..fb40d81 --- /dev/null +++ b/cs_CZ/thesaurus/README.txt @@ -0,0 +1,9 @@ +To generate a new thesaurus (eg. after adding terms to blacklist.txt): + + ./dictionary-to-thesaurus.py slovnik_data_utf8.txt blacklist.txt > ../thes_cs_CZ.dat + +check the results: + + git diff + +and commit & push as usually. |