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 fdf6da7 Some fixes.
fdf6da7 is described below
commit fdf6da72600c6870130da8ee7ee3d3af3152b2e4
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Mar 3 20:04:34 2023 -0800
Some fixes.
---
docs.html | 6 ------
first-example.html | 4 ++--
index.html | 2 +-
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/docs.html b/docs.html
index 59d3808..3f7ac8e 100644
--- a/docs.html
+++ b/docs.html
@@ -42,12 +42,6 @@ id: overview
tools like ChatGPT. NLPCraft is also an ideal library for use
cases where execution proof or traceability is
required, e.g. blockchain decentralized applications.
</p>
- <h2 class="section-sub-title">Data Access <a href="#"><i
class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
- <p>
- On the backend NLPCraft places no restrictions on what data it can
access.
- NLPCraft can connect with any private or public data source that a
typical Scala-based application can access,
- and has no hardware or software lock-ins.
- </p>
<h2 class="section-sub-title">Supported Languages <a href="#"><i
class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
<p>
NLPCraft is language agnostic and can work with most modern
languages that have basic NLP infrastructure available like
diff --git a/first-example.html b/first-example.html
index ab2a0a6..4c10a0c 100644
--- a/first-example.html
+++ b/first-example.html
@@ -28,7 +28,7 @@ id: first-example
It is highly recommended to familiarize yourself with the <a
href="/key-concepts.html">key concepts</a> first.
</p>
<p>
- Let's develop the first NLPCraft example to familiarize ourselves
with the main workflow of NLPCraft.
+ Let's develop the first NLPCraft example to learn the basic
workflow of NLPCraft.
We'll put together a NLI-powered home light switch prototype that
can be controlled through the natural language.
We'll keep <a target=_
href="https://cloud.google.com/speech-to-text/">speech-to-text conversion</a>
and integration
with <a target=_
href="https://developer.apple.com/homekit/">HomeKit</a> or
@@ -139,7 +139,7 @@ id: first-example
<div class="bq info">
<p><b>YAML vs. API</b></p>
<p>
- As usual, this YAML-based static model definition is
convenient but totally optional. All elements definitions
+ This YAML-based static model definition is convenient but
totally optional. All elements definitions
can be provided programmatically inside Scala model
<code>LightSwitchModel</code> class as well.
</p>
</div>
diff --git a/index.html b/index.html
index a4df175..03f3f09 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@ layout: default
<div id="inner-banner-box">
<div id="banner">
<div id="nat-lang-itf">Apache NLPCraft</div>
- <h1 id="banner-sub-title">An API to convert natural language into
actions</h1>
+ <h1 id="banner-sub-title">A Scala library to convert natural
language into actions</h1>
<div>
<a id="get-started-btn" role="button" href="docs.html"
class="btn mt-5"> GET STARTED <i class="fas fa-fw fa-book"></i></a>
</div>