mirror of
https://github.com/wassname/join-dic-hunspell.git
synced 2026-08-07 11:23:15 +08:00
29 lines
504 B
Markdown
29 lines
504 B
Markdown
join-dic-hunspell
|
|
=================
|
|
|
|
Join dic files to make a dic file for hunspell
|
|
|
|
USAGE: join_dicts.py [options] <file/directory>...
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
ARGS:
|
|
|
|
-d dictionaries to combine
|
|
|
|
|
|
|
|
EXAMPLE: python join_dicts.py -d en_GB_geo.dic en_NZ_geo_oil_maori.dic
|
|
|
|
|
|
|
|
|