This tool scrapes term definitions from a given word list, and parses into both standardised JSON files, and optionally to Anki-compatible CSV files.
- Create a file at the root of project, called 'words.csv' - this should contain a simple list of words to define.
- Run
cargo run define
to generate definitions. - Run
cargo run convert
to convert to Anki format.