This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-206
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-206 by this push:
new 457384e WIP.
457384e is described below
commit 457384e5b99d50318dc2bdb6c583cac623d81371
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Mar 18 21:42:13 2021 +0300
WIP.
---
.../probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec5.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec5.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec5.scala
index 8171c28..eefaaea 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec5.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCEnricherNestedModelSpec5.scala
@@ -37,7 +37,7 @@ class NCNestedTestModel5 extends NCModelAdapter(
"intent=bigCity " +
"term(city)={" +
" id() == 'cityWrapper' && " +
- " meta_part(part(this(), 'cityAlias'), 'nlpcraft:city:citymeta') >=
10381222" +
+ " get(meta_part(part(this(), 'cityAlias'),
'nlpcraft:city:citymeta'), 'population') >= 10381222" +
"}"
)
private def onBigCity(ctx: NCIntentMatch): NCResult = NCResult.text("OK")