Difference between revisions of "Rime"

From Fcitx
Jump to navigation Jump to search
m (Text replacement - "<translate>" to "<translate1>")
m (Text replacement - "<translate1>" to "<translate>")
 
Line 1: Line 1:
 
<languages/>
 
<languages/>
  
<translate1>
+
<translate>
 
<!--T:1-->
 
<!--T:1-->
 
{{Infobox inputmethod  
 
{{Infobox inputmethod  

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