You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/10/26 13:46:10 UTC

[incubator-nlpcraft] branch NLPCRAFT-160 updated: WIP.

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

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


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

commit 8262bf038f3a7214c7629edab085e477345250be
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Mon Oct 26 16:46:02 2020 +0300

    WIP.
---
 .../org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala
index effaf39..261b239 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchModel.scala
@@ -54,7 +54,6 @@ class LightSwitchModel extends NCModelFileAdapter("org/apache/nlpcraft/examples/
         "No lights in the bedroom, please."
     ))
     def onMatch(
-        ctx: NCContext,
         @NCIntentTerm("act") actTok: NCToken,
         @NCIntentTerm("loc") locToks: List[NCToken]
     ): NCResult = {