This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-513
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/NLPCRAFT-513 by this push:
new 77570a5 WIP
77570a5 is described below
commit 77570a59757f737250f321a48916576506304604
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Nov 19 20:20:05 2022 -0800
WIP
---
_includes/left-side-menu.html | 6 +++---
key-concepts.html | 2 ++
custom-components.html => pipeline-components.html | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/_includes/left-side-menu.html b/_includes/left-side-menu.html
index d453c25..677cfc6 100644
--- a/_includes/left-side-menu.html
+++ b/_includes/left-side-menu.html
@@ -48,10 +48,10 @@
{% endif %}
</li>
<li>
- {% if page.id == "custom-components" %}
- <a class="active" href="/custom-components.html">Custom
Components</a>
+ {% if page.id == "pipeline-components" %}
+ <a class="active" href="/pipeline-components.html">Pipeline
Components</a>
{% else %}
- <a href="/custom-components.html">Custom Components</a>
+ <a href="/pipeline-components.html">Pipeline Components</a>
{% endif %}
</li>
<li>
diff --git a/key-concepts.html b/key-concepts.html
index b31b27e..3cbf729 100644
--- a/key-concepts.html
+++ b/key-concepts.html
@@ -103,6 +103,8 @@ id: key_concepts
<tr>
<td><b>{% scaladoc NCPipeline NCPipeline %}</b></td>
<td>
+ <code>Pipeline</code> is the main configuration of the
model. Pipeline consists of an ordered sequence
+ of <a href="/pipeline-components.html">pipeline
components</a>.
<code>Variant</code> is a unique set of
<code>entities</code>. In many cases, a <code>token</code> or a group
of <code>tokens</code> can be recognized as more than one
<code>entity</code> - resulting in multiple possible
interpretations of the original sequence of tokens. Each
such interpretation is defined as a parsing <code>variant</code>.
diff --git a/custom-components.html b/pipeline-components.html
similarity index 99%
rename from custom-components.html
rename to pipeline-components.html
index ee8e94d..18f79cb 100644
--- a/custom-components.html
+++ b/pipeline-components.html
@@ -1,7 +1,7 @@
---
active_crumb: Docs
layout: documentation
-id: custom-components
+id: pipeline-components
---
<!--