{
  "name": "Traditional Chinese (OpenCC Standard) to Simplified Chinese",
  "normalization": [
    {
      "dict": {
        "type": "text",
        "file": "CJK_Compatibility_Ideographs.txt"
      }
    }
  ],
  "conversion_chain": [
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          {
            "type": "text",
            "file": "TSPhrases.txt"
          },
          {
            "type": "text",
            "file": "TSCharactersExt.txt",
            "may_output_tofu": true
          },
          {
            "type": "text",
            "file": "TSCharacters.txt"
          }
        ]
      }
    }
  ]
}
