Skip to content

Convert GNU Collaborative International Dictionary of English to SQLite

License

Notifications You must be signed in to change notification settings

horizon-institute/gcide2sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert GNU Collaborative International Dictionary of English to SQLite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages