This project is a fork of the jben2_gui.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/jben2_gui.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerjosepgl@gmail.com
last changeMon, 6 Sep 2010 10:59:14 +0000 (6 19:59 +0900)
content tags
add:
README.txt
J-Ben: a Japanese study program
Copyright 2007, 2008, 2009, 2010 by Paul Goins
Released under the GNU General Public License (GPL), version 2 or above

This program should be considered "alpha" status and is not intended
for everyday use.


Installation:

        python setup.py install

Running the program:

        python -m jben.main


Summary of current status:

  - The kanji and word dictionaries work at a basic level, but are by
    no means fast.  They are pending cleanup if not a rewrite.  (I
    knew much less about Python at the time I wrote them than I do
    now.)

  - Improvement over J-Ben 1.2.3: Startup time is nearly instantaneous
    since dictionary data is not loaded until one of the dictionaries
    is queried.

  - The preferences menu, although present, does not actually do
    anything meaningful yet.

  - Most advanced features in the program are not yet present.  (Study
    lists, kanji practice mode, character/word cross referencing.

  - The program can be hooked into jben_kpengine for handwriting
    recognition support.  However, the path is currently hardcoded.
    This is a temporary situation; I plan on making a Python module
    equivalent to that code in the future.


As always, feedback and patches are welcome.

- Paul
shortlog
2010-09-06 unknownNot sure if PyGTK prereq should be specified here,... master
2010-09-06 unknownConverted 'requires' to 'install_requires' in setup...
2010-03-23 Paul GoinsFlattened repo one level. (Former top level README...
2010-03-23 Paul GoinsRemoved jbparse (has been moved to a separate repo)
2010-03-23 Paul Goins.gitignore update
2010-03-23 Paul GoinsVarious changes made to jbparse.kanjidic2 while writing...
2010-03-19 Paul GoinsAdded support for retrieving reading/meaning groups...
2010-03-14 Paul GoinsAdded hack to set default Python encoding. Needed...
2010-03-14 Paul GoinsUpdated jstring_convert helper. Now using for displayi...
2010-03-14 Paul GoinsAdded variants. KANJIDIC2 parser rewrite should be...
2010-03-14 Paul GoinsAdded radical codes and names.
2010-03-14 Paul GoinsAdded codepoint info.
2010-03-14 Paul GoinsRemoved duplication, laid out remainder of __unicode__.
2010-03-14 Paul GoinsAdded stroke counts/miscounts, fixed bugs if no JLPT...
2010-03-14 Paul GoinsRemoved indenting from helpers, added to __unicode__.
2010-03-14 Paul GoinsBroke apart __unicode__ into several helper functions.
...
heads
13 years ago master