diff options
Diffstat (limited to 'sentences/process_HesExecuteProcess.yaml')
-rw-r--r-- | sentences/process_HesExecuteProcess.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sentences/process_HesExecuteProcess.yaml b/sentences/process_HesExecuteProcess.yaml new file mode 100644 index 0000000..864b9c0 --- /dev/null +++ b/sentences/process_HesExecuteProcess.yaml @@ -0,0 +1,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}"
\ No newline at end of file |