Layerex / wordset-dictionary-dict

Scripts to convert wordset-dictionary to DICT format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordset-dictionary-dict

Scripts to convert wordset-dictionary to DICT format.

Installation

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
}

About

Scripts to convert wordset-dictionary to DICT format.

License:The Unlicense


Languages

Language:Python 65.9%Language:Makefile 34.1%