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 fa69290  Update index.html
fa69290 is described below

commit fa692906ebdc99a16cb2008ea708326d6bff4396
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Mar 21 15:36:31 2021 -0700

    Update index.html
---
 index.html | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/index.html b/index.html
index b50413b..abf54db 100644
--- a/index.html
+++ b/index.html
@@ -40,11 +40,13 @@ layout: default
                 <section>
                     <p>
                         Apache NLPCraft&reg; is an open source library for 
adding natural language Interface
-                        to modern applications.
+                        to modern applications. It enables people to interact 
with your products using voice
+                        or text.
                     </p>
                     <p>
                         Define the intents to interpret
-                        user input using any JVM-based language like Java, 
Scala, Groovy or Kotlin. Use REST API to explore the data with natural language.
+                        user input using any JVM-based language like Java, 
Scala, Groovy or Kotlin. Use REST API to
+                        integrate with your products.
                     </p>
                     <div class="learn-more">
                         <a href="docs.html">Learn more <i 
class="align-text-bottom fas fa-angle-right"></i></a>
@@ -55,13 +57,13 @@ layout: default
                 <h2 class="section-title">Natural <span>Language</span></h2>
                 <section>
                     <p>
-                        Natural Language Interface enables users to explore 
any type of data
+                        Natural Language Interface enables users to interact 
with any type of products
                         using natural language augmenting existing UI/UX with 
fidelity
                         and simplicity of a familiar spoken language.
                     </p>
                     <p>
-                        There is no learning curve, no special rules or UI to 
master, no cumbersome syntax or terms to remember -
-                        just a natural language that your users already speak.
+                        Natural Language has no learning curve, no special 
rules or UI to master, no cumbersome syntax or terms to remember -
+                        it's just a natural interface that your users already 
know.
                     </p>
                 </section>
             </div>
@@ -124,11 +126,11 @@ layout: default
         </div>
         <div class="row">
             <div class="col-4">
-                <h3 class="sub-section-title">Programmable Intents</h3>
+                <h3 class="sub-section-title">Intent Definition Language</h3>
                 <section>
                     <p>
-                        Fully programmable, advanced intent DSL with 
deterministic matching provides easy to use and
-                        expressive mechanism for a complex intent logic.
+                        Advanced Intent Definition Language (IDL) coupled with 
deterministic intent matching
+                        provide ease of use and unprecedented expressiveness 
for designing real-life, non-trivial intents.
                     </p>
                 </section>
             </div>
@@ -136,8 +138,8 @@ layout: default
                 <h3 class="sub-section-title">Composable Named Entities</h3>
                 <section>
                     <p>
-                        Compose new reusable Named Entities out of built-in or 
external ones, build new ones and mix and match using
-                        comprehensive DSL.
+                        Easily compose, mix and match new named entities out 
of built-in or external ones, creating new
+                        reusable named entity recognizers on the fly.
                     </p>
                 </section>
             </div>
@@ -157,7 +159,7 @@ layout: default
                 <section>
                     <p>
                         REST API and Java-based implementation natively
-                        supports the world's largest ecosystem of development 
tools, multiple programming languages, frameworks
+                        supports the world's largest ecosystem of development 
tools, many programming languages, frameworks
                         and services.
                     </p>
                     <div id="lang-logos">

Reply via email to