diff options
author | Botond Hende <nettingman@gmail.com> | 2024-10-16 14:49:03 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-10-16 14:49:03 +0200 |
commit | 3be3ecf44ef7569669225e79253f12b8470e0dab (patch) | |
tree | d819a4f5afcc0061b8f6aa84168699312320c21b /sentences | |
parent | 3ff7eb63a909368c7de739edfeed7c950d04385c (diff) |
experimenting with hassil configs
Diffstat (limited to 'sentences')
-rw-r--r-- | sentences/_common.yaml | 6 | ||||
-rw-r--r-- | sentences/process_HesExecuteProcess.yaml | 17 |
2 files changed, 23 insertions, 0 deletions
diff --git a/sentences/_common.yaml b/sentences/_common.yaml new file mode 100644 index 0000000..12b3e27 --- /dev/null +++ b/sentences/_common.yaml @@ -0,0 +1,6 @@ +language: "en" +skip_words: + - "please" + - "can you" + - "would you" + - "could you"
\ No newline at end of file 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 |