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 aaac496 WIP.
aaac496 is described below
commit aaac4965dbfe333bd2d0d5f0a7022fac45e2f3c2
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Oct 9 13:27:26 2020 -0700
WIP.
---
_data/news.yml | 2 +-
release-notes-0.7.0.html | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/_data/news.yml b/_data/news.yml
index 67825a1..451ab66 100644
--- a/_data/news.yml
+++ b/_data/news.yml
@@ -16,7 +16,7 @@
#
- title: Apache NLPCraft 0.7.0 Released
- url: /download.html
+ url: /release-notes-0.7.0.html
excerpt: Download NLPCraft 0.7.0.
author: Aaron Radzinksi
avatar_url: images/lion.jpg
diff --git a/release-notes-0.7.0.html b/release-notes-0.7.0.html
index 858ab50..02efb46 100644
--- a/release-notes-0.7.0.html
+++ b/release-notes-0.7.0.html
@@ -20,6 +20,39 @@ layout: release-notes
limitations under the License.
-->
+<section id="overview">
+ <h2 class="section-title">Overview</h2>
+ <p>
+ <a href="/download.html">NLPCraft 0.7.0</a> brings about several
important features:
+ </p>
+ <ul>
+ <li>
+ The project has moved to JDK 11+ Java version and therefore is no
longer compatible with previous
+ versions or prior JDK version.
+ </li>
+ <li>
+ We introduced <a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCIntentTerm.html">@NCIntentTerm</a>
annotation
+ that is broadly used throughout the project:
+ <ul>
+ <li>In model auto-validation.</li>
+ <li>In the new synonym suggestion tool.</li>
+ <li>In the upcoming BERT-based server side enricher.</li>
+ </ul>
+ </li>
+ <li>
+ We introduced model <a
href="/tools/test_framework.html">auto-validation</a> based on <a
target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCIntentTerm.html">@NCIntentTerm</a>
annotation
+ that allows for zero-code testing of the models (all shipped
examples have been updated accordingly).
+ </li>
+ <li>
+ We introduced <a href="/tools/syn_tool.html">synonym suggestion
tool</a> that takes an existing model, analyses its synonyms and intents and
comes up
+ with a list of synonyms that are currently missing that you might
want to add to your model.
+ </li>
+ <li>
+ We've added a preview of the upcoming REPL tool for NLPCraft (see
<code>nlpcraft.{shg|cmd}</code> scripts in the bin folder)
+ and corresponding ASCI/ANSI support for both server and probe log
output.
+ </li>
+ </ul>
+</section>
<section id="new">
<h2 class="section-title">🙌 New</h2>
<ul>