wubi091/opencc/s2tw.json
2024-07-22 15:29:59 +08:00

28 lines
497 B
JSON

{
"name": "Simplified Chinese to Traditional Chinese (Taiwan standard)",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "ocd",
"file": "STPhrases.ocd"
}
},
"conversion_chain": [{
"dict": {
"type": "group",
"dicts": [{
"type": "ocd",
"file": "STPhrases.ocd"
}, {
"type": "ocd",
"file": "STCharacters.ocd"
}]
}
}, {
"dict": {
"type": "ocd",
"file": "TWVariants.ocd"
}
}]
}