blob: fb40d817ae8f2f4cd74179c6b1e880b1eec6a032 (
plain)
1
2
3
4
5
6
7
8
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.
|