descriptionjblite: J-Ben SQLite conversion scripts
homepage URLhttp://jben.vultaire.net/
ownergeneral@vultaire.net
last changeSat, 22 Jan 2011 01:42:29 +0000 (22 10:42 +0900)
content tags
add:
README.txt
jblite: J-Ben SQLite parsing scripts
Copyright 2010 by Paul Goins
Released under the two-clause OSI-approved BSD license (see COPYING.txt)


This library allows conversion of JMdict and KANJIDIC2 into SQLite
databases.  All "data" within the original files (that is, everything
except comments) should be preserved in the SQLite format.

Documentation is lacking right now, but a few notes:


Running the JMdict conversion tool:

    python -m jblite.jmdict <target.db> <JMdict|JMdict.gz>

Details about the SQL schema:

    jmdict.png or jmdict.dia: graph of the database layout


Running the KANJIDIC2 conversion tool:

    python -m jblite.kd2 <target.db> <KANJIDIC2|KANJIDIC2.gz>

No schema info yet, but it's far simpler than JMdict, so it shouldn't
be so hard to figure out.


License of output: JMdict is property of The Electronic Dictionary
Research and Development Group, and both JMdict and the database
generated by this program fall under the license specified here:
http://www.edrdg.org/edrdg/licence.html
shortlog
2011-01-22 Paul GoinsMore appropriate version number.master0.4.3
2011-01-22 Paul GoinsFixed bug: native unicode strings were not being wrappe...
2010-12-07 Paul GoinsVersion up (yes, again)0.4.2
2010-12-07 Paul GoinsFixed non-Japanese searches in jmdict.py.
2010-12-07 Paul GoinsUpdated jmdict.py.
2010-12-07 Paul GoinsUpdated kd2.py and helpers.py to allow for unicode...
2010-12-07 Paul GoinsVersion up.0.4.1
2010-12-07 Paul GoinsFinished up changes to the KANJIDIC2 code.
2010-12-07 Paul GoinsFixed JMdict's lookup functions.
2010-11-20 Paul GoinsRemoved extra unneeded source files.0.4
2010-11-10 Paul GoinsRemoved duplicates from search on kd2.py.
2010-11-10 Paul GoinsAdded printing of hex code next to literal to unicode...
2010-11-10 Paul GoinsMoved debug strings to verbose mode.
2010-11-10 Paul GoinsAdded unicode string printing to kd2 Entries.
2010-11-08 Paul GoinsAdded search-by-index support to kd2.py.
2010-11-07 Paul GoinsAdded convenience scripts.
...
tags
13 years ago 0.4.3
13 years ago 0.4.2
13 years ago 0.4.1
13 years ago 0.4
13 years ago 0.3.1.1
13 years ago 0.3.1
13 years ago 0.3
13 years ago 0.2
heads
13 years ago master