This is an automated email from the ASF dual-hosted git repository. ifropc pushed a commit to branch NLPCRAFT-91 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit ca2a117bfcb21a5d9c5da7e98ee776f82ffda99e Author: Ifropc <[email protected]> AuthorDate: Sat Mar 6 10:07:55 2021 -0800 NLPCRAFT-91: Uncomment macros --- nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml b/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml index 9ad7c6a..e8adef9 100644 --- a/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml +++ b/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml @@ -24,10 +24,10 @@ description: Minecraft Model. ] macros: -# - name: "<PLAYER_NAME>" -# macro: "{me|I|my|//[a-zA-Z0-9]+//}" - name: "<PLAYER_NAME>" - macro: "{me|I|my}" + macro: "{me|I|my|//[a-zA-Z0-9]+//}" +# - name: "<PLAYER_NAME>" +# macro: "{me|I|my}" elements: # General synonyms
