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

commit 4291755ac36458fd371484ab92d66cf80aa75041
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Wed Jul 1 11:44:57 2020 -0700

    WIP.
---
 docs.html         | 10 +++++++++-
 index.html        | 21 +++++++++++++++------
 integrations.html |  6 +++---
 3 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/docs.html b/docs.html
index f1331b7..3393903 100644
--- a/docs.html
+++ b/docs.html
@@ -38,7 +38,15 @@ id: overview
             implementation and shorter development time. 
         </p>
         <p>
-            How does it work in a nutshell?
+            Another key aspect of NLPCraft is its singular focus on processing 
English language. Although it may sound
+            counterintuitive, this narrow focus enables NLPCraft to deliver 
unprecedented ease of use combined with
+            unparalleled comprehension capabilities for English input 
out-of-the-box. It's been shown many times that
+            support for multiple languages in a single framework leads to 
either watered down functionality or overly
+            complicated configuration, training and usage. It's also important 
to note that English language is spoken by more
+            than a billion people on this planet and is de facto standard 
global language of the business and commerce.
+        </p>
+        <p>
+            So, how does it work in a nutshell?
         </p>
         <p>
             When using NLPCraft you will be dealing with three main components:
diff --git a/index.html b/index.html
index 095238e..8fe43b4 100644
--- a/index.html
+++ b/index.html
@@ -145,25 +145,34 @@ layout: default
                 </section>
             </div>
             <div class="col-4">
-                <h3 class="sub-section-title">Java-First</h3>
+                <h3 class="sub-section-title">English Focused</h3>
                 <section>
                     <p>
-                        REST API and Java-based implementation natively
-                        support world's largest ecosystem of development 
tools, programming languages and services.
+                        NLPCraft focuses on processing English language 
delivering the ease of use
+                        and unparalleled comprehension for the language spoken 
by more than a billion people.
                     </p>
                 </section>
             </div>
         </div>
         <div class="row mt-4">
             <div class="col-4">
-                <h3 class="sub-section-title">Strong Security</h3>
+                <h3 class="sub-section-title">Java-First</h3>
                 <section>
                     <p>
-                        HTTPs, model deployment isolation, 256-bit encryption 
and ingress-only connectivity are
-                        among the key security features in NLPCraft.
+                        REST API and Java-based implementation natively
+                        support world's largest ecosystem of development 
tools, programming languages and services.
                     </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>
diff --git a/integrations.html b/integrations.html
index 47f5df1..e5a23b5 100644
--- a/integrations.html
+++ b/integrations.html
@@ -876,14 +876,14 @@ if __name__ == '__main__':
         <p>
             NLPCraft server is running on top of <a target="_" 
href="https://ignite.apache.org/";>Apache Ignite</a>.
             <a target="_" href="https://www.gridgain.com/";>GridGain 
Systems</a> develops enterprise in-memory computing
-            platform that is based on Apache Ignite. GridGain develops the <a 
target="_" 
href="https://www.gridgain.com/products/software/control-center";>GridGain 
Control Center</a> that support Apache Ignite
+            platform that is based on Apache Ignite. GridGain also develops 
the <a target="_" 
href="https://www.gridgain.com/products/software/control-center";>GridGain 
Control Center</a> that support Apache Ignite
             and is available for free for Apache Ignite users. In order to use 
GridGain Control Center to manage and monitor
             NLPCraft server internals you need to have <a target="_" 
href="https://www.gridgain.com/resources/download#controlcenter";>GridGain Web 
Agent</a> installed and available on the classpath for NLPCraft server.
         </p>
         <p>
             NLPCraft <code>pom.xml</code> comes with necessary dependencies 
that are located in a separate
-            <code>gridgain-agent</code> Maven profile. To enable GridGain Web 
Agent you need to manually enable this profile
-            when running NLPCraft server.
+            <code>gridgain-agent</code> Maven profile. To enable GridGain Web 
Agent you need to manually enable this Maven profile
+            when building NLPCraft from source code.
         </p>
         <div class="bq warn">
             <p><b>GridGain Control Center</b></p>

Reply via email to