/gcide2sqlite

Convert GNU Collaborative International Dictionary of English to SQLite

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

gcide2sqlite

A simple tool for converting the GNU Collaborative International Dictionary of English to an SQLite database, with the option of filtering out words. The filter file should list each word to be filtered on a new line. An example filter list is available here.

Usage

usage: gcide2sqlite.py [-h] [--ignore IGNORE] dir outfile

Convert the GNU Collaborative InternationalDictionary of English to an SQLite
database

positional arguments:
  dir              path to the GCIDE directory
  outfile          output file path

optional arguments:
  -h, --help       show this help message and exit
  --ignore IGNORE  optional file containing words to ignore