You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/05/20 04:28:03 UTC

[incubator-nlpcraft] branch scala-2.13 updated: Update NCSuggestSynonymManager.scala

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

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


The following commit(s) were added to refs/heads/scala-2.13 by this push:
     new 7e4d9aa  Update NCSuggestSynonymManager.scala
7e4d9aa is described below

commit 7e4d9aa5047f7eed499df6235d84e9d869f35e82
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Wed May 19 21:27:51 2021 -0700

    Update NCSuggestSynonymManager.scala
---
 .../org/apache/nlpcraft/server/sugsyn/NCSuggestSynonymManager.scala     | 2 ++
 1 file changed, 2 insertions(+)

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 bfa1aaf..3ca5d24 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
@@ -36,6 +36,8 @@ import org.apache.nlpcraft.server.probe.NCProbeManager
 import java.util
 import java.util.concurrent._
 import java.util.concurrent.atomic.{AtomicInteger, AtomicReference}
+
+import scala.jdk.CollectionConverters._
 import scala.collection.{Seq, mutable}
 import scala.concurrent.{ExecutionContext, Future, Promise}
 import scala.util.{Failure, Success}