Add pre-trained model for Snips
[src/snips-model-agl.git] / model / custom_entity_parser / parser / metadata.json
1 {
2   "parsers_metadata": [
3     {
4       "entity_identifier": "hvac_fan_speed_action",
5       "entity_parser": "parser_1"
6     },
7     {
8       "entity_identifier": "hvac_temperature_action",
9       "entity_parser": "parser_2"
10     },
11     {
12       "entity_identifier": "numeric_value",
13       "entity_parser": "parser_3"
14     },
15     {
16       "entity_identifier": "to_or_by",
17       "entity_parser": "parser_4"
18     },
19     {
20       "entity_identifier": "volume_control_action",
21       "entity_parser": "parser_5"
22     }
23   ]
24 }