This is a project that I have been sitting on for a long time. I initially wrote it for myself with no intention on publishing it but then I thought it would be nice to share.
The original idea comes from JadeReader and I actually got some code from it. I used PageTurner for the ebook reading features so it can have all the features of a full-blown eReader and it can read ePub. So it is free and open source (GPLv3)
It is also designed with the users of RTK in mind so you can lookup kanjis and quickly see the frame number and usually the first meaning in Kanjidic is the keyword from the 4th edition. Also, you can save a word in AnkiDroid in one click. It will create a new note for you with all the information about the word and the context sentence in the book in a default deck (I'll make that configurable later on).
You can access the beta here : https://play.google.com/apps/testing/net...lub.typhon
Tablet example, day mode with explanations:
![[Image: fp8o52.png]](http://i64.tinypic.com/fp8o52.png)
Phone example, night mode:
![[Image: 314xes6.png]](http://i67.tinypic.com/314xes6.png)
Here is the description I submitted for the Play Store for more details:
The original idea comes from JadeReader and I actually got some code from it. I used PageTurner for the ebook reading features so it can have all the features of a full-blown eReader and it can read ePub. So it is free and open source (GPLv3)

It is also designed with the users of RTK in mind so you can lookup kanjis and quickly see the frame number and usually the first meaning in Kanjidic is the keyword from the 4th edition. Also, you can save a word in AnkiDroid in one click. It will create a new note for you with all the information about the word and the context sentence in the book in a default deck (I'll make that configurable later on).
You can access the beta here : https://play.google.com/apps/testing/net...lub.typhon
Tablet example, day mode with explanations:
![[Image: fp8o52.png]](http://i64.tinypic.com/fp8o52.png)
Phone example, night mode:
![[Image: 314xes6.png]](http://i67.tinypic.com/314xes6.png)
Here is the description I submitted for the Play Store for more details:
Quote:Typhon is an e-book reader with the added capability of dictionary lookup for the Japanese language. If you ever used Rikaichan or Perapera-kun, you know what this is about.
Here are a list of the features:
- Vocabulary lookup based on Edict
- Japanese Names lookup based on Enamdict
- Kanji lookup based on Kanjidic (slightly modified to accommodate Heisig index from the 6th version as well)
- Entries displayed in colors
- Kanji lookup of an edict entry (short click on it)
- Automatic import of an entry as a flashcard in AnkiDroid if installed. It adds also the context sentence in the flashcard. (long click on the entry)
- Kanji entries display the Heisig frame number so that you know if you learned a kanji or not (surprisingly useful if you used the excellent remembering the kanji book)
- Possibility to switch between Heisig 4th and 6th numbering
- Possibility to zoom in on the entries (pinch the entries drag window)
If you're wondering why I added a kanji lookup on an edict entry, I think it is useful when you get a match with a hiragana word in the text but in kanji in Edict and you're wondering what is this kanji that you saw previously somewhere.
Credits:
-----------
Typhon is a fork of PageTurner integrating some elements of JadeReader which in turns has ported some of its features from rikaichan. And rikaichan uses Jim breen's Edict, Enamdict and Kanjidic. So it makes also use of rikaichan's deinflector data and logic without which you would not be able to search an inflected verb in a text.
- PageTurner: http://www.pageturner-reader.org/
- JadeReader: https://bitbucket.org/rayzhou/jaderead-restart
- Polarcloud: http://www.polarcloud.com/
- Jim breen's page: http://nihongo.monash.edu/japanese.html
Since I modified quite a lot the original dictionary code from JadeReader, I decided to publish it as a Java library called JRikai adding support for Kanjidic amongst other things.
This work is published under the GPLv3 license following the compatibility rules with the licenses used by the software Typhon is based on.
Source code:
Typhon : https://biboomig@bitbucket.org/biboomig/typhon.git
JRikai : https://biboomig@bitbucket.org/biboomig/jrikai.git
Edited: 2016-03-19, 9:56 am

![[Image: 2ym8wno.png]](http://i64.tinypic.com/2ym8wno.png)
![[Image: SSdyT73.png]](http://i.imgur.com/SSdyT73.png)
![[Image: b02LdWD.png]](http://i.imgur.com/b02LdWD.png)
![[Image: GyAsb8e.png]](http://i.imgur.com/GyAsb8e.png)
![[Image: E1wmU8u.png]](http://i.imgur.com/E1wmU8u.png)