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.git


The following commit(s) were added to refs/heads/master by this push:
     new 905b3c5  Update README.md
905b3c5 is described below

commit 905b3c5fc04fd021b2623d7b13274d6fdc630c1f
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Oct 19 21:20:19 2020 -0700

    Update README.md
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 8704097..6332813 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,15 @@ NLPCraft natively integrates with 3rd party libraries for 
base NLP processing an
 <a target=_ href="https://cloud.google.com/natural-language/";><img 
src="https://nlpcraft.apache.org/images/google-cloud-logo-small.png"; 
height="32px" alt=""></a>
 <a target=_ href="https://stanfordnlp.github.io/CoreNLP";><img 
src="https://nlpcraft.apache.org/images/corenlp-logo.gif"; height="48px" 
alt=""></a>
 <a target=_ href="https://spacy.io";><img 
src="https://nlpcraft.apache.org/images/spacy-logo.png"; height="32px" 
alt=""></a>
+
+## How It Works
+<img src="https://nlpcraft.apache.org/images/homepage-fig1.1.png"; alt="ASF 
Logo">
+
+**Data model** specifies how to interpret user input, how to query a data 
source, and how to format the result back. Developers use model-as-a-code 
approach to build models using any JVM language like Java, Scala, Groovy or 
Kotlin.
+
+**Data probe** is a DMZ-deployed application designed to securely deploy and 
manage data models. Each probe can manage multiple models and you can have many 
probes.
+
+**REST server** provides REST endpoint for user applications to securely query 
data sources using NLI via data models deployed in data probes.
                     
 ### Copyright
 Copyright (C) 2020 Apache Software Foundation

Reply via email to