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

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


The following commit(s) were added to refs/heads/NLPCRAFT-70_NEW by this push:
     new 7ffc6e9  WIP.
7ffc6e9 is described below

commit 7ffc6e9afb18212ede87b4bd8631f26d95426c91
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Jul 8 11:43:19 2021 +0300

    WIP.
---
 .../org/apache/nlpcraft/model/ctxword/NCContextWordSpec3Samples.scala    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/ctxword/NCContextWordSpec3Samples.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/ctxword/NCContextWordSpec3Samples.scala
index a7b02d2..572e72d 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/ctxword/NCContextWordSpec3Samples.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/ctxword/NCContextWordSpec3Samples.scala
@@ -73,6 +73,7 @@ class NCContextWordSpecModel3 extends NCModel {
         Set(
             mkValuesElement("ls:type1", 0.7, "room", "closet", "attic", 
"loft"),
             mkValuesElement("ls:type2", 0.7, "kitchen", "library", "closet", 
"garage", "office", "playroom"),
+            // The difference from initial model definition.
             //mkValuesElement("ls:type3", 0.7, "bedroom", "bathroom", 
"washroom", "storage"),
             mkValuesElement("ls:type3", 0.7, "bedroom", "washroom"),
 

Reply via email to