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

aradzinski pushed a commit to branch web-site
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/web-site by this push:
     new 89b7a3e  Fix.
89b7a3e is described below

commit 89b7a3eeb2ef4fe18fc6c6fc1ee33bb57b3c6dac
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri May 21 18:36:56 2021 -0700

    Fix.
---
 data-model.html | 2 +-
 feed.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data-model.html b/data-model.html
index 4bd74df..ac83d50 100644
--- a/data-model.html
+++ b/data-model.html
@@ -333,4 +333,4 @@ intents:
             "synonyms": [
                 "population {of|for} ^^[city]{tok_id() == 'nlpcraft:city' && 
lowercase(meta_tok('city:country')) == 'france'}^^"
             ]
-        </pre><b>NOTES:</b><ul><li>Optional alias <code>city</code> can be 
used to access a constituent part token (with ID 
<code>nlpcraft:city</code>).<li> The expression between <code>{</code> and 
<code>}</code> brackets is a standard IDL term 
expression.</ul></section><section id="programmable_ners"><h2 
class="section-title">Programmable NERs <a href="#"><i class="top-link fas 
fa-fw fa-angle-double-up"></i></a></h2><p> By default, the data model detects 
its elements by their synonyms, [...]
+        </pre><b>NOTES:</b><ul><li>Optional alias <code>city</code> can be 
used to access a constituent part token (with ID 
<code>nlpcraft:city</code>).<li> The expression between <code>{</code> and 
<code>}</code> brackets is a standard IDL term 
expression.</ul></section><section id="programmable_ners"><h2 
class="section-title">Programmable NERs <a href="#"><i class="top-link fas 
fa-fw fa-angle-double-up"></i></a></h2><p> By default, the data model detects 
its elements by their synonyms, [...]
diff --git a/feed.xml b/feed.xml
index e3f2f33..5c550e4 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml"; 
rel="self" type="application/atom+xml" /><link href="http://localhost:4000/"; 
rel="alternate" type="text/html" 
/><updated>2021-05-15T19:02:37-07:00</updated><id>http://localhost:4000/feed.xml</id><title
 type="html">Apache NLPCraft</title></feed>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml"; 
rel="self" type="application/atom+xml" /><link href="http://localhost:4000/"; 
rel="alternate" type="text/html" 
/><updated>2021-05-21T18:32:59-07:00</updated><id>http://localhost:4000/feed.xml</id><title
 type="html">Apache NLPCraft</title></feed>
\ No newline at end of file

Reply via email to