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 2627c9e WIP.
2627c9e is described below
commit 2627c9eea7c832310373a507d9d4f0c977d9f920
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Tue Jun 22 10:38:31 2021 -0700
WIP.
---
basic-concepts.html | 2 +-
data-model.html | 2 +-
docs.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/basic-concepts.html b/basic-concepts.html
index 643765e..72638e7 100644
--- a/basic-concepts.html
+++ b/basic-concepts.html
@@ -39,7 +39,7 @@ id: basic_concepts
<p>
Data model is a central concept in NLPCraft. It defines natural
language interface to your public or
private data sources like on-premise database or a cloud SaaS
application.
- NLPCraft employs <em>model-as-a-code</em> approach where entire
data model is
+ NLPCraft employs a <em>model-as-a-code</em> approach where entire
data model is
an implementation of <a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCModel.html">NCModel</a>
interface which can be developed using any JVM programming
language like Java, Scala, Kotlin, or Groovy.
</p>
diff --git a/data-model.html b/data-model.html
index c7fbec5..d06e45f 100644
--- a/data-model.html
+++ b/data-model.html
@@ -27,7 +27,7 @@ id: data_model
<p>
Data model is a central concept in NLPCraft defining natural
language interface to your data sources
like a database or a SaaS application.
- NLPCraft employs <em>model-as-a-code</em> approach where entire
data model is an implementation of
+ NLPCraft employs a <em>model-as-a-code</em> approach where entire
data model is an implementation of
<a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCModel.html">NCModel</a>
interface which
can be developed using any JVM programming language like Java,
Scala, Kotlin, or Groovy.
</p>
diff --git a/docs.html b/docs.html
index 18f3806..6c96437 100644
--- a/docs.html
+++ b/docs.html
@@ -65,7 +65,7 @@ id: overview
<section id="data-model">
<h2 class="section-title">Data Model <a href="#"><i class="top-link
fas fa-fw fa-angle-double-up"></i></a></h2>
<p>
- NLPCraft employs model-as-a-code approach where everything you do
in NLPCraft is part of your source code. Data model is simply an implementation
of
+ NLPCraft employs a <em>model-as-a-code</em> approach where
everything you do in NLPCraft is part of your source code. Data model is simply
an implementation of
<a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCModel.html">NCModel</a> Java
interface that
can be developed using any JVM programming language like Java,
Scala, Kotlin or Groovy.
Data model defines named entities, various configuration
properties as well as intents to interpret user input. Model-as-a-code natively
supports