mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
fe1c609b49
* Win Specific: upgrade opencc * opencc shared configuration file
34 lines
644 B
JSON
34 lines
644 B
JSON
{
|
|
"name": "Traditional Chinese (Hong Kong variant) to Simplified Chinese",
|
|
"segmentation": {
|
|
"type": "mmseg",
|
|
"dict": {
|
|
"type": "ocd2",
|
|
"file": "TSPhrases.ocd2"
|
|
}
|
|
},
|
|
"conversion_chain": [{
|
|
"dict": {
|
|
"type": "group",
|
|
"dicts": [{
|
|
"type": "ocd2",
|
|
"file": "HKVariantsRevPhrases.ocd2"
|
|
}, {
|
|
"type": "ocd2",
|
|
"file": "HKVariantsRev.ocd2"
|
|
}]
|
|
}
|
|
}, {
|
|
"dict": {
|
|
"type": "group",
|
|
"dicts": [{
|
|
"type": "ocd2",
|
|
"file": "TSPhrases.ocd2"
|
|
}, {
|
|
"type": "ocd2",
|
|
"file": "TSCharacters.ocd2"
|
|
}]
|
|
}
|
|
}]
|
|
}
|