Mike Clark 1841fdb654 add license
2017-08-09 07:44:02 +08:00
2014-04-25 23:37:08 +12:00
2014-04-25 23:37:08 +12:00
2017-08-09 07:44:02 +08:00
2014-04-25 23:37:08 +12:00

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

LICENSE

This uses the same license as hunspell: GNU Lesser or General Public License or Mozilla Public License.

S
Description
Join dic files to make a dic file for hunspell
Readme 633 KiB
Languages
Python 100%