Difference between revisions of "Cloudpinyin"
Weng Xuetian (talk | contribs) |
Weng Xuetian (talk | contribs) m (Text replacement - "<translate1>" to "<translate>") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <languages /> | + | <languages/> |
Line 26: | Line 26: | ||
=== Set HTTP proxy === | === Set HTTP proxy === | ||
Simply set | Simply set | ||
− | export http_proxy=http://ip:port | + | <nowiki>export http_proxy=http://ip:port</nowiki> |
− | export https_proxy=http://ip:port | + | <nowiki>export https_proxy=http://ip:port</nowiki> |
<!--T:6--> | <!--T:6--> |
Latest revision as of 22:54, 2 February 2016
Version | 0.2.1 |
---|---|
Dependency | curl |
Written In | C |
License | GPLv2 |
Type | module |
Website | http://github.com/fcitx/fcitx-cloudpinyin |
Intro
Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin list. It current support four provider, Sogou, QQ, Baidu, Google. By default the trigger length is 10, you can set it shorter. And it use a memory-based cache to cache recent result.
Usage
When you are using any pinyin related input method, when your pinyin string length is over the threshold, it will send a request the provider server and fetch the result back. There will be a place holder "..." when the word is loading.
If the word is already appeared in the candidate list, it will be removed.
Trick
Set HTTP proxy
Simply set
export http_proxy=http://ip:port export https_proxy=http://ip:port
Before Fcitx run.
Potential Security Issue
In spite of Google, all providers do not support SSL (by the way, you need to update to 0.2.1 to use SSL with Google), and you might not trust the provider, since the data you typed might have some private info. So think about it before use cloudpinyin.