Set up rime-frost basic configuration
This commit is contained in:
27
opencc/emoji.json
Normal file
27
opencc/emoji.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": "others.txt"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
4694
opencc/emoji.txt
Normal file
4694
opencc/emoji.txt
Normal file
File diff suppressed because it is too large
Load Diff
1484
opencc/others.txt
Normal file
1484
opencc/others.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user