Simple parser for Hunspell .dic format I used for my WorldeHR project.
This README is not done. Its a TODO
git clone https://github.com/Roko191/dic-parser.git
python3 -m venv .venv
source ./.venv/activate
python3 ./dic_parser.py -hNote: This project has no dependencies so venv is not really needed but I like to have it anyway
Examples:
python3 dic_parser.py -i hr_HR.dic
python3 dic_parser.py -i hr_HR.dic -o ./out/
python3 dic_parser.py -i hr_HR.dic -f txt
python3 dic_parser.py -i hr_HR.dic -o ./out/ -f words.json
python3 dic_parser.py -i hr_HR.dic -o ./out/custom.txt