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

commit 40b893c9b9b0a30d81681640d06d7436cd1902be
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Aug 13 11:40:37 2021 -0700

    WIP.
---
 _data/videos.yaml         |  9 +++++++++
 first-example.html        | 17 +++++++++++++++++
 tools/test_framework.html |  2 +-
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/_data/videos.yaml b/_data/videos.yaml
index b55a470..d4934b3 100644
--- a/_data/videos.yaml
+++ b/_data/videos.yaml
@@ -15,6 +15,15 @@
 # limitations under the License.
 #
 
+- title: NLPCraft - Hello World!
+  embed_url: https://www.youtube.com/embed/R7SRpxBxHHY?modestbranding=1
+  publish_date: August 12, 2021
+  duration: "10:13"
+  description: >-
+    Apache NLPCraft - https://nlpcraft.apache.org - is a Java-based open 
source library for adding natural language
+    interface to modern applications, enabling people to interact with your 
products using voice or text. In this video
+    we’ll develop a quick and simple “Hello World!” example for NLPCraft to 
demonstrate its main runtime components and APIs.
+
 - title: NLPCraft - Command Line Utility
   embed_url: https://www.youtube.com/embed/LNfny60bmgg?modestbranding=1
   publish_date: July 30, 2021
diff --git a/first-example.html b/first-example.html
index 2403fc5..86b72d7 100644
--- a/first-example.html
+++ b/first-example.html
@@ -22,6 +22,23 @@ id: first_example
 -->
 
 <div class="col-md-8 second-column">
+    <section id="tldr">
+        <h2 class="section-title">TL;DR; <a href="#"><i class="top-link fas 
fa-fw fa-angle-double-up"></i></a></h2>
+        <p>
+            Watch this quick video (10>03) for NLPCraft "Hello World!" example:
+        </p>
+        <div>
+            <iframe
+                    width="514"
+                    height="289"
+                    
src="https://www.youtube.com/embed/R7SRpxBxHHY?modestbranding=1";
+                    title="NLPCraft - Hello World!"
+                    frameborder="0"
+                    allow="accelerometer; autoplay; clipboard-write; 
encrypted-media; gyroscope; picture-in-picture"
+                    allowfullscreen>
+            </iframe>
+        </div>
+    </section>
     <section id="setup">
         <h2 class="section-title">Overview <a href="#"><i class="top-link fas 
fa-fw fa-angle-double-up"></i></a></h2>
         <p>
diff --git a/tools/test_framework.html b/tools/test_framework.html
index 2d9c13d..72d0d4f 100644
--- a/tools/test_framework.html
+++ b/tools/test_framework.html
@@ -267,7 +267,7 @@ public class AlarmModel extends NCModelFileAdapter {
                                     
<td><code>NLPCRAFT_TEST_INTENT_IDS</code></td>
                                     <td>
                                         <p>
-                                            Optional system property that 
should contain the optional comma separated list of
+                                            Optional system property that 
should contain the comma separated list of
                                             intent IDs to test. If not 
provided, all detected intents will be tested.
                                         </p>
                                         <p>

Reply via email to