From 3be3ecf44ef7569669225e79253f12b8470e0dab Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 16 Oct 2024 14:49:03 +0200 Subject: experimenting with hassil configs --- sentences/_common.yaml | 6 ++++++ sentences/process_HesExecuteProcess.yaml | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 sentences/_common.yaml create mode 100644 sentences/process_HesExecuteProcess.yaml 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: + - " [ ]" + +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 -- cgit v1.2.3-70-g09d2