All Projects → ntd172 → kindle-dict

ntd172 / kindle-dict

Licence: other
English-Vietnamese Dictionary for Kindle

Programming Languages

shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to kindle-dict

my-clippings-to-json
Format Kindle clippings as JSON.
Stars: ✭ 16 (-15.79%)
Mutual labels:  kindle
lazyaircrack
Automated tool for WiFi hacking.
Stars: ✭ 301 (+1484.21%)
Mutual labels:  bash-script
rwloadsim
RWP*Load Simulator - your tool for scripting, simulation and much more. Like having a bit of bash and SQL, a nip of C or Java, a dash of awk, a grain of sed plus drops of secret sauce in one single tool. See https://blogs.oracle.com/database/rwploadsim-oracle-db-performance-simluator for the announcement on the Oracle database blog.
Stars: ✭ 26 (+36.84%)
Mutual labels:  bash-script
bashew
bash script micro-framework - from small stand-alone script to complex projects with CI/CD and testing
Stars: ✭ 139 (+631.58%)
Mutual labels:  bash-script
github-to-wordpress-deploy-script
Bash script to handle tagging on GitHub and deployment to WordPress SVN
Stars: ✭ 21 (+10.53%)
Mutual labels:  bash-script
l2cu
L²CU: LDraw Linux Command line Utility
Stars: ✭ 14 (-26.32%)
Mutual labels:  bash-script
Bash
Collection of bash scripts I wrote to make my life easier or test myself that you may find useful.
Stars: ✭ 19 (+0%)
Mutual labels:  bash-script
git-commands-workflows
🚀 All the git commands and workflows you need to know
Stars: ✭ 50 (+163.16%)
Mutual labels:  bash-script
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (+94.74%)
Mutual labels:  kindle
tudien
Từ điển tiếng Việt dành cho Kindle
Stars: ✭ 38 (+100%)
Mutual labels:  kindle
Converto
Installing Kali linux on Vps Server
Stars: ✭ 100 (+426.32%)
Mutual labels:  bash-script
pdfScale
Bash Script to Scale and Resize PDFs using Ghostscript
Stars: ✭ 131 (+589.47%)
Mutual labels:  bash-script
OSCP-Prep
Contained is all my reference material for my OSCP preparation. Designed to be a one stop shop for code, guides, command syntax, and high level strategy. One simple clone and you have access to some of the most popular tools used for pentesting.
Stars: ✭ 33 (+73.68%)
Mutual labels:  bash-script
kindlepush
Subscribe RSS/Atom feeds and push mobi to your Kindle.
Stars: ✭ 31 (+63.16%)
Mutual labels:  kindle
PXESetupWizard
PXE Setup Wizard. Netboot Debian, Ubuntu, System Rescue CD, FreeDOS and more.
Stars: ✭ 96 (+405.26%)
Mutual labels:  bash-script
CTF-Script-And-Template-Thrift-Shop
[180+ scripts] There are a few genuine gems in there. And a lot of spaghetti code. Most of these scripts were for solving CTF's. If you googles something for a CTF and landed here look at the scripts they're all fairly malleable. Sorry for the shitty naming conventions (not really). If you are a recruiter stop. I wont be able to rewrite half thi…
Stars: ✭ 38 (+100%)
Mutual labels:  bash-script
kindle-weather-stand-alone
Kindle Weather Stand Project - standalone version (no server-end required)
Stars: ✭ 29 (+52.63%)
Mutual labels:  kindle
coinbash
💰 A bash script (CLI) for displaying crypto currencies market data in a terminal 🖥
Stars: ✭ 110 (+478.95%)
Mutual labels:  bash-script
Soma
Ulysses.app blueprint for a better ePub stylesheet
Stars: ✭ 23 (+21.05%)
Mutual labels:  kindle
tuterm
A better way to learn CLI programs.
Stars: ✭ 22 (+15.79%)
Mutual labels:  bash-script

TLDR;

  1. Just download eng-viet-dict.mobi file and send it to your kindle email <user.name>@kindle.com!
  2. Wait for your kindle to download the dictionary file.
  3. Change your default dictionary to English-Viet-Dictionary.

English Vietnamese Dictionary for Kindle

Last year, I received a Amazon Kindle PaperWhite as a gift. Since then, I've been reading more books from my Kindle. By default the Kindle does come with few popular dictionaries from English to Chinese, Spanish, French... but I was a little disappointed because there is no English-Vietnamese dictionary. So I tried to find a English-Vietnamese dictionary. Unfortunately, I have found none. Then I decided to create my own English-to-Vietnamese dictionary for the Kindle.

Getting Started

These instructions will help you to create your own dictionary for Amazon Kindle. Feel free to modify and change the code to fit your needs.

Prerequisites

  • Install KindleGen from Amazon
https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000234621
  • Add kindlegen to your $PATH
  • Make sure you install calibre application for your MacOSX
https://calibre-ebook.com/download

Installing

If you don't care about any technical stuff, just ignore and import eng-viet-dict.mobi to your calibre app or email this file to kindle email <username>@kindle.com

Otherwise, you can take a look at build_dict.sh to see how I generate that file.

./build_dict.sh 

Limitation

Initially I tried to import all words and definition from startdict_en_vi.txt (~350K words). KindleGen was not able to handle that much of data so I needed to reduce the number of words to import.

I used this awk to get common words from dictionary.txt file.

awk -F\t 'FNR==NR {a[$1]; next}; $1 in a' dictionary.txt stardict_en_vi.txt > common-english-viet-words.txt

Happy Reading

Alt text

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