This repo contains Python 3 scripts for converting various open-source dictionaries and formats to the ODict format. Currently, the dictionaries supported are CEDict, ECDict and FreeDict.
If you have a request for a dictionary, please open an issue!
To setup this repo:
- First clone the repo and install asdf.
- Run
asdf install
. - Run
poetry install
. - Run
just [freedict|ecdict|cedict]
(depending on the dictionary you wish to generate).
The compiled dictionaries are available under ./dictionaries
.