This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-278
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-278 by this push:
new fe0d3b9 WIP.
fe0d3b9 is described below
commit fe0d3b9388c2f31a99edf0ab7fc65ed9b7797aba
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Mar 24 15:30:59 2021 +0300
WIP.
---
.../org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
index 300db20..4151ab6 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/compiler/NCIdlCompilerBase.scala
@@ -647,7 +647,7 @@ trait NCIdlCompilerBase {
val Z(v2, n2) = x2()
val Z(v3, n3) = x3()
- Z(toStr(v1).replaceAll(toStr(v2), toStr(v3)), n1 + n2)
+ Z(toStr(v1).replaceAll(toStr(v2), toStr(v3)), n1 + n2 + n3)
}
)
}