Skip to content

"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.

License

Notifications You must be signed in to change notification settings

roptat/Dictionary

This branch is 141 commits behind rdoeffinger/Dictionary:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 10, 2017
Sep 17, 2015
Aug 27, 2015
Dec 11, 2017
Jan 10, 2018
Nov 29, 2013
Jan 16, 2016
Jan 21, 2017
Jan 10, 2018
Nov 30, 2011
Jan 10, 2018
Dec 18, 2016
Nov 16, 2017
Mar 18, 2017
May 27, 2013
Nov 1, 2017
Nov 6, 2017
Dec 26, 2013

Repository files navigation

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 also manually clone the DictionaryPC
repository, it needs to be at the same level as this one, not inside it.

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.

And approximation of the steps for generating dictionaries:
- go into the DictionaryPC repository
- run data/downloadInputs.sh to get the data
- run ./compile.sh (probably needs quite a few things to be installed or paths in it configured)
- run ./WiktionarySplitter.sh
- 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

About

"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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.7%
  • HTML 2.4%
  • Shell 0.9%