You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script that generates sample sentences currently accepts intent. Since intents can have lot's of variations specifying template to generate sentences could be more appropriate, for example
python3 -m script.intentfest sample --language en --template "turn [on] [the] light[s] [on]"
The text was updated successfully, but these errors were encountered:
You can add lists, ranges, and expansion rules as well: python3 -m script.intentfest sample_template 'set color to <color> and brightness to {brightness}' --values color red green --range brightness 1 2 --rule color '[the] {color}'
Script that generates sample sentences currently accepts intent. Since intents can have lot's of variations specifying template to generate sentences could be more appropriate, for example
python3 -m script.intentfest sample --language en --template "turn [on] [the] light[s] [on]"
The text was updated successfully, but these errors were encountered: