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 <[email protected]>
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 = {