A utility to build a complete Greek dictionary.
Note: Currently it only supports building an index.
Make sure pipenv is installed.
$ python -m pipenv install
$ python -m pipenv shell
$ python start.py [options]
Option | Type | Description |
---|---|---|
-l, --letters | string(s) | Get results for specified letter(s) |
-f, --files | Use existing files to compile the dictionary | |
-r, --romanize | Romazize words | |
-j, --json | Generate .json files | |
-d, --diceware | Generate diceware word list |
To build a fresh dictionary:
$ python start.py
To build a dictionary for letter Ω:
$ python start.py -l Ω
To build a dictionary for letter Β and Ω:
$ python start.py -l Β,Ω