云拼音

From Fcitx
Revision as of 10:45, 29 August 2022 by Matrikslee (talk | contribs) (Created page with "== 实用技巧 == === 设置HTTP代理 === 简单设置 <nowiki>export http_proxy=http://ip:port</nowiki> <nowiki>export https_proxy=http://ip:port</nowiki>")
Jump to navigation Jump to search
Other languages:
English • ‎中文(中国大陆)‎


cloudpinyin
Version 0.2.1
Dependency curl
Written In C
License GPLv2
Type module
Website http://github.com/fcitx/fcitx-cloudpinyin

简介

云拼音是一个可以在拼音列表中添加云端候选词的Fcitx插件。目前它支持四种云提供商,Sogou, QQ, Baidu, Google。默认情况下,触发长度是10,您可以手动将其设置得更短。并且它还会使用基于内存的缓存来缓存最近的结果。

用法

当您使用任何与拼音相关的输入法,并且拼音字串长度超过了设定的阈值时,它就会向提供商服务器发送一个请求并取回结果。在加载云候选词时,候选列表中会保留一个"..."占位符。

如果返回的词(字)已经出现在候选列表中,就会直接删除。

实用技巧

设置HTTP代理

简单设置

   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.