This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-513
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/NLPCRAFT-513 by this push:
new 09cf08c Update short-term-memory.html
09cf08c is described below
commit 09cf08c9e258f41fa6f3b9e133ebb92ca7350ba0
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Jan 28 11:36:27 2023 -0800
Update short-term-memory.html
---
short-term-memory.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/short-term-memory.html b/short-term-memory.html
index 72cc381..088960e 100644
--- a/short-term-memory.html
+++ b/short-term-memory.html
@@ -219,7 +219,7 @@ id: short_term_memory
<section id="stm">
<h2 class="section-title">Short-Term Memory <a href="#"><i
class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
<p>
- The short-term memory is exactly that... a memory that keeps only
small amount of recently used information
+ The short-term memory is exactly that - a memory that keeps only
small amount of recently used information
and that evicts its contents after a short period of inactivity.
</p>
<p>
@@ -367,9 +367,9 @@ id: short_term_memory
</p>
<ul>
<li><code>intent=sale term={# == 'sale'}</code></li>
- <li><code>intent=best_sale_person term={# == 'sale'} term={# ==
best_employee}</code></li>
+ <li><code>intent=best_sale_person term={# == 'sale'} term={# ==
'best_employee'}</code></li>
<li><code>intent=buy term={# == 'buy'}</code></li>
- <li><code>intent=buy_best_person term={# == 'buy'} term={# ==
best_employee}</code></li>
+ <li><code>intent=buy_best_person term={# == 'buy'} term={# ==
'best_employee'}</code></li>
</ul>
<p>
(this is actual <a href="/intent-matching.html">Intent Definition
Language</a> (IDL) used by NLPCraft -