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.

43 lines
1.3 KiB
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:play_intro_act": [
"^\\s*let\\s*s\\s*go\\s*$",
"^\\s*i\\s*am\\s*ready\\s*for\\s*play\\s*$",
"^\\s*start\\s*introduction\\s*$",
"^\\s*do\\s*want\\s*do\\s*introduction\\s*$",
"^\\s*do\\s*want\\s*start\\s*$",
"^\\s*do\\s*introduction\\s*act\\s*$",
"^\\s*play\\s*introduction\\s*$",
"^\\s*could\\s*introduce\\s*yourselves\\s*$",
"^\\s*start\\s*play\\s*$",
"^\\s*introduce\\s*$",
"^\\s*introduce\\s*yourselves\\s*$",
"^\\s*could\\s*give\\s*start\\s*play\\s*$"
],
"jocavdh:question_continue_act": [
"^\\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*$"
]
},
"slot_names_to_entities": {
"jocavdh:play_intro_act": {},
"jocavdh:question_continue_act": {
"user_choice": "choice"
}
},
"stop_words_whitelist": {}
}