Skip to content

Simple Swing tool to convert stardict format dictionary data to SQLite

License

Notifications You must be signed in to change notification settings

tuanna-hsp/stardict-to-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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, if you see something like filename.dict.dz, extract these files first (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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages