This is an automated email from the ASF dual-hosted git repository.
sergeykamov 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 56e1d02 CLI project templates fixes.
56e1d02 is described below
commit 56e1d02d84a351d6dbada294ce6e8718c432ae00
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Apr 30 22:57:47 2021 +0300
CLI project templates fixes.
---
nlpcraft/src/main/resources/cli/templates.zip | Bin 82067 -> 82508 bytes
.../apache/nlpcraft/model/tools/cmdline/NCCli.scala | 1 -
2 files changed, 1 deletion(-)
diff --git a/nlpcraft/src/main/resources/cli/templates.zip
b/nlpcraft/src/main/resources/cli/templates.zip
index b836621..6431847 100644
Binary files a/nlpcraft/src/main/resources/cli/templates.zip and
b/nlpcraft/src/main/resources/cli/templates.zip differ
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index 1c8849a..53170ff 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -2052,7 +2052,6 @@ object NCCli extends NCCliBase {
None,
"com.company.nlp.TemplateModel" → s"$pkgName.$clsName",
"NCEmbeddedProbe.start\\(TemplateModel.class\\);" →
startClause,
- "Java example" → exampleClause,
"templateModelId" → baseName
)