You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
921 B
JSON

{
"config": {
"ignore_stop_words": true,
"max_pattern_length": 1000,
"max_queries": 500,
"unit_name": "deterministic_intent_parser"
},
"group_names_to_slot_names": {
"group0": "user_choice"
},
"language_code": "en",
"patterns": {
"jocavdh:answer_yes": [
"^\\s*(?P<group0>%CHOICE%)\\s*$",
"^\\s*(?P<group0>%CHOICE%)\\s*(?P<group0_2>%CHOICE%)\\s*$",
"^\\s*i\\s*go\\s*for\\s*(?P<group0>%CHOICE%)\\s*$",
"^\\s*i\\s*choose\\s*(?P<group0>%CHOICE%)\\s*$",
"^\\s*i\\s*think\\s*it\\s*is\\s*(?P<group0>%CHOICE%)\\s*$",
"^\\s*s\\s*(?P<group0>%CHOICE%)\\s*$"
],
"jocavdh:ask": [
"^\\s*i\\s*want\\s*ask\\s*question\\s*$",
"^\\s*ask\\s*$",
"^\\s*ask\\s*something\\s*$",
"^\\s*ask\\s*question\\s*$"
]
},
"slot_names_to_entities": {
"jocavdh:answer_yes": {
"user_choice": "choice"
},
"jocavdh:ask": {}
}
}