-
Notifications
You must be signed in to change notification settings - Fork 3
Miscellaneous Update to Schemata #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| schema: | ||
| schema_id: tupa | ||
| name: 切韻拼音 | ||
| version: "2022.05.21" | ||
| version: "2024.11.21" | ||
| author: | ||
| - Ayaka Mikazuki <ayaka@mail.shn.hk> | ||
| description: |- | ||
|
|
@@ -60,13 +60,15 @@ speller: | |
| delimiter: " '" | ||
| algebra: | ||
| - "xform/'//" | ||
| - derive/[qh]$// # 聲調 | ||
| - abbrev/^([a-z]).+$/$1/ | ||
| - abbrev/^([^aeiouyw]+).+$/$1/ | ||
| - abbrev/[qh]$// # 聲調 | ||
|
|
||
| translator: | ||
| dictionary: tupa | ||
| spelling_hints: 8 | ||
| spelling_hints: 2147483647 | ||
| always_show_comments: true | ||
| enable_completion: true | ||
| comment_format: | ||
| - "xform/$/\u200b/" # 永遠顯示拼音 | ||
|
|
||
|
|
@@ -90,7 +92,8 @@ jyut6ping3: | |
|
|
||
| tupa_reverse_lookup: | ||
| tags: [ luna_pinyin, jyut6ping3 ] | ||
| overwrite_comment: false | ||
| overwrite_comment: true | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 這個也是故意的嗎
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 這個也不記得了,會 overwrite 什麼 comment?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 應該是粵拼/普拼的 comment,但我試着好像沒有分別 |
||
| enable_completion: true | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 其實我也不太清楚有甚麼影響,好像還是不能如郵件要求那樣自動完成 |
||
| dictionary: tupa_unspaced | ||
| comment_format: | ||
| - xform/=/ / | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ayaka14732 這裏是故意用
abbrev的嗎There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不記得有什麼分別了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
abbrev的優先順位比derive低There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用
derive平上去聲的候選詞會排在一起,果然不太好abbrev的話上去聲會排到最後,感覺又太後There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我先 revert