This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-41
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-41 by this push:
new 60c3501 Update NCSuggestSynonymManager.scala
60c3501 is described below
commit 60c35017c62eb45ce4cf0e8e4715b74398ba9808
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu Sep 17 11:09:03 2020 -0700
Update NCSuggestSynonymManager.scala
---
.../org/apache/nlpcraft/server/sugsyn/NCSuggestSynonymManager.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/sugsyn/NCSuggestSynonymManager.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/sugsyn/NCSuggestSynonymManager.scala
index 8acee4d..9e4c358 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/sugsyn/NCSuggestSynonymManager.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/sugsyn/NCSuggestSynonymManager.scala
@@ -211,7 +211,7 @@ object NCSuggestSynonymManager extends NCService {
if (allSamplesCnt < MIN_CNT_MODEL)
warns +=
- s"Model has too few intents samples:
$allSamplesCnt. " +
+ s"Model has too few ($allSamplesCnt)
intents samples. " +
s"It will negatively affect the quality of
suggestions. " +
s"Try to increase overall sample count to
at least $MIN_CNT_MODEL."