rime/opencc/emoji.json

23 lines
382 B
JSON
Raw Permalink Normal View History

2024-07-18 02:36:13 +00:00
{
"name": "Chinese to Emoji",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "text",
"file": "emoji_word.txt"
}
},
"conversion_chain": [{
"dict": {
"type": "group",
"dicts": [{
"type": "text",
"file": "emoji_word.txt"
}, {
"type": "text",
"file": "emoji_category.txt"
}]
}
}]
}