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 8091562594ad1184abd78f53b3aa2f87bc70dfe3 Author: Sergey Kamov <[email protected]> AuthorDate: Tue Oct 18 12:59:23 2022 +0400 Minor fixes. --- .../nlpcraft/examples/lightswitch/nlp/token/parser/NCFrTokenParser.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCFrTokenParser.scala b/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCFrTokenParser.scala index e59c6b75..9cdf2835 100644 --- a/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCFrTokenParser.scala +++ b/nlpcraft-examples/lightswitch-fr/src/main/scala/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCFrTokenParser.scala @@ -18,7 +18,6 @@ package org.apache.nlpcraft.examples.lightswitch.nlp.token.parser import org.apache.nlpcraft.* -import org.languagetool.tokenizers.WordTokenizer import org.languagetool.tokenizers.fr.FrenchWordTokenizer import scala.jdk.CollectionConverters.*
