rime_config/opencc/emoji.json

32 lines
483 B
JSON
Raw Permalink Normal View History

2024-08-26 21:19:51 +08:00
{
"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"
}
]
}
}
]
}