![]() |
|
Typhon: eBook reader with Rikai dictionary lookup for Android - Printable Version +- kanji koohii FORUM (http://forum.koohii.com) +-- Forum: Learning Japanese (http://forum.koohii.com/forum-4.html) +--- Forum: Learning resources (http://forum.koohii.com/forum-9.html) +--- Thread: Typhon: eBook reader with Rikai dictionary lookup for Android (/thread-13644.html) Pages:
1
2
|
Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-03-18 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.zorgblub.typhon Tablet example, day mode with explanations: ![]() Phone example, night mode: ![]() 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. RE: Typhon: eBook reader with Rikai dictionary lookup for Android - mpericks - 2016-03-19 It scanned my device for epub files and found none. Fine, I will open it manually from my Google drive. I go to menu "Open ePub file". I navigate to google drive and find my epub file, but it is grayed out and I am not allowed to open it. ??? RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-03-19 There is no support for Google drive for now, you need to have the ePub files on your storage. For now, I just focused on adding the dictionary feature to PageTurner so I have not modified the reader in itself. If I see that it seems to be a popular request, I might take a look at extending the reader part. Are you sure there are any ePub file on your device? It will not pick up any other format. RE: Typhon: eBook reader with Rikai dictionary lookup for Android - Bokusenou - 2016-03-19 Ooh, it would be great if it could use EPWING dics, or connect with EBPocket somehow, so I could use monolingual dics with it. Or even 日本語 Wordnet would be cool. It looks really impressive so far though! Great job! RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-03-20 Thanks! I have looked into EPWING as a began this project but it seemed like a headache because not only the format is poorly documented but it is also mainly abandoned for what I saw. But I will have another look for sure. For Wordnet, I did not know it, but that seem pretty doable! Is this the last version? I saw there is a link saying that they maintain on this other website but it does not work for me. RE: Typhon: eBook reader with Rikai dictionary lookup for Android - Bokusenou - 2016-03-20 Glad that Wordnet is doable! It's not as large as a professional dictionary, but it's probably the best open source monolingual Japanese one. Also, yeah that's the latest version. Thanks for all your hard work! RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-03-20 I actually made a test with EPWING with my Kenkyusha wadai5: ![]() I am still not sure if that is going to do the trick for all types of dictionary though. And the formatting is going to be a challenge. RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-03-31 I published a new Alpha version in closed testing. This means that the people who already downloaded the beta can normally see the update but if you want to install the alpha from scratch shoot me an e-mail. So this version adds a configuration interface where you can add, remove, configure and reorder dictionaries. Nihongo wordnet is there now. Remember that with this configuration interface you can add several times the same dictionary with different configurations. This means that you can have an instance of wordnet that shows in English and another in Japanese. Wordnet supports showing examples sentences and synynoms and deinflection as well! I plugged rikai's deinflection with it and it turns out to work pretty well thanks to the available and necessary "part of speech" in the word entries! You can disable those in the configuration if they do not interest you. A new interface allows you to swipe between dictionaries in the order you configured your dictionaries. And that's all folks! I expect this version to be a little bit more experimental, there's a huge refactoring behind this new version, so please consider that before upgrading because it might be frustrating for you, that's why I closed the list of testers… I will release it soon enough anyway and EPWING is on the way. It already works but I would like to polish it a little more, I am just missing some time. ![]() ![]() ![]()
RE: Typhon: eBook reader with Rikai dictionary lookup for Android - rrrrrray - 2016-04-01 Author of JadeReader here. By the time I published JadeReader, I have since abandoned learning Japanese (for better or worse) and had little to no intention of ever updating JadeReader. It's nice to see the code are still useful for others. Really nice app! RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-01 I am happy you like it! Without your project, I would probably never made this. So thank you for having it published open source. I basically started by just hacking Jade reader to add Kanjidic. Then I wanted to be able to read ePub ebooks so I evaluated the possibility of integrating the lookup code into an open source ebook reader and I looked at PageTurner and FBReader. I did it with PageTurner because I like the fact the it does not require any native code and that it was also designed to be compatible with the Nook e-ink reader. Though, now, I am not sure I didn't break compatibility. Then I used it for a while without publishing it because it was not really production ready… No automatic download, hardcoded configuration, etc… This coming version underwent a big refactoring effort so I think you will have a hard time recognizing your code but some of it is still there! RE: Typhon: eBook reader with Rikai dictionary lookup for Android - rich_f - 2016-04-01 Sounds like an awesome project! I signed up for the Beta, but the Google Play Store link on the Beta sign-up page seems to be broken. Can you post a new link to the current Beta in the store? RE: Typhon: eBook reader with Rikai dictionary lookup for Android - rich_f - 2016-04-02 Ah, it works again. Cool! RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-04 Here we go, the new version with EPWING support is on the beta channel. I published the first version in production already but I expect to be able to put this one very soon. To use the EPWING feature, just go into the settings, add an dictionary of type EPWING and select the directory where the CATALOGS file of your EPWING content is located. It is a directory, not a file that the dialog is expecting. There is also an enhancement compared to the previous on how long processing dictionary are handled. They will no longer block the UI but display a round progress circle. This was necessary for the EPWING dictionaries that can be quite slow. If you already have another version, you will have to uninstall it before you can go back on the play store and reinstall it. If you did not leave the beta tester program then you should be able to download the new version. When you want to switch to the production version, just uninstall the app and go back to the link given up there to unsubscribe from the tester's list. At that point you will be able to see the production version in the play store. That can be useful if you are not satisfied with the stability of the beta version for everyday use. Just remember that uninstalling the app means losing all you settings including your book progresses. ![]()
RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-11 I just closed the beta and pushed a new version to the Play Store. It is not very different from the one that was available in beta but the EPWING dictionary now has gaiji support (those characters that are not available in UTF-8 but are embedded as bitmaps in the dictionary)
RE: Typhon: eBook reader with Rikai dictionary lookup for Android - risu_ - 2016-04-13 Any chances of releasing a version with vertical text? RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-15 (2016-04-13, 1:44 am)risu_ Wrote: Any chances of releasing a version with vertical text? I looked into it a little bit and for now I don't see an obvious solution. But if that is a popular demand I look further. Though there are also design consideration like : - Where does the dictionary panel go? - How the scrolling strategy will work? RE: Typhon: eBook reader with Rikai dictionary lookup for Android - creamyhorror - 2016-04-20 Hey ZorgBlub, I'm really liking what you've done here, thanks a bunch! Typhon does almost exactly what I want for mobile reading - dictionary lookup and Anki card creation. I registered just to say this. Books (ePub) load extremely slowly for me currently. Can this be sped up (caching, simpler parsing)? It can take 30-40 seconds to load a book, and my phone is mostly unresponsive in the meantime. This is the case on both the old and new (1.22) version. Plus on the new version (which I just installed), I get a dialog saying that I need to download a Japanese dictionary to look up words in this book. Dictionary lookup doesn't work. Is this a bug? Should I have uninstalled before updating from 1.0 to 1.22? Again, great work and I look forward to the future iterations of Typhon! RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-20 (2016-04-20, 7:17 am)creamyhorror Wrote: Hey ZorgBlub, I'm really liking what you've done here, thanks a bunch! Typhon does almost exactly what I want for mobile reading - dictionary lookup and Anki card creation. I registered just to say this. Thanks for the feedback! For the load time, I have already noticed long load times though not to that level and very randomly. Can you tell me what phone you use, what version of android and what ebook you are trying to open? (You can reply through private messages if you prefer) What I was working on lately was more to optimize the launch of the app itself because it is too slow in my opinion. For the dictionary download, it is possible that you had an old dictionary base that needs an update. I store the dictionaries myself because I modify them. I trimmed wordnet of some unused data and added the 6th version of Heisig index to kanjidic. Or it might be a bug… RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ToumeiNingen - 2016-04-23 I already like this app a lot. But I'm having some issues. All of the EPUBs I have, have some furigana and it's showing right after the kanji as if it where another word. Like this "俺は呟つぶやき、どういうわけだか俺は鳴ってもいない携帯けいたい電話を..." Where 呟つぶやき and 携帯けいたい are not ok. Furigana probably makes little sense when you have the integrated dictionary thing, but it's confusing if it appears like that (right after the kanji). I don't lnow if there is something wrong with my files or something, though. Another thing is that the only way I can go to the next page is by the icon located at the end of all the text in one page. I've noticed there is a section of navigation prefferences in the settings, but I cant change them (all the options are unavailable, in a light grey font, only in this section). I'm using a Galaxy Tab 2. And here is a question, Can I change the Anki card type and the deck where the cards are added? or will it mess something? RE: Typhon: eBook reader with Rikai dictionary lookup for Android - creamyhorror - 2016-04-25 (2016-04-20, 10:22 am)ZorgBlub Wrote: Thanks for the feedback!Thanks for the suggestions, and sorry I forgot to reply earlier. I solved the dictionary-download problem by uninstalling & reinstalling the app. The long load times (40+ sec for a long book) are still there, though. Samsung Galaxy S5, Android 4.4.2. The "Loading text..." notification appears for maybe 10s, then it disappears and the screen turns unresponsive, and finally the text appears. I tried deleting and re-importing the book (performing copy-to-library folder), but there's no difference. Maybe what would work is partial loading (5000 characters at a time?) + a more efficient loading function? Thanks for any suggestions, and hope you'll be able to keep improving the app If you have suggestions on somewhere in the code to look at, I can give it a try.
RE: Typhon: eBook reader with Rikai dictionary lookup for Android - AzureBlue - 2016-04-26 This is great! I have been looking for exactly something like this for a long time. The only usability problem for me is that my phone doesn't support Japanese as a language option and Typhon displays the Chinese variant of Kanji instead of the Japanese. Would it be possible for you to add a Japanese font as an extra font option, or maybe an option to use a user provided font file? RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-27 (2016-04-23, 4:17 am)ToumeiNingen Wrote: I already like this app a lot. But I'm having some issues. I'll look into the furigana problem. In the meantime, I believe you can strip them out with calibre if you want to continue reading normally. For the navigation, it's normal, if you activate the lookup it has to be that way. Indeed the lookup is designed to work with scrolling. The reason for that is that when you use a page strategy, the control are made by tapping the borders of the screen and that conflicts with the dictionary lookup tap. Now we can argue that I could change that to a swipe left and right but I didn't do that because I think that anyway it does not really fit the dictionary lookup UI. Indeed, the dictionary pane always occupies the bottom of the screen so to read the bottom of the page, you would have to close it every time you have to search a word. Now what I believe is missing is a "next/previous chapter" control to skip the whole chapter without having to scroll down. But you can also do that in a less user-friendly way by browsing the table of content. RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-27 (2016-04-25, 11:20 am)creamyhorror Wrote:(2016-04-20, 10:22 am)ZorgBlub Wrote: Thanks for the feedback!Thanks for the suggestions, and sorry I forgot to reply earlier. I solved the dictionary-download problem by uninstalling & reinstalling the app. Ok, good to know it worked in the end. For the load time, I need to know what book you use because I suspect that its content is all in one chapter. I'll have a look and see if there is room for optimization but it will take a while since this is a part of the ebook reader app that I did not touch previously. But I agree that it does not matter the size of the book ~40sec load should not happen. If my guess about the structure of the book is correct, you can always try to detect the structure of the book with calibre and rewrite it with chapters. RE: Typhon: eBook reader with Rikai dictionary lookup for Android - ZorgBlub - 2016-04-27 (2016-04-26, 1:30 pm)AzureBlue Wrote: This is great! I have been looking for exactly something like this for a long time. I'll see if I can add a Japanese font, it should not be too hard though it will have to wait a little bit. RE: Typhon: eBook reader with Rikai dictionary lookup for Android - creamyhorror - 2016-04-28 (2016-04-27, 9:39 am)ZorgBlub Wrote:(2016-04-25, 11:20 am)creamyhorror Wrote:(2016-04-20, 10:22 am)ZorgBlub Wrote: Thanks for the feedback!Thanks for the suggestions, and sorry I forgot to reply earlier. I solved the dictionary-download problem by uninstalling & reinstalling the app. Yes, it's one long chapter I believe. I'll try splitting it into small chapters, thanks for the suggestion. Really appreciate your work on this!! |