You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2022/08/16 17:10:57 UTC

[incubator-nlpcraft] branch NLPCRAFT-510-2 updated: Update LightSwitchScalaModel.scala

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

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


The following commit(s) were added to refs/heads/NLPCRAFT-510-2 by this push:
     new dc0251fd Update LightSwitchScalaModel.scala
dc0251fd is described below

commit dc0251fd39b1e78e530961e3920d056bf59181d4
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Tue Aug 16 10:10:51 2022 -0700

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

diff --git a/nlpcraft-examples/lightswitch/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchScalaModel.scala b/nlpcraft-examples/lightswitch/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchScalaModel.scala
index 72e9d2cd..32ea84e7 100644
--- a/nlpcraft-examples/lightswitch/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchScalaModel.scala
+++ b/nlpcraft-examples/lightswitch/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchScalaModel.scala
@@ -38,7 +38,6 @@ import org.apache.nlpcraft.nlp.token.parser.NCOpenNLPTokenParser
   * <p>
   * See 'README.md' file in the same folder for running and testing instructions.
   */
-
 class LightSwitchScalaModel extends NCModelAdapter(
     NCModelConfig("nlpcraft.lightswitch.java.ex", "LightSwitch Example Model", "1.0"),
     new NCPipelineBuilder().withSemantic("en", "lightswitch_model.yaml").build