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 8ee1bc5 WIP.
8ee1bc5 is described below
commit 8ee1bc53736aac60df7b2baf6031dc0da84b9a01
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Oct 25 12:28:01 2020 -0700
WIP.
---
_scss/index.scss | 4 ++--
images/groovy.png | Bin 0 -> 176774 bytes
images/groovy.svg | 1 +
images/java2.png | Bin 0 -> 46299 bytes
images/kotlin.png | Bin 0 -> 9077 bytes
index.html | 53 ++++++++++++++++++++++++++++++++++++++++-------------
use-cases.html | 4 ++--
7 files changed, 45 insertions(+), 17 deletions(-)
diff --git a/_scss/index.scss b/_scss/index.scss
index 38fd0c3..48122c4 100644
--- a/_scss/index.scss
+++ b/_scss/index.scss
@@ -128,11 +128,11 @@
margin-bottom: 150px;
}
- #integration-logos {
+ #lang-logos, #integration-logos {
display: inline-block;
& > a {
- margin: 5px 10px 0 0;
+ margin: 0 10px 0 0;
}
}
}
diff --git a/images/groovy.png b/images/groovy.png
new file mode 100644
index 0000000..6ab1998
Binary files /dev/null and b/images/groovy.png differ
diff --git a/images/groovy.svg b/images/groovy.svg
new file mode 100644
index 0000000..e8105e5
--- /dev/null
+++ b/images/groovy.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="800" width="1200"
viewBox="-66.75 -55.47325 578.5 332.8395"><path d="M360.017
221.678l-137.515-53.304-137.51 53.29 54.296-84.953L0
84.688l171.07.798L222.497.044l51.43 85.446L445 84.71l-139.288 52.01 54.305
84.959"/><path d="M341.415 206.483l-118.794-46.045-118.789 46.036
46.904-73.389L30.41 88.145l147.781.689 44.426-73.81 44.427 73.814
147.784-.676-120.325 44.93 46.912 73.391" fill="#619cbc"/><path d="M131.433
43.703c11.866 0 4.95 29.651.73 [...]
\ No newline at end of file
diff --git a/images/java2.png b/images/java2.png
new file mode 100644
index 0000000..e6050f2
Binary files /dev/null and b/images/java2.png differ
diff --git a/images/kotlin.png b/images/kotlin.png
new file mode 100644
index 0000000..426e637
Binary files /dev/null and b/images/kotlin.png differ
diff --git a/index.html b/index.html
index 23e47ac..f990d36 100644
--- a/index.html
+++ b/index.html
@@ -128,8 +128,8 @@ layout: default
<section>
<p>
Advanced semantic modelling and intent-based matching
enables
- deterministic natural language understanding without
- requiring deep learning training or pre-existing text
corpora.
+ <em>deterministic</em> natural language understanding
without
+ requiring deep learning training and large
pre-existing text corpora.
</p>
</section>
</div>
@@ -137,7 +137,7 @@ layout: default
<h3 class="sub-section-title">Any Data Source</h3>
<section>
<p>
- Any data source, device, or service - public or
private. From databases and SaaS systems,
+ NLPCraft supports any data source, device, or service
- public or private. From databases and SaaS systems,
to smart home devices, voice assistants and chatbots.
</p>
</section>
@@ -158,19 +158,26 @@ layout: default
<section>
<p>
REST API and Java-based implementation natively
- support world's largest ecosystem of development
tools, programming languages and services.
+ support world's largest ecosystem of development
tools, multiple programming languages, frameworks
+ and services.
+ </p>
+ <div id="lang-logos">
+ <a target=_ href="https://www.oracle.com/java/"><img
src="/images/java2.png" height="32px" alt=""></a>
+ <a target=_ href="https://scala-lang.org/"><img
src="/images/scala-logo.png" height="24px" alt=""></a>
+ <a target=_ href="https://groovy-lang.org/"><img
src="/images/groovy.png" height="32px" alt=""></a>
+ <a target=_ href="https://kotlinlang.org/"><img
src="/images/kotlin.png" height="32px" alt=""></a>
+ </div>
+ </section>
+ </div>
+ <div class="col-4">
+ <h3 class="sub-section-title">Strong Security</h3>
+ <section>
+ <p>
+ HTTPs, model deployment isolation, 256-bit encryption
and ingress-only connectivity are
+ among the key security features in NLPCraft.
</p>
</section>
</div>
-<!-- <div class="col-4">-->
-<!-- <h3 class="sub-section-title">Strong Security</h3>-->
-<!-- <section>-->
-<!-- <p>-->
-<!-- HTTPs, model deployment isolation, 256-bit
encryption and ingress-only connectivity are-->
-<!-- among the key security features in NLPCraft.-->
-<!-- </p>-->
-<!-- </section>-->
-<!-- </div>-->
<div class="col-4">
<h3 class="sub-section-title">Model-As-A-Code</h3>
<section>
@@ -180,6 +187,26 @@ layout: default
</p>
</section>
</div>
+ </div>
+ <div class="row mt-4">
+ <div class="col-4">
+ <h3 class="sub-section-title">By Devs - For Devs</h3>
+ <section>
+ <p>
+ Built with a singular focus - provide developers with
unprecedented productivity and efficiency when building
+ modern NLI applications.
+ </p>
+ </section>
+ </div>
+ <div class="col-4">
+ <h3 class="sub-section-title">Advanced NLP Toolset</h3>
+ <section>
+ <p>
+ Combines easy-of-use and development productivity with
state-of-the-art NLP
+ capabilities like short-term-memory (STM) support,
advanced intent DSL with deterministic matching, and composable NEs.
+ </p>
+ </section>
+ </div>
<div class="col-4">
<h3 class="sub-section-title">Out-Of-The-Box Integration</h3>
<section>
diff --git a/use-cases.html b/use-cases.html
index e136416..e7cb79a 100644
--- a/use-cases.html
+++ b/use-cases.html
@@ -61,8 +61,8 @@ layout: interior
</p>
<div id="chatbots"
class="sub-section-title">Chatbots</div>
<p>
- NLI is clearly at the heart of any chatbot
implementation. And although most naive
- implementations of chatbots have failed to gain
significant traction - the advancement
+ NLI is clearly at the heart of any chatbot
implementation. And although most initial naive
+ implementations of chatbots have struggles to gain
traction - the advancement
in NLI technology is allowing modern chatbots to
become gradually more sophisticated
and outgrow the early "childhood" problems of
parasitic dialogues, lack of contextual
awareness, inability to comprehend a spoken,
free-form language, and primitive rule-based logic.