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
I'm not a Chinese native speaker, but I'm learning Chinese and I like using RIME.
I want to create my own custom schema, so I'm looking at some schemas that the community have created so that I can better understand how RIME schemas are created.
I have noticed that many schemas define the key initials. In bopomofo.schema.yaml,initials is set as shown below (link):
The text was updated successfully, but these errors were encountered:
rodrigomorales1
changed the title
Where can I find the documentation on "initials"?
Where can I find the documentation on the key "speller/initials"?
Jun 27, 2024
Initials means the letters that a code can start with. For example, if alphabet is "abc", and initials only include "ab", then bac is valid code while cab is not.
I'm not a Chinese native speaker, but I'm learning Chinese and I like using RIME.
I want to create my own custom schema, so I'm looking at some schemas that the community have created so that I can better understand how RIME schemas are created.
I have noticed that many schemas define the key
initials
. Inbopomofo.schema.yaml
,initials
is set as shown below (link):In
double_pinyin_mspy.schema.yaml
,initials
is set as shown below (link):So, my question is: Where can I find the documentation on the key "initials"?
I know of the existence of https://github.com/rime/home/wiki/RimeWithSchemata , but that page doesn't contain documentation on the key
initials
.The text was updated successfully, but these errors were encountered: