Files
rime/opencc/092wb_emoji.json
2026-04-09 02:40:08 +10:00

23 lines
400 B
JSON

{
"name": "Chinese to Emoji",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "text",
"file": "092wb_emoji_word.txt"
}
},
"conversion_chain": [{
"dict": {
"type": "group",
"dicts": [{
"type": "text",
"file": "092wb_emoji_word.txt"
}, {
"type": "text",
"file": "092wb_emoji_category.txt"
}]
}
}]
}