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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f114e0  WIP.
2f114e0 is described below

commit 2f114e029d189b2d69292d8756efff20ee335045
Author: Aaron Radzinski <[email protected]>
AuthorDate: Tue Dec 22 22:14:52 2020 -0800

    WIP.
---
 _scss/misc.scss      | 2 --
 intent-matching.html | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/_scss/misc.scss b/_scss/misc.scss
index 2ff5cc3..1d2eeb3 100644
--- a/_scss/misc.scss
+++ b/_scss/misc.scss
@@ -290,7 +290,6 @@ $bq-success-border-color: $brand-success;
 .gradient-table {
     margin-top: 0;
     border-collapse: collapse;
-    border-radius: 2px;
     overflow: auto;
     margin-bottom: 1rem;
 
@@ -336,7 +335,6 @@ $bq-success-border-color: $brand-success;
             border-left: 1px solid #eee;
         }
     }
-
 }
 
 .max-width {
diff --git a/intent-matching.html b/intent-matching.html
index ed92dcc..4ea1ed3 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -398,8 +398,8 @@ id: intent_matching
                     Dialog flow pattern consists of one of multiple intent IDs 
separated by <code>&gt;&gt;</code> symbol ordered from
                     most recent to the oldest.
                     Multiple IDs should be placed in <code>(</code> 
<code>)</code> brackets and separated by <code>|</code>
-                    symbol. Each group of IDs can have an optional quantifier 
(e.g. <code>[2,3]</code>) for how many times this intent should appear
-                    in matching history:
+                    symbol. Each group of IDs can have an optional quantifier 
(e.g. <code>[2,3]</code>) for how many times
+                    this intent should <em>sequentially</em> appear in the 
matching history:
                 </p>
                 <ul>
                     <li><code>[n,m]</code> - intent should appear at least 
<code>n</code> times and at most <code>m</code> times.</li>

Reply via email to