This is just a lame attempt at fiddling around with non-latin texts. More precisely: Processing japanese texts and display the occuring JLPT(N5 only, atm) characters + Translation.
- mongodb
- node.js
- Clone repository
- Import the JLPT N5 Kanji
n5.json: - Navigate to the project root and run:
mongoimport --db mydb --collection n5 --file n5.json npm installnodemon app, because I love nodemon- Open
localhost:3000in your favorite browser.
jisho.org and JMdict for the translations and information about the JLTP Levels
This software uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's license, thus this project also licenced under the Creative Commons Attribution-ShareAlike Licence
