This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-206
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-206 by this push:
new 68727df WIP.
68727df is described below
commit 68727df63a9696151e5de68c10c6721916f12c33
Author: Sergey Kamov <[email protected]>
AuthorDate: Tue Mar 16 22:53:41 2021 +0300
WIP.
---
.../scala/org/apache/nlpcraft/probe/mgrs/NCProbeSynonymChunk.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/NCProbeSynonymChunk.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/NCProbeSynonymChunk.scala
index 252b33e..07024e2 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/NCProbeSynonymChunk.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/NCProbeSynonymChunk.scala
@@ -17,11 +17,11 @@
package org.apache.nlpcraft.probe.mgrs
-import java.util.regex.Pattern
-import org.apache.nlpcraft.model.NCToken
import org.apache.nlpcraft.model.intent.NCDslTokenPredicate
import org.apache.nlpcraft.probe.mgrs.NCProbeSynonymChunkKind._
+import java.util.regex.Pattern
+
/**
*
* @param alias Optional alias for this chunk from token DSL.