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

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


The following commit(s) were added to refs/heads/NLPCRAFT-431 by this push:
     new 0b379d0  WIP.
0b379d0 is described below

commit 0b379d01070ae895a44fa5260eb3c43876caaa4b
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Sep 2 17:21:31 2021 +0300

    WIP.
---
 .../model/anyword/regex/NCNestedTestModelAnyRegex2.scala     | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/anyword/regex/NCNestedTestModelAnyRegex2.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/anyword/regex/NCNestedTestModelAnyRegex2.scala
index 5252b83..8b25edd 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/anyword/regex/NCNestedTestModelAnyRegex2.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/anyword/regex/NCNestedTestModelAnyRegex2.scala
@@ -31,14 +31,14 @@ import scala.jdk.CollectionConverters.SetHasAsJava
   * 'any' element's position is restricted.
   */
 class NCNestedTestModelAnyRegex2 extends NCNestedModelAnyAdapter {
-    override def getAbstractTokens: util.Set[String] = Set("a", "b", 
"any").asJava
+    //override def getAbstractTokens: util.Set[String] = Set("a", "b", 
"any").asJava
 
     // Variants:
-    // a t1 t2 t3 b - 1
-    // a t1 t2 b - 1
-    // a t1 b - 1
-    // a t1 t2 t3 t4 b - 1
-    // a b - 1
+    // a t1 t2 t3 b -
+    // a t1 t2 b -
+    // a t1 b -
+    // a t1 t2 t3 t4 b -
+    // a b -
     override def getElements: util.Set[NCElement] =
         Set(
             NCTestElement("a"),

Reply via email to