{
  "name": "Configuration Test",
  "segmentation": {
    "type": "mmseg",
    "dict": {
      "type": "text",
      "file": "config_test_phrases.txt"
    }
  },
  "conversion_chain": [{
    "dict": {
      "type": "group",
      "dicts": [{
        "type": "text",
        "file": "config_test_phrases.txt"
      }, {
        "type": "text",
        "file": "config_test_characters.txt"
      }]
    }
  }]
}
