opencc-sys 0.5.1+1.4.1

OpenCC bindings for Rust
Documentation
{
  "name": "Traditional Chinese (Hong Kong variant) to Simplified Chinese (with phrases)",
  "normalization": [
    { "dict": { "type": "ocd2", "file": "CJK_Compatibility_Ideographs.ocd2" } }
  ],
  "segmentation": {
    "type": "mmseg",
    "dict": { "type": "ocd2", "file": "TSPhrases.ocd2" }
  },
  "conversion_chain": [
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          { "type": "ocd2", "file": "HKPhrasesRev.ocd2" },
          { "type": "ocd2", "file": "HKVariantsRevPhrases.ocd2" },
          { "type": "ocd2", "file": "HKVariantsRev.ocd2" }
        ]
      }
    },
    {
      "dict": {
        "type": "group",
        "match_policy": "short_circuit",
        "dicts": [
          { "type": "ocd2", "file": "TSPhrases.ocd2" },
          {
            "type": "ocd2",
            "file": "TSCharactersExt.ocd2",
            "may_output_tofu": true
          },
          { "type": "ocd2", "file": "TSCharacters.ocd2" }
        ]
      }
    }
  ]
}