22 lines
336 B
JSON
22 lines
336 B
JSON
{
|
|
"name": "Chinese to Symbol",
|
|
"segmentation": {
|
|
"type": "mmseg",
|
|
"dict": {
|
|
"type": "text",
|
|
"file": "symbol_word.txt"
|
|
}
|
|
},
|
|
"conversion_chain": [{
|
|
"dict": {
|
|
"type": "group",
|
|
"dicts": [{
|
|
"type": "text",
|
|
"file": "symbol_word.txt"
|
|
}, {
|
|
"type": "text",
|
|
"file": "symbol_category.txt"
|
|
}]
|
|
}
|
|
}]
|
|
} |