Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.13 KB

text-to-jlpt

Description

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.

Image

Requirements

  • mongodb
  • node.js

Installation

  • 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 install
  • nodemon app, because I love nodemon
  • Open localhost:3000 in your favorite browser.

Credits

jisho.org and JMdict for the translations and information about the JLTP Levels

License

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