diff --git a/README.md b/README.md index f6e1922..e7361ae 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can download the current version of the app on the [release page](https://gi ## Others You're maybe wondering how I'm getting all the information I need about the Japanese language
-Well to begin with, all the needed information are stored [here](here)
+Well to begin with, all the needed information are stored [here](app/src/main/res/raw)
I'm either getting them from [Jisho](https://jisho.org/) (for the kanji/vocabulary) or from [WWWJDIC](http://www.edrdg.org/cgi-bin/wwwjdic/wwwjdic) for the particle exercices
After getting there information, I'm using [JishoParser](https://github.com/Xwilarg/JishoParser) to change them into JSON files
To recognize what you draw, I converted all hiragana/katakana using [KanaRecognition](https://github.com/Xwilarg/KanaRecognition)