1 jblite: J-Ben SQLite parsing scripts
\r
2 Copyright 2010 by Paul Goins
\r
3 Released under the two-clause OSI-approved BSD license (see COPYING.txt)
\r
6 This library allows conversion of JMdict and KANJIDIC2 into SQLite
\r
7 databases. All "data" within the original files (that is, everything
\r
8 except comments) should be preserved in the SQLite format.
\r
10 Documentation is lacking right now, but a few notes:
\r
13 Running the JMdict conversion tool:
\r
15 python -m jblite.jmdict <target.db> <JMdict|JMdict.gz>
\r
17 Details about the SQL schema:
\r
19 jmdict.png or jmdict.dia: graph of the database layout
\r
22 Running the KANJIDIC2 conversion tool:
\r
24 python -m jblite.kd2 <target.db> <KANJIDIC2|KANJIDIC2.gz>
\r
26 No schema info yet, but it's far simpler than JMdict, so it shouldn't
\r
27 be so hard to figure out.
\r
30 License of output: JMdict is property of The Electronic Dictionary
\r
31 Research and Development Group, and both JMdict and the database
\r
32 generated by this program fall under the license specified here:
\r
33 http://www.edrdg.org/edrdg/licence.html
\r