This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-246
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-246 by this push:
     new 818c23e  WIP.
818c23e is described below

commit 818c23e4296faeb56922003cfde83c8898b1d292
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Feb 25 22:19:30 2021 +0300

    WIP.
---
 .../probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
index 957730a..af8e2b2 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec2.scala
@@ -28,7 +28,7 @@ import java.util
   */
 class NCNestedTestModel21 extends NCModelAdapter("nlpcraft.nested2.test.mdl", 
"Nested Test Model", "1.0") {
     override def getElements: util.Set[NCElement] =
-        Set(NCTestElement("e1", "{^^(id == 'nlpcraft:num')^^|*} word"))
+        Set(NCTestElement("e1", "{^^(id == 'nlpcraft:num')^^|_} word"))
 
     @NCIntent("intent=onE1 term(t1)={id == 'e1'}")
     def onAB(ctx: NCIntentMatch): NCResult = NCResult.text("OK")

Reply via email to