JPDict is a Japanese dictionary for beginner on UWP (Universal Windows Platform).
This repository contains 4 projects.
The main application of JPDict, built with MVVM pattern (MVVM Light).
The query engine of JPDict. There're five databases in JPDict (dictionary db, update db, kanji db, kanji radical db and notebook db), and this project handles the database queries. Also, this project contains a lemmatizer implemented using MeCab (http://taku910.github.io/mecab/).
This project handles the communication with backend server. You can find the source code for the backend at another repository named JPDictBackend.
Feel free to post issues or create pull request.