Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg authored Jul 17, 2020
1 parent d1bbef1 commit 133117a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>
Well to begin with, all the needed information are stored [here](here)<br/>
Well to begin with, all the needed information are stored [here](app/src/main/res/raw)<br/>
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<br/>
After getting there information, I'm using [JishoParser](https://github.com/Xwilarg/JishoParser) to change them into JSON files<br/>
To recognize what you draw, I converted all hiragana/katakana using [KanaRecognition](https://github.com/Xwilarg/KanaRecognition)

0 comments on commit 133117a

Please sign in to comment.