{
  "name": "Traditional Chinese (Taiwan Standard) to Simplified Chinese",
  "normalization": [
    {
      "dict": {
        "type": "text",
        "file": "CJK_Compatibility_Ideographs.txt"
      }
    }
  ],
  "segmentation": {
    "type": "mmseg",
    "dict": {
      "type": "text",
      "file": "TSPhrases.txt"
    }
  },
  "conversion_chain": [
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          {
            "type": "text",
            "file": "TWVariantsRevPhrases.txt"
          },
          {
            "type": "text",
            "file": "TWVariantsRev.txt"
          }
        ]
      }
    },
    {
      "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"
          }
        ]
      }
    }
  ]
}
