This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-443
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-443 by this push:
new 13b72c5 WIP.
13b72c5 is described below
commit 13b72c50306ac25315eefe9738c2b2168cd17f56
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Sep 15 19:09:33 2021 +0300
WIP.
---
.../scala/org/apache/nlpcraft/model/stop/NCStopWordsInsideSpec.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/stop/NCStopWordsInsideSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/stop/NCStopWordsInsideSpec.scala
index 35bc242..b17cea8 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/stop/NCStopWordsInsideSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/stop/NCStopWordsInsideSpec.scala
@@ -17,7 +17,7 @@
package org.apache.nlpcraft.model.stop
-import org.apache.nlpcraft.model.{NCContext, NCElement, NCIntent,
NCIntentMatch, NCIntentTerm, NCModelAdapter, NCResult, NCToken}
+import org.apache.nlpcraft.model.{NCElement, NCIntent, NCIntentMatch,
NCModelAdapter, NCResult}
import org.apache.nlpcraft.{NCTestContext, NCTestElement, NCTestEnvironment}
import org.junit.jupiter.api.Test