wassname / join-dic-hunspell

Join dic files to make a dic file for hunspell
2 stars 0 forks source link

Error: unrecognized arguments: -d .dic #2

Open acerock6 opened 6 years ago

acerock6 commented 6 years ago

Hi,

I tried the script (both with Python2 and 3), but facing this error while using the mentioned command: python join_dicts2.py -d en_GB.dic en_NZ.dic join_dicts2.py: error: unrecognized arguments: -d en_NZ.dic I could not gather much from the script since the comments in the script are not in sync with the arguments. Please help.

wassname commented 6 years ago

Looks like the readme isn't up to date sorry, try python join_dicts2.py en_GB.dic en_NZ.dic -o out.dic