{
  "name": "Simplified Chinese to Traditional Chinese (Taiwan standard, with phrases)",
  "segmentation": {
    "type": "mmseg",
    "dict": {
      "type": "txt",
      "file": "STPhrases.txt"
    }
  },
  "conversion_chain": [{
    "dict": {
      "type": "group",
      "dicts": [{
        "type": "txt",
        "file": "STPhrases.txt"
      }, {
        "type": "txt",
        "file": "STCharacters.txt"
      }]
    }
  }, {
    "dict": {
      "type": "txt",
      "file": "TWPhrases.txt"
    }
  }, {
    "dict": {
      "type": "txt",
      "file": "TWVariants.txt"
    }
  }]
}
