rime-aca / rime-cangjie6

蒼頡檢字法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

「鍵詞」和「簡體詞」功能可以共存嗎?

chowhoyin opened this issue · comments

請問「鍵詞」和「簡體詞」功能可以共存嗎?怎麼操作?我是想不用轉換直接打簡繁體,而且都能打詞組

tim 20170726233610_

新增一部韻書名爲 cangjie6.mixed.dict.yaml,用 cangjie6.mixed 代替上文的 cangjie6.extended

# encoding: utf-8
# License: GPL
---
name: cangjie6.mixed
version: "0.1"
sort: by_weight
use_preset_vocabulary: false
import_tables:
  - cangjie6
  - cangjie6.extended
  - cangjie6.extsimp
columns:
  - text
  - weight
encoder:
  rules:
    - length_equal: 2
      formula: AaAzBaBbBz
    - length_equal: 3
      formula: AaAzBaYzZz
    - length_in_range: [4, 5]
      formula: AaBzCaYzZz
  tail_anchor: "'"
...

@lotem 可以了!感謝感謝!!!