This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-203
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-203 by this push:
new 7fd4da7 WIP.
7fd4da7 is described below
commit 7fd4da7d71ab68f875b60892a5d7a21aaaa02561
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Dec 26 15:53:58 2020 +0300
WIP.
---
.../src/test/scala/org/apache/nlpcraft/model/NCIntentDslSpec2.scala | 2 --
1 file changed, 2 deletions(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentDslSpec2.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentDslSpec2.scala
index b73833f..0c52761 100644
--- a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentDslSpec2.scala
+++ b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentDslSpec2.scala
@@ -36,8 +36,6 @@ class NCIntentDslSpecModel2 extends NCModelAdapter(
override def getElements: util.Set[NCElement] =
Set("a", "b", "c", "d", "e").map(id ⇒ new NCElement { override def
getId: String = id }).asJava
- private def mk(id: String): NCElement = new NCElement { override def
getId: String = "a" }
-
// a. Mandatory, List, +, *, ?
@NCIntent("intent=aMandatory term(a)={id == 'a' }")
private def aMandatory(ctx: NCIntentMatch): NCResult = "OK"