mirror of
https://github.com/wassname/join-dic-hunspell.git
synced 2026-08-11 11:19:47 +08:00
0374bc1ba1a42cdcb310b7c994da47230985c683
changing style of readme, I also recommend add a license (see https:/…
join-dic-hunspell
Join dic files to make a dic file for hunspell
DESCRIPTION
Join dic files and wordlists to make a dic file for hunspell. This can be used in TeXstudio and other programs. This repository includes some technical word lists for testing. Also a generic .aff file to go with the produced .dic file.
USAGE
$ join_dicts.py [options] <file/directory>...
ARGS
-d <dictionary1> <dictionary2> ... # Dictionaries to combine
EXAMPLE
$ python join_dicts.py -d wordlist1.dic wordlist2.dic
Languages
Python
100%