092wb initial commit

This commit is contained in:
Zelong Kuang
2026-04-09 02:40:08 +10:00
commit 09b65144c8
62 changed files with 685966 additions and 0 deletions

22
opencc/092wb_emoji.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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"
}]
}
}]
}