Skip to content

Roko191/dic-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

dic-parser

Simple parser for Hunspell .dic format I used for my WorldeHR project.

This README is not done. Its a TODO

Installing

git clone https://github.com/Roko191/dic-parser.git
python3 -m venv .venv
source ./.venv/activate
python3 ./dic_parser.py -h

Note: This project has no dependencies so venv is not really needed but I like to have it anyway

Usage examples

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

About

Parser for Hunspell dic format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages