{
  "name": "Simplified Chinese to Traditional Chinese (Taiwan Standard, with Taiwan Phrases)",
  "normalization": [
    {
      "dict": {
        "type": "text",
        "file": "CJK_Compatibility_Ideographs.txt"
      }
    }
  ],
  "segmentation": {
    "type": "mmseg",
    "dict": {
      "type": "group",
      "match_policy": "union",
      "dicts": [
        {
          "type": "text",
          "file": "STPhrases.txt"
        },
        {
          "type": "text",
          "file": "STPhrases_GeneratedFromRegionalPhrases.txt"
        }
      ]
    }
  },
  "conversion_chain": [
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          {
            "type": "group",
            "match_policy": "union",
            "dicts": [
              {
                "type": "text",
                "file": "STPhrases.txt"
              },
              {
                "type": "text",
                "file": "STPhrases_GeneratedFromRegionalPhrases.txt"
              }
            ]
          },
          {
            "type": "text",
            "file": "STCharacters.txt"
          }
        ]
      }
    },
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          {
            "type": "text",
            "file": "TWPhrases.txt"
          },
          {
            "type": "text",
            "file": "TWVariantsPhrases.txt"
          },
          {
            "type": "text",
            "file": "TWVariants.txt"
          }
        ]
      }
    }
  ]
}
