Difference between revisions of "Rime"

From Fcitx
Jump to navigation Jump to search
(Created page with "<languages /> <translate> <!--T:1--> {{Infobox inputmethod | name = Rime | version = 0.1.1 | dependency = librime | programmin...")
 
m (Text replacement - "<translate1>" to "<translate>")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages />
+
<languages/>
  
 
<translate>
 
<translate>
 
<!--T:1-->
 
<!--T:1-->
{{Infobox inputmethod
+
{{Infobox inputmethod  
 
| name                    = Rime
 
| name                    = Rime
| version                = 0.1.1
+
| version                = 0.2.0
 
| dependency              = librime
 
| dependency              = librime
 
| programming language    = C++
 
| programming language    = C++
Line 18: Line 18:
 
== Usage == <!--T:3-->
 
== Usage == <!--T:3-->
 
* [http://code.google.com/p/rimeime/wiki/UserGuide User Guide]
 
* [http://code.google.com/p/rimeime/wiki/UserGuide User Guide]
 +
 +
== Deploy and Sync == <!--T:5-->
 +
In fcitx, you can use ctrl + 5 to reload the configuration (not only for rime, but also for others), it will to a light weight deploy to something like change schema or so. But, if you want to use full deploy to update dictionary, or rime synchronize, it's still not implemented in 0.2.0, but the code is already in git, which means it will come with next version.
  
 
== Compile == <!--T:4-->
 
== Compile == <!--T:4-->

Latest revision as of 22:54, 2 February 2016


Rime
Lastest Fcitx Wrapper Version 0.2.0
Dependency librime
Written In C++
For Chinese
License GPL
Website http://code.google.com/p/rimeime/

Intro

Rime is the open source Input method engine library, which can be used to build more input method, it currently provides some pre-made input method, including Pinyin and Cangjie. Since Rime use Traditional Chinese in original data file, so Pinyin user who want to use Traditional Chinese has very good feedback over Rime [1].

Usage

Deploy and Sync

In fcitx, you can use ctrl + 5 to reload the configuration (not only for rime, but also for others), it will to a light weight deploy to something like change schema or so. But, if you want to use full deploy to update dictionary, or rime synchronize, it's still not implemented in 0.2.0, but the code is already in git, which means it will come with next version.

Compile