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 2022/02/22 05:35:58 UTC

[incubator-nlpcraft] branch master updated: Update NCSemanticEntityParserImpl.scala

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 ecc5ce7  Update NCSemanticEntityParserImpl.scala
ecc5ce7 is described below

commit ecc5ce754f57af87e3a72195883a46b70d09bdc8
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Mon Feb 21 21:35:50 2022 -0800

    Update NCSemanticEntityParserImpl.scala
---
 .../nlp/entity/parser/semantic/impl/NCSemanticEntityParserImpl.scala   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/entity/parser/semantic/impl/NCSemanticEntityParserImpl.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/entity/parser/semantic/impl/NCSemanticEntityParserImpl.scala
index 31fe4a6..99bb1df 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/entity/parser/semantic/impl/NCSemanticEntityParserImpl.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/entity/parser/semantic/impl/NCSemanticEntityParserImpl.scala
@@ -27,6 +27,7 @@ import org.apache.nlpcraft.nlp.entity.parser.semantic.impl.NCSemanticChunkKind.*
 import org.apache.nlpcraft.nlp.entity.parser.semantic.impl.NCSemanticSourceType.*
 
 import java.io.*
+import java.util
 import java.util.regex.*
 import java.util.{List as JList, Map as Jmap}
 import scala.collection.mutable
@@ -142,7 +143,7 @@ object NCSemanticEntityParserImpl:
 import org.apache.nlpcraft.nlp.entity.parser.semantic.impl.NCSemanticEntityParserImpl.*
 
 /**
-  * 
+  *
   * @param stemmer
   * @param parser
   * @param macros