word dictionary for various spell checkers
- /
- dicts/: stores text files for specific subjects
- compile.sh: merge all text files in dicts/ into dict.txt
- dict.txt: merged dictionary
- Add words to text files in dicts/, or create a new text file if necessary.
- Run
./compile.sh
to merge all text files in dicts/ into dict.txt