All Projects → rdoeffinger → Dictionary

rdoeffinger / Dictionary

Licence: apache-2.0
"QuickDic" offline Dictionary App for Android. Provided downloadable dictionaries are based on Wiktionaries but can also be created from other sources (see DictionaryPC). Remember to use --recursive when cloning! Fork of project that used to be hosted at code.google.com/p/quickdic-dictionary.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dictionary

Sensor Data Logger
Android Wear sensor data plotter
Stars: ✭ 166 (-11.7%)
Mutual labels:  android-app
Multiple Media Picker
An android library to pick multiple images and/or videos from built-in gallery. 📷 💎 💥
Stars: ✭ 173 (-7.98%)
Mutual labels:  android-app
Gobandroid
A Goban for Android
Stars: ✭ 180 (-4.26%)
Mutual labels:  android-app
Android library
android_library
Stars: ✭ 170 (-9.57%)
Mutual labels:  android-app
Emoji Ime Dictionary
日本語で絵文字入力をするための IME 追加辞書 📙 Google 日本語入力などで日本語から絵文字への変換を可能にする IME 拡張辞書です
Stars: ✭ 172 (-8.51%)
Mutual labels:  dictionary
Safarikai
Safari extension for translating Japanese words.
Stars: ✭ 177 (-5.85%)
Mutual labels:  dictionary
Easy163
安卓端一键解锁网易云音乐,无须 ROOT
Stars: ✭ 2,165 (+1051.6%)
Mutual labels:  android-app
Cookman
一款菜谱查询工具Android APP
Stars: ✭ 186 (-1.06%)
Mutual labels:  android-app
Evabs
An open source Android application that is intentionally vulnerable so as to act as a learning platform for Android application security beginners.
Stars: ✭ 173 (-7.98%)
Mutual labels:  android-app
Biglybt Android
BiglyBT for Android, torrent client and remote control app
Stars: ✭ 180 (-4.26%)
Mutual labels:  android-app
Wiktextract
Wiktionary dump file parser and multilingual data extractor
Stars: ✭ 170 (-9.57%)
Mutual labels:  dictionary
Sdcv
Stars: ✭ 171 (-9.04%)
Mutual labels:  dictionary
Zydra
Stars: ✭ 178 (-5.32%)
Mutual labels:  dictionary
Dinocompose
Chrome's Dino T-Rex game developed in Jetpack Compose
Stars: ✭ 170 (-9.57%)
Mutual labels:  android-app
Baldphone
A new accessible interface for your smartphone, suitable for seniors
Stars: ✭ 181 (-3.72%)
Mutual labels:  android-app
Russian Words
List of Russian words
Stars: ✭ 168 (-10.64%)
Mutual labels:  dictionary
Ordereddictionary
Ordered dictionary data structure implementation in Swift
Stars: ✭ 176 (-6.38%)
Mutual labels:  dictionary
Saladict Desktop
✨✨桌面划词与翻译工具,聚合了 N 多词典,功能强大,支持 Windows 、 Mac 和 Linux。
Stars: ✭ 187 (-0.53%)
Mutual labels:  dictionary
Shuttle
Shuttle Music Player
Stars: ✭ 2,185 (+1062.23%)
Mutual labels:  android-app
Trailersapp
A simple demo project for The Movie DB based on MVVM clean architecture.
Stars: ✭ 180 (-4.26%)
Mutual labels:  android-app

QuickDic

An offline dictionary for Android.

Cloning

Make sure you use the --recursive option to clone, or otherwise make sure the Util submodule is correctly checked out.

If you want to generate dictionaries, clone the DictionaryPC repository as well. It needs to be at the same level as this one, not inside it.

Compiling

To compile the APK, just open this repository in Android Studio. You can also use Gradle directly. Note that compilation is only tested on Linux. It is possible to disable the smallicu/makesmallicu step if it causes issues, though help to debug any such issue would be welcome.

Generating dictionaries

An approximation of the steps for generating dictionaries:

  1. Go into the DictionaryPC repository
  2. Run data/downloadInputs.sh to get the data
  3. Run ./compile.sh (probably needs quite a few things to be installed or paths in it configured) Alternatively, download a release binary: https://github.com/rdoeffinger/DictionaryPC/releases
  4. Run ./WiktionarySplitter.sh
  5. Run ./generate_dictionaries.sh You might want to edit the settings at the start of the file so it does not generate all dictionaries, and edit its input files like EN-trans-dictlist.txt to add new dictionaries. For a more manual approach, the commands it runs are something like ./run.sh --lang1=ES --lang2=PT --lang1Stoplist=data/inputs/stoplists/es.txt \ --dictOut=data/outputs/ES-PT.quickdic \ --dictInfo="(EN)Wiktionary-based ES-PT dictionary." --input1=data/inputs/wikiSplit/en/EN.data \ --input1Name=enwikitionary --input1Format=EnTranslationToTranslation \ --input1LangPattern1=es --input1LangPattern2=pt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].