This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-431
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-431 by this push:
new 025509e WIP.
025509e is described below
commit 025509e1edc64d335c8e336ca67e6830f223077e
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Aug 28 11:21:21 2021 +0300
WIP.
---
.../probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec6.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec6.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec6.scala
index b4a5d1c..55b0a99 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec6.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec6.scala
@@ -84,7 +84,7 @@ class NCEnricherNestedModelSpec6 extends NCTestContext {
checkIntent(s"a$i t1 t2 b$i", s"compose$i")
checkIntent(s"a$i t1 b$i", s"compose$i")
- // Too long.
+ // Too many any words.
checkFail(s"a$i t1 t2 t3 t4 b$i")
}