Initial implementation of KD2 parser. Small changes to JMdict (NULLs instead of...
[jblite.git] / README.txt
blob1f02c47c0db4f8fc1de339aba4845313f122054c
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
4 \r
5 \r
6 This library allows conversion of JMdict (or JMdict.gz) into an SQLite\r
7 database.  All "data" within JMdict (that is, everything except\r
8 comments) should be preserved in the SQLite format.\r
9 \r
10 A converter for KANJIDIC2 is also in this package, but it is not\r
11 currently supported or recommended.  I will be rewriting it when time\r
12 allows.\r
14 Documentation is lacking right now, but a few notes:\r
17 Running the JMdict conversion tool:\r
19     python -m jblite.jmdict <target.db> <JMdict|JMdict.gz>\r
21 Details about the SQL schema:\r
23     jmdict.png or jmdict.dia: graph of the database layout\r
26 License of output: JMdict is property of The Electronic Dictionary\r
27 Research and Development Group, and both JMdict and the database\r
28 generated by this program fall under the license specified here:\r
29 http://www.edrdg.org/edrdg/licence.html\r