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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6d3241  WIP.
     new 61918f5  Merge branch 'master' of 
https://github.com/apache/incubator-nlpcraft
a6d3241 is described below

commit a6d32419161c4899cbc45572c73edcaacdd15c7e
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Sep 21 10:22:51 2020 -0700

    WIP.
---
 .../org/apache/nlpcraft/server/sugsyn/NCSuggestSynonymManager.scala     | 2 +-
 .../test/scala/org/apache/nlpcraft/server/rest/NCRestFeedbackSpec.scala | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

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 ed40e1d..cc72240 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
@@ -365,7 +365,7 @@ object NCSuggestSynonymManager extends NCService {
                                 cdl.await(Long.MaxValue, TimeUnit.MILLISECONDS)
 
                                 if (err.get() != null)
-                                    throw new NCE("Error during work with 
'ContextWordServer'.", err.get())
+                                    throw new NCE("Error during work with 
'ctxword' server.", err.get())
 
                                 val allSynsStems = 
elemSyns.flatMap(_._2).flatten.map(_.stem).toSet
 
diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/server/rest/NCRestFeedbackSpec.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/server/rest/NCRestFeedbackSpec.scala
index 67abab9..bc2c7a1 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/server/rest/NCRestFeedbackSpec.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/server/rest/NCRestFeedbackSpec.scala
@@ -97,7 +97,6 @@ class NCRestFeedbackSpec extends NCRestSpec {
         fId
     }
 
-    // TODO:
     // @Test
     def testErrors(): Unit = {
         // Too big score.

Reply via email to