This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit ff02f32c7007d663b6639b6668c6aef825927c12 Author: Sergey Kamov <[email protected]> AuthorDate: Tue Oct 18 11:45:58 2022 +0400 Minor fixes. --- .../org/apache/nlpcraft/examples/lightswitch/LightSwitchFrModel.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchFrModel.scala b/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchFrModel.scala index a80a2ec3..459f8e65 100644 --- a/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchFrModel.scala +++ b/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/LightSwitchFrModel.scala @@ -23,11 +23,8 @@ import org.apache.nlpcraft.annotations.* import org.apache.nlpcraft.examples.lightswitch.nlp.entity.parser.NCFrSemanticEntityParser import org.apache.nlpcraft.examples.lightswitch.nlp.token.enricher.* import org.apache.nlpcraft.examples.lightswitch.nlp.token.parser.NCFrTokenParser -import org.apache.nlpcraft.nlp.parsers.NCOpenNLPTokenParser import scala.jdk.CollectionConverters.* -import java.util - /** * This example provides very simple implementation for NLI-powered light switch. * You can say something like this:
