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

34 lines
629 B
JSON

{
"name": "Simplified Chinese to Traditional Chinese (Hong Kong 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": "group",
"dicts": [{
"type": "ocd",
"file": "HKVariantsPhrases.ocd"
}, {
"type": "ocd",
"file": "HKVariants.ocd"
}]
}
}]
}