You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
你好,
我在开发电脑上调用rime.dll api能得到简体字的候选词列表,但将相同的程序包拷贝到一个测试电脑上时,得到的时繁体字候选词列表。大概会是什么原因呢?
环境都是win10,
两者schema的配置内容是一致的,
如下:
__build_info:$|^[a-z]+[.].+$ "
rime_version: 1.13.1
timestamps:
default: 1743646002
default.custom: 0
luna_pinyin.custom: 0
luna_pinyin.schema: 1743646002
alphabet:
closing_tips: "〔中文〕"
prefix: ":"
suffix: ";"
tag: alphabet
tips: "〔西文〕"
engine:
filters:
- simplifier@simplification # 启用简繁转换
- uniquifier # 去重合并候选词
processors:
- ascii_composer
- recognizer
- key_binder
- speller
- punctuator
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- matcher
- abc_segmentor
- "affix_segmentor@alphabet"
- "affix_segmentor@cangjie"
- "affix_segmentor@pinyin"
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
- reverse_lookup_translator
- script_translator
- "table_translator@cangjie"
- "script_translator@pinyin"
key_binder:
bindings:
- {accept: "Control+p", send: Up, when: composing}
- {accept: "Control+n", send: Down, when: composing}
- {accept: "Control+b", send: Left, when: composing}
- {accept: "Control+f", send: Right, when: composing}
- {accept: "Control+a", send: Home, when: composing}
- {accept: "Control+e", send: End, when: composing}
- {accept: "Control+d", send: Delete, when: composing}
- {accept: "Control+k", send: "Shift+Delete", when: composing}
- {accept: "Control+g", send: Escape, when: composing}
- {accept: "Alt+v", send: Page_Up, when: composing}
- {accept: "Control+v", send: Page_Down, when: composing}
- {accept: ISO_Left_Tab, send: "Shift+Left", when: composing}
- {accept: "Shift+Tab", send: "Shift+Left", when: composing}
- {accept: Tab, send: "Shift+Right", when: composing}
- {accept: minus, send: Page_Up, when: paging}
- {accept: equal, send: Page_Down, when: has_menu}
- {accept: comma, send: Page_Up, when: paging}
- {accept: period, send: Page_Down, when: has_menu}
- {accept: comma, send: comma, when: predicting}
- {accept: period, send: period, when: predicting}
- {accept: "Control+Shift+1", select: .next, when: always}
- {accept: "Control+Shift+2", toggle: ascii_mode, when: always}
- {accept: "Control+Shift+3", toggle: full_shape, when: always}
- {accept: "Control+Shift+4", toggle: simplification, when: always}
- {accept: "Control+Shift+5", toggle: extended_charset, when: always}
- {accept: "Shift+space", toggle: full_shape, when: always}
- {accept: "Control+period", toggle: ascii_punct, when: always}
import_preset: default
menu:
page_size: 9
pinyin:
dictionary: luna_pinyin
enable_user_dict: false
preedit_format:
- "xform/([nl])v/$1ü/"
prefix: "P:"
suffix: ";"
tag: pinyin
tips: "〔拼音〕"
punctuator:
full_shape:
" ": {commit: " "}
"!": {commit: "!"}
""": {pair: ["“", "”"]}
"#": ["#", "⌘"]
"$": ["¥", "$", "€", "£", "¥", "¢", "¤"]
"%": ["%", "°", "℃"]
"&": "&"
"'": {pair: ["‘", "’"]}
"(": "("
")": ")"
"": ["*", "・", "·", "×", "※", "❂"]
"+": "+"
",": {commit: ","}
"-": "-"
.: {commit: "。"}
"/": ["/", "÷"]
":": {commit: ":"}
";": {commit: ";"}
"<": ["《", "〈", "«", "‹"]
"=": "="
">": ["》", "〉", "»", "›"]
"?": {commit: "?"}
"@": ["@", "☯"]
"[": ["「", "【", "〔", "["]
"\": ["、", "\"]
"]": ["」", "】", "〕", "]"]
"^": {commit: "……"}
_: "——"
"
": "`" "{": ["『", "〖", "{"] "|": ["・", "|", "§", "¦"] "}": ["』", "〗", "}"] "~": ["〜", "~", "〰"] half_shape: "!": {commit: "!"} "\"": {pair: ["“", "”"]} "#": "#" "$": ["¥", "$", "€", "£", "¥", "¢", "¤"] "%": ["%", "%", "°", "℃"] "&": "&" "'": {pair: ["‘", "’"]} "(": "(" ")": ")" "*": ["*", "*", "・", "·", "×", "※", "❂"] "+": "+" ",": {commit: ","} "-": "-" .: {commit: "。"} "/": ["、", "/", "/", "÷"] ":": {commit: ":"} ";": {commit: ";"} "<": ["《", "〈", "«", "‹"] "=": "=" ">": ["》", "〉", "»", "›"] "?": {commit: "?"} "@": "@" "[": ["「", "【", "〔", "["] "\\": ["、", "\\", "\"] "]": ["」", "】", "〕", "]"] "^": {commit: "……"} _: "——" "
": "" "{": ["『", "〖", "{"] "|": ["・", "|", "|", "§", "¦"] "}": ["』", "〗", "}"] "~": ["~", "〜", "~", "〰"] import_preset: default recognizer: import_preset: default patterns: alphabet: "(?<![A-Z]):[^;]*;?$" cangjie: "C:[a-z']*;?$" email: "^[a-z][-_.0-9a-z]*@.*$" pinyin: "P:[a-z']*;?$" reverse_lookup: "
[a-z]'?$"uppercase: "[A-Z][-_+.'0-9A-Za-z]$"
url: "^(www[.]|https?:|ftp:|mailto:).
schema:
author:
- "佛振 [email protected]"
description: |
Rime 預設的拼音輸入方案。
參考以下作品而創作:
* CC-CEDICT
* Android open source project
* Chewing - 新酷音
* opencc - 開放中文轉換
name: "朙月拼音"
schema_id: luna_pinyin
version: 0.15.test
speller:
algebra:
- "erase/^xx$/"
- "abbrev/^([a-z]).+$/$1/"
- "abbrev/^([zcs]h).+$/$1/"
- "derive/^([nl])ve$/$1ue/"
- "derive/^([jqxy])u/$1v/"
- "derive/un$/uen/"
- "derive/ui$/uei/"
- "derive/iu$/iou/"
- "derive/([aeiou])ng$/$1gn/"
- "derive/([dtngkhrzcs])o(u|ng)$/$1o/"
- "derive/ong$/on/"
- "derive/ao$/oa/"
- "derive/([iu])a(o|ng?)$/a$1$2/"
alphabet: zyxwvutsrqponmlkjihgfedcba
delimiter: " '"
switches:
name: ascii_mode
reset: 0
states: ["中文", ABC]
states: ["半寬文字", "全寬文字"]
- abbrev: ["繁", "简", "港", "臺"]
options: [zh_trad, zh_simp, zh_hk, zh_tw]
reset: 0
states: ["傳統漢字", "简化字", "香港字形", "臺灣字形"]
states: [ 傳統漢字, 简化字 ]
reset: 1
abbrev: [ 繁, 简 ]
name: ascii_punct
states: ["中文標點", "西文標點"]
translator:
dictionary: luna_pinyin
preedit_format:
zh_simp:
option_name: zh_simp
tips: all
Beta Was this translation helpful? Give feedback.
All reactions