public
Description: Ruby Japanese Dictionary
Homepage:
Clone URL: git://github.com/boj/ruby-jd.git
name age message
file LICENSE Loading commit data...
file LICENSE-DATA
file README
directory dat/
directory lib/
file main.rb
README
~~ Ruby Japanese Dictionary ~~~~~~~~ ^^

Thrown together by Brian 'bojo' Jones
using Ruby, _why's Shoes API, and a
sqlite database made by Pavat Komkai
using Jim Breen's edict/kanjidic data.

Please look at LICENSE-DATA to see the
licensing on the data.

~~ USAGE ~~~~----

Requires Shoes to run.
  - http://shoooes.net/

Currently it is just a simple search.
You can use % as a wildcard.

~~ FUTURE ~~~~----

* Kanji only search.
* I want to also include the Tanaka Corpus
  for example sentences.
* Put a button by results to track them in
  the yet unwritten spaced repetition system.
* Allow the user to create non-dictionary
  related SRS entries as well.

~~ NOTES ~~~~----

Shoes is kinda slow when you throw a lot 
of data onto the screen.  Searches that
return a lot of results scroll very slowly.