An experiment that is it possible to parse wiktionary.org's dump to build an english-something dictionary. I'm interested in Thai, so this is what you can see here.
- Download
enwiktionary-latest-pages-articles.xml.bz2from here (more than 200MB): dumps - Uncompress it (more than 2GB)
- Move it to the project folder as
wiktionary-full.txt - Run
npm installto install thelazymodule. If you already installed, than skip this step. - Run
node parse_wiktionary.js - It creates the file
dict-th.jsin about 6 minutes in my machine.