mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 12:44:07 +00:00
34 lines
629 B
JSON
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"
|
||
|
}]
|
||
|
}
|
||
|
}]
|
||
|
}
|