Skip to content

kanonenfutter/text_to_jlpt

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published