This is an automated email from the ASF dual-hosted git repository. aradzinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 29f5e1b07a29b7c4b1e330ca0061894ab490b731 Author: Aaron Radzinzski <[email protected]> AuthorDate: Wed Apr 28 22:06:56 2021 -0700 Update minecraft.yaml --- nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml b/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml index c3c7c11..dfa7b50 100644 --- a/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml +++ b/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml @@ -148,14 +148,17 @@ intents: - "intent=weatherIntent term={tok_id() == 'weather:action'}? term(arg)={has(tok_groups(), 'weather')}" + - "intent=timeIntent term={tok_id() == 'time:action'}? term(arg)={has(tok_groups(), 'time')}" + - "intent=giveIntent term(action)={tok_id() == 'give:action'} term(quantity)={tok_id() == 'nlpcraft:num'}? term(item)={tok_id() == 'mc:item'} term={tok_id() == 'give:block-word'}?" + - "intent=fillIntent term={tok_id() == 'fill:action'} term(shape)={has(tok_groups(), 'fill:shape')}
