halogenandtoast / nhk-reader-haskell

Haskell implementation of my NHK Reader
http://nhk.halogenandtoast.com/
7 stars 0 forks source link

Tried making a NHK Reader of my own #1

Closed tkshnwesper closed 6 years ago

tkshnwesper commented 6 years ago

Hello! I was inspired by this project and an android app that I use (Sync for NHK Easy News) and decided to create a web app. Here it is:

https://nhk.cryf.in/

I was in need of a reader which provided meanings of words on the same page that I could use from my PC. (You need to ~hover~ click on words to get their meanings).

halogenandtoast commented 6 years ago

Howdy @tkshnwesper , sorry I didn't see this earlier. That's pretty neat, what did you use for a source dictionary?

tkshnwesper commented 6 years ago

I am using JMdict as the dictionary source. I wrote a small script to convert the XML format of JMdict into JSON: https://github.com/tkshnwesper/JMdict-Parser