From c7388d327e7754a3d64af01240225a4321f081ba Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 11 Sep 2010 18:42:33 +0900 Subject: [PATCH] Added updated readme. --- README.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..07f3fed --- /dev/null +++ b/README.txt @@ -0,0 +1,28 @@ +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 (or JMdict.gz) into an SQLite +database. All "data" within JMdict (that is, everything except +comments) should be preserved in the SQLite format. + +A converter for KANJIDIC2 is also in this package, but it is not +recommended. I will be rewriting it when time allows. + +Documentation is lacking right now, but a few notes: + + +Running the JMdict conversion tool: + + python -m jblite.jmdict + +Details about the SQL schema: + + jmdict.png or jmdict.dia: graph of the database layout + + +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 -- 2.11.4.GIT