Android application for the HunNor dictionary.
- Open the project in Android Studio
- Download the dictionary data from https://dict.hunnor.net/databases/HunNor-Lucene.zip
- Save the package as
app/src/main/assets/lucene-index.zip
- Run the app
The application uses the search module from export-lucene
, branch android
.
The dictionary is stored as Lucene index and spell checking index directories. Lucene version 3.6.2 is used because of compatibility issues with Android.