Wednesday, June 1, 2016

[ANN] Multi-language Thesaurus Query/Replacing Plugin

Hey Guys,

I have released version 0.4.0 of plugin thesaurus_query.vim. It aims to improve Vim's thesaurus replacing feature.

The plugin is hosted at:
Vim.org: http://www.vim.org/scripts/script.php?script_id=5341
Github: https://github.com/Ron89/thesaurus_query.vim


As features:
* This plugin uses multiple online services sequentially for better quality, pain-free thesaurus querying.
* Additional to insert-mode invoking (through `C-xC-u`), you may also invoke synonym replacement functionality in normal and visual mode (both through key-binding `<Leader>cs`).
* It support non-English language thesaurus query and word replacement.

Following online services are used for querying:
* thesaurus.com English thesaurus query service
* datamuse.com English thesaurus query service, deactivated by default
* woxikon.de German thesaurus query service, deactivated by default
* jeck.ru Russian thesaurus query service, deactivated by default
And when online service fails (e.g. disconnected from Internet), it falls back to traditional `mthesaur.txt`(need to be separately downloaded) for local querying.

I have tried my best efforts to make the plugin both reasonably fast and reliable in most scenarios. But for users with special requirement, the plugin also exposed multiple variables for user to customize the plugin.

Personally I enjoy using this plugin of mine. And I hope you find using it enjoyable as well.

Thanks,
Chong

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: