blob: 864b9c0a7d158eefe350458fcba6d07c4b84ffb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
language: "en"
intents:
HesExecuteProcess:
data:
- sentences:
- "<execute> <process>[ <in_workspace>]"
lists:
process:
wildcard: true
workspace:
wildcard: true
expansion_rules:
process: "[the ]{process}"
execute: "(execute|open|run|start)"
in_workspace: "(in|on|at) [the ]{workspace}"
|