Files
rime_wanxiang/opencc/chinese_english.json
2026-01-21 17:43:36 +08:00

27 lines
383 B
JSON

{
"name": "Chinese to English",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "text",
"file": "chinese_english.txt"
}
},
"conversion_chain": [
{
"dict": {
"type": "group",
"dicts": [
{
"type": "text",
"file": "chinese_english.txt"
},
{
"type": "text",
"file": "english_chinese.txt"
}
]
}
}
]
}