DICT

The format created by the DICT Development Group.

The DICT format is used by the dictd software. A dictionary is divided in two files: a .index file and a .dict file. For further information, see

Download

You can download the .index and .dict format for each dictionary directly from the Github Releases.

How to convert

To convert Remรจde dictionaries databases to the DICT format, there is a prepare.py script.

First, execute the script

python3 dictd/prepare.py

Then, switch to the convert/dictionaries directory. Using dictfmt , generate the .index and .dict files.

dictfmt -e --utf8 --allchars -s "Remรจde Franรงais" remede < remede.txt
dictfmt -e --utf8 --allchars -s "Remรจde English" remede.en < remede.en.txt

Remรจde database are now available in the DICT format at convert/dictionaries .

Last updated

Was this helpful?