Replies: 1 comment
-
rime的简体转换依赖opencc,明月拼音是繁体词典,要依赖opencc转换,你已将方案reset简体,较大可能是opencc的数据没有加上放到shared data dir下或者user data dir下 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
__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: ["半寬文字", "全寬文字"]
states: [ 傳統漢字, 简化字 ]
reset: 1
abbrev: [ 繁, 简 ]
name: ascii_punct
states: ["中文標點", "西文標點"]
translator:
dictionary: luna_pinyin
preedit_format:
Beta Was this translation helpful? Give feedback.
All reactions