karlb / wikdict-gen

Generation of bilingual dictionaries from Wiktionary/dbnary data for the WikDict project
http://www.wikdict.com
MIT License
43 stars 4 forks source link

Make the wdweb databases available for download? #17

Closed vangberg closed 2 years ago

vangberg commented 2 years ago

Hey

I want to create an autocompletion integration between CodeMirror and the wikdict-database, i.e. use autocomplete to translate words.

From your code it seems like the translation_block table in the wdweb database would be the easiest way to go from an English word to a German translation + its 'senses'.

Would it be possible to make that database available for download?

karlb commented 2 years ago

They already are available at https://download.wikdict.com/dictionaries/wdweb/. Be aware that the format of these files is considered an implementation detail and I will not try to keep it stable across different releases.

vangberg commented 1 year ago

Thanks! Here is the end result :)

https://github.com/vangberg/foreign-dispatch/tree/main/autocomplete

karlb commented 1 year ago

Cool, thanks for letting me know, @vangberg!