This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9e82308 add NLPCraft blog
9e82308 is described below
commit 9e823087e76e1695b77a1069d9e3ce4aedca9580
Author: Paul King <[email protected]>
AuthorDate: Fri Mar 10 20:31:44 2023 +1000
add NLPCraft blog
---
site/src/site/blog/apache-nlpcraft-with-groovy.adoc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
b/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
index daae481..5399ed5 100644
--- a/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
+++ b/site/src/site/blog/apache-nlpcraft-with-groovy.adoc
@@ -91,11 +91,10 @@ the `ls` intent was triggered.
When we run this script, our assertions pass, and the output is:
-[subs="quotes"]
----
-Lights are [lime]*[on]* in [blue]*[master bedroom]*.
-Lights are [red]*[off]* in [blue]*[entire house]*.
-Lights are [lime]*[on]* in [blue]*[1st floor, garage]*.
+Lights are [on] in [master bedroom].
+Lights are [off] in [entire house].
+Lights are [on] in [1st floor, garage].
----
== Further information