1{
2  "name": "Traditional Chinese (Hong Kong standard) to Simplified Chinese",
3  "segmentation": {
4    "type": "mmseg",
5    "dict": {
6      "type": "ocd",
7      "file": "TSPhrases.ocd"
8    }
9  },
10  "conversion_chain": [{
11    "dict": {
12      "type": "group",
13      "dicts": [{
14        "type": "ocd",
15        "file": "HKVariantsRevPhrases.ocd"
16      }, {
17        "type": "ocd",
18        "file": "HKVariantsRev.ocd"
19      }]
20    }
21  }, {
22    "dict": {
23      "type": "group",
24      "dicts": [{
25        "type": "ocd",
26        "file": "TSPhrases.ocd"
27      }, {
28        "type": "ocd",
29        "file": "TSCharacters.ocd"
30      }]
31    }
32  }]
33}
34