![]() |
|
Where can I find the EPWING format specification? - 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: Where can I find the EPWING format specification? (/thread-11537.html) |
Where can I find the EPWING format specification? - rrrrrray - 2014-03-28 Hi all, I know there are many great programmers in the forums who created the most useful tools for Japanese learners. So I hope I could get the answer here. =D Does any one know where I can find the format specification for the EPWING dictionary format? I'm thinking of integrating it in my Android app Jade Reader or some future projects. Greatly appreciation any answers or directions.
Where can I find the EPWING format specification? - cb4960 - 2014-03-28 For my Android app, OCR Manga Reader, I utilized eblib to add EPWING support. I've never been able to find a formal specification though. Where can I find the EPWING format specification? - Bokusenou - 2014-03-28 Good luck! Adding EPWING support would make Jade Reader much more useful for intermediate and advanced learners, who have likely outgrown EDICT. I know I'd give it a try. Where can I find the EPWING format specification? - rrrrrray - 2014-03-28 @cb4960 Thanks! I'll look into it. By the way, your app looks awesome. (And it's open source!)
Where can I find the EPWING format specification? - tokyostyle - 2014-04-02 cb4960 Wrote:I've never been able to find a formal specification though.I think Fujitsu or someone used to have one but the format has been dropped by the companies who created and used it. The Japanese Wikipedia page on EPWING is mostly dead links and even the EPWING Consortium website is completely gone too. I guess at this point the library is the specification. Where can I find the EPWING format specification? - juniperpansy - 2014-04-02 Possibly here? http://es.sourceforge.jp/projects/classicalepwing/scm/svn/tree/74/dtd/ I don't know a whole lot but: dtd - Document Type Definition (file). It is basically a file that tells whether the input XML file is valid to the defined rules or not. It looks like these are to validate EPWING entries. I only know about this because in order to programmatically create and send notes to the Evernote server, you need to validate the note via a dtd in order to ensure it is properly formed. |