Scripts to convert wordset-dictionary to DICT format.
make download
sudo make install
Then add following to dictd config file (usually /etc/dict/dictd.conf
) and restart dictd.
database wordset-dictionary {
data /usr/local/share/dict/wordset-dictionary.dict
index /usr/local/share/dict/wordset-dictionary.index
}