Difference between revisions of "Cloudpinyin/zh-cn"

From Fcitx
Jump to navigation Jump to search
(Created page with "== 用法 == 当您使用任何拼音相关得输入法时,当您得拼音字串长度超过了设定的阈值时,它就会发送一个请求到云提供商的服务器并...")
Line 15: Line 15:
 
云拼音是一个可以在拼音列表中添加云端候选词的Fcitx插件。目前它支持四种云提供商,[[wikipedia:Sogou|Sogou]], [[wikipedia:Tencent|QQ]], [[wikipedia:Baidu|Baidu]], [[wikipedia:Google|Google]]。默认情况下,触发长度是10,您可以手动将其设置得更短。并且它还会使用基于内存的缓存来缓存最近的结果。
 
云拼音是一个可以在拼音列表中添加云端候选词的Fcitx插件。目前它支持四种云提供商,[[wikipedia:Sogou|Sogou]], [[wikipedia:Tencent|QQ]], [[wikipedia:Baidu|Baidu]], [[wikipedia:Google|Google]]。默认情况下,触发长度是10,您可以手动将其设置得更短。并且它还会使用基于内存的缓存来缓存最近的结果。
  
== 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.
 
If the word is already appeared in the candidate list, it will be removed.

Revision as of 10:41, 29 August 2022

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,您可以手动将其设置得更短。并且它还会使用基于内存的缓存来缓存最近的结果。

用法

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

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.