rime_config/opencc/emoji.json
2024-08-26 21:19:51 +08:00

32 lines
483 B
JSON

{
"name": "Chinese to Emoji",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "text",
"file": "emoji.txt"
}
},
"conversion_chain": [
{
"dict": {
"type": "group",
"dicts": [
{
"type": "text",
"file": "emoji.txt"
},
{
"type": "text",
"file": "spoken.txt"
},
{
"type": "text",
"file": "others.txt"
}
]
}
}
]
}