{
"name": "Example: Simplified Chinese to Taiwan Traditional with quote mark override",
"segmentation": {
"type": "mmseg",
"dict": { "type": "ocd2", "file": "STPhrases.ocd2" }
},
"conversion_chain": [
{
"dict": {
"type": "group",
"match_policy": "short_circuit",
"dicts": [
{ "type": "ocd2", "file": "STPhrases.ocd2" },
{ "type": "ocd2", "file": "STCharacters.ocd2" }
]
}
},
{
"dict": {
"type": "group",
"match_policy": "short_circuit",
"dicts": [
{ "type": "ocd2", "file": "TWPhrases.ocd2" },
{ "type": "ocd2", "file": "TWVariantsPhrases.ocd2" },
{ "type": "ocd2", "file": "TWVariants.ocd2" }
]
}
},
{
"dict": {
"type": "inline",
"entries": {
"“": "「",
"”": "」",
"‘": "『",
"’": "』"
}
}
}
]
}