You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
382 B
23 lines
382 B
3 years ago
|
{
|
||
|
"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"
|
||
|
}]
|
||
|
}
|
||
|
}]
|
||
|
}
|