amnek0 / stardict-to-sqlite

Simple Swing tool to convert stardict format dictionary data to SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Usage

  • Extract stardict files, put .ifo, .dict, .idx and .syn (if available) in a same folder.
  • Open any of those files using the tool, then press Convert.

Note: Some files maybe compressed, you should see something like filename.dict.dz, extract these files first (i use 7-Zip).

##SQLite database There are two tables:

  • main(id, word, meaning) table stores words and their definition from .dict and .idx files.
  • syn(synonym, word_id) table stores synonyms and their references to main table.

##License The Unlicense

About

Simple Swing tool to convert stardict format dictionary data to SQLite

License:The Unlicense


Languages

Language:Java 100.0%