Closed vangberg closed 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.
Thanks! Here is the end result :)
https://github.com/vangberg/foreign-dispatch/tree/main/autocomplete
Cool, thanks for letting me know, @vangberg!
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 thewdweb
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?