Difference between revisions of "Rime"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) |
Weng Xuetian (talk | contribs) (Marked this version for translation) |
||
Line 19: | Line 19: | ||
* [http://code.google.com/p/rimeime/wiki/UserGuide User Guide] | * [http://code.google.com/p/rimeime/wiki/UserGuide User Guide] | ||
− | == Deploy and Sync == | + | == 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. | 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. | ||
Revision as of 12:26, 25 March 2013
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.