Parse files provided by (https://kaikki.org/index.html)
Par ex.: (https://kaikki.org/dictionary/English/kaikki.org-dictionary-English.jsonl)
Narrow subset (words, part-of-speech, lang_code, ipa)
Usage:
cargo run --release -- [path/to/local/dict.jsonl] [path/to/sqlite.db]
ex.
cargo run --release -- ./data/kaikki.org-dictionary-English.jsonl ./data/test_all.db
Db file will be created if it doesn't exists or appended if it is.