This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 92b5cb9  2023/03/13 03:52:25: Generated dev website from 
groovy-website@609dda9
92b5cb9 is described below

commit 92b5cb9f062997731f625019281efc04247d8866
Author: jenkins <[email protected]>
AuthorDate: Mon Mar 13 03:52:25 2023 +0000

    2023/03/13 03:52:25: Generated dev website from groovy-website@609dda9
---
 blog/apache-nlpcraft-with-groovy.html | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/blog/apache-nlpcraft-with-groovy.html 
b/blog/apache-nlpcraft-with-groovy.html
index 3f27de7..da39141 100644
--- a/blog/apache-nlpcraft-with-groovy.html
+++ b/blog/apache-nlpcraft-with-groovy.html
@@ -197,10 +197,20 @@ for YAML processing.
 We also need the <code>groovy-yaml</code> module on the Groovy side if not 
already there.</p>
 </div>
 <div class="paragraph">
-<p>The model defines two intents. THe <code>intent2</code> intent should be 
triggered
-if a match is found for a city location, otherwise <code>intent1</code> will 
be triggered
-if it looks like you are asking for the time without a city and this
+<p>The model defines two intents:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><code>intent2</code> should be triggered
+if a match is found for a city location.</p>
+</li>
+<li>
+<p><code>intent1</code> will be triggered
+if it looks like you are asking for the time without a city; this
 corresponds to finding the local time.</p>
+</li>
+</ul>
 </div>
 <div class="paragraph">
 <p>Here is the Groovy client code:</p>

Reply via email to