Fast auto-complete style dictionary translation for English, Japanese, Chinese, Korean, French, Spanish and German.
- Quickly find that movie title in Japanese or your favourite actor’s name in Chinese
- Compare both Wikipedia pages on one screen
- Over 11.7million+ words and phrases
- Xcode
- sqlite
- python
# build with Xcode
# download wikidata
# ~5.5hrs to download 80gb compressed
wget https://dumps.wikimedia.org/wikidatawiki/entities/latest-all.json.gz -P ./data
./util/builddb.sh
- update DB_VERSION during build
- automate database build, dump to s3