Refactored kanji list editor somewhat.
[jben2_gui.git] / README.txt
blob85c0baa09ef35c11da1e40c4add16f332cb567f1
1 J-Ben: a Japanese study program\r
2 Copyright 2007, 2008, 2009, 2010, 2011 by Paul Goins\r
3 Released under the GNU General Public License (GPL), version 2 or above\r
4 \r
5 This program should be considered "alpha" status and is not intended\r
6 for everyday use.\r
7 \r
8 \r
9 For installation, see INSTALL.txt.\r
10 For license information, see COPYING.txt.\r
13 Summary of current status:\r
15   - The kanji and word dictionaries work at a basic level, but are by\r
16     no means fast.  They are pending cleanup if not a rewrite.  (I\r
17     knew much less about Python at the time I wrote them than I do\r
18     now.)\r
20   - Improvement over J-Ben 1.2.3: Startup time is nearly instantaneous\r
21     since dictionary data is not loaded until one of the dictionaries\r
22     is queried.\r
24   - The preferences menu, although present, does not actually do\r
25     anything meaningful yet.\r
27   - Most advanced features in the program are not yet present.  (Study\r
28     lists, kanji practice mode, character/word cross referencing.\r
30   - The program can be hooked into jben_kpengine for handwriting\r
31     recognition support.  However, the path is currently hardcoded.\r
32     This is a temporary situation; I plan on making a Python module\r
33     equivalent to that code in the future.\r
36 As always, feedback and patches are welcome.\r
38 - Paul\r