Ron89 / thesaurus_query.vim

Multi-language Thesaurus Query and Replacement plugin for Vim/NeoVim
http://www.vim.org/scripts/script.php?script_id=5341
Apache License 2.0
220 stars 23 forks source link

Add a backend for German #12

Closed jceb closed 8 years ago

jceb commented 8 years ago

It would be handy to also have backend for German.

Ron89 commented 8 years ago

Hey, sorry for the delay. I have made a German backend with woxikon.de. It doesn't have stemmer, so the plugin would have trouble with derivative form of words. Also, as it seems that woxikon tend to render very long list of synonyms, you might want to setup the g:tq_truncation_on*** variables to use it sensibly.

German functionality, like Russian, is disabled by default. To enable it, add 'de' to the list variable g:tq_language.

If you have further suggestions regarding to this functionality, feel free to tell me. :)

jceb commented 8 years ago

Thanks, it works well!