The solution for double spelling input of natural code and auxiliary code under Linux (Ubuntu)

The solution for double spelling input of natural code and auxiliary code under Linux (Ubuntu)

环境: Ubuntu 14.04 LTS

The solution is the ibus-Rime input method, plus a configuration table with natural codes

(1) ibus

First install the ibus-Rime input method:

sudo apt-get install ibus-rime

All other dependencies will be installed. The version I installed is 1.5.5. If you want to install the 1.5.11 version of ibus, you can refer to this method

enable ibus

im-config

Enter the selection interface, select ibus

set up ibus

ibus-setup

Text Entry Settings

Add a Chinese (Rime) input method

(2) rhyme

The configuration file of rime is under the ~/.config/ibus/rimepath

Put zrm2000.dict.yaml, in zrm2000.schema.yamlthis position, these two files are the configuration of natural code, with auxiliary code

default.yamlIt is the default setting for all rimes. It is recommended to create a new default.custom.yamlfile and edit:

patch:                 
  schema_list:         
    - {schema: luna_pinyin}
    - {schema: zrm2000}  

Then restart the ibus-rime input method, click the deploy button on the UI interface (like a circular arrow), and then press the Control + Gravebutton to select the natural code input scheme.

Download

zrm2000

Ref

http://wiki.ubuntu.org.cn/IBus#.E5.90.AF.E7.94.A8IBus.E6.A1.86.E6.9E.B6.EF.BC.9A

https://blog.csdn.net/ljheee/article/details/52966048

https://serverfault.com/a/882330

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325804319&siteId=291194637