opencc-sys 0.5.1+1.4.1

OpenCC bindings for Rust
Documentation
{
  "name": "Simplified Chinese to Traditional Chinese (Hong Kong variant, with phrases)",
  "normalization": [
    { "dict": { "type": "ocd2", "file": "CJK_Compatibility_Ideographs.ocd2" } }
  ],
  "segmentation": {
    "type": "mmseg",
    "dict": {
      "type": "group",
      "match_policy": "union",
      "dicts": [
        { "type": "ocd2", "file": "STPhrases.ocd2" },
        { "type": "ocd2", "file": "STPhrases_GeneratedFromRegionalPhrases.ocd2" }
      ]
    }
  },
  "conversion_chain": [
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          {
            "type": "group",
            "match_policy": "union",
            "dicts": [
              { "type": "ocd2", "file": "STPhrases.ocd2" },
              { "type": "ocd2", "file": "STPhrases_GeneratedFromRegionalPhrases.ocd2" }
            ]
          },
          { "type": "ocd2", "file": "STCharacters.ocd2" }
        ]
      }
    },
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          { "type": "ocd2", "file": "HKPhrases.ocd2" },
          { "type": "ocd2", "file": "HKVariantsPhrases.ocd2" },
          { "type": "ocd2", "file": "HKVariants.ocd2" }
        ]
      }
    }
  ]
}