summaryrefslogtreecommitdiff
path: root/sentences/process_HesExecuteProcess.yaml
blob: 8d5669e1fa7ac0f21a9e69ae5a5d1683b529bd34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: "en"
intents:
  HesExecuteProcess:
    data:
      - sentences:
          - "<execute> <process> [<in_workspace>]"
        slots:
          domain: "process"

lists:
  process:
    wildcard: true

expansion_rules:
  process: "[the ]{process}"
  execute: "(execute|open|run|start)"