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 43042bf  WIP.
43042bf is described below

commit 43042bf3693749c65c9a9d66b935b5fa7a9d2146
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon May 24 21:33:03 2021 -0700

    WIP.
---
 feed.xml             | 2 +-
 getting-started.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/feed.xml b/feed.xml
index fa314f7..3b71a11 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-24T21:04:25-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-24T21:30:36-07:00</updated><id>http://localhost:4000/feed.xml</id><title
 type="html">Apache NLPCraft</title></feed>
\ No newline at end of file
diff --git a/getting-started.html b/getting-started.html
index 3f57d07..aa488b9 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -15,7 +15,7 @@
  limitations under the License.
 -->
 
-<!doctype html><html lang="en"> <script async 
src="https://www.googletagmanager.com/gtag/js?id=UA-180663034-1";></script> 
<script> window.dataLayer = window.dataLayer || []; function 
gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 
'UA-180663034-1'); </script><meta charset="utf-8"><meta 
http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" 
content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta 
name="description" content="An open sourc [...]
+<!doctype html><html lang="en"> <script async 
src="https://www.googletagmanager.com/gtag/js?id=UA-180663034-1";></script> 
<script> window.dataLayer = window.dataLayer || []; function 
gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 
'UA-180663034-1'); </script><meta charset="utf-8"><meta 
http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" 
content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta 
name="description" content="An open sourc [...]
             $ bin/nlpcraft.sh start-server
             $ bin/nlpcraft.sh start-probe 
--cp=./build/nlpcraft-examples/weather/nlpcraft-example-weather-0.7.5.jar
         </pre><p> At this point data probe and the REST server are started and 
connected.</p><h2 id="querying" class="section-sub-title">Using REST API <a 
href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2><p> We 
will be using NLPCraft CLI script to issue REST calls. Let's start NLPCraft CLI 
in interactive REPL mode by running <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script with no 
argument:</p><pre class="brush: bash">

Reply via email to