This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-483
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-483 by this push:
new a758667 RU adapters added (example)
a758667 is described below
commit a75866724424009da667682d66450f164f957505
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Feb 25 23:28:22 2022 +0300
RU adapters added (example)
---
.../examples/lightswitch/nlp/token/parser/NCRuTokenParser.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft-examples/lightswitch-ru/src/main/java/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCRuTokenParser.scala
b/nlpcraft-examples/lightswitch-ru/src/main/java/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCRuTokenParser.scala
index d1ddf1b..d0136b9 100644
---
a/nlpcraft-examples/lightswitch-ru/src/main/java/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCRuTokenParser.scala
+++
b/nlpcraft-examples/lightswitch-ru/src/main/java/org/apache/nlpcraft/examples/lightswitch/nlp/token/parser/NCRuTokenParser.scala
@@ -70,7 +70,7 @@ class NCRuTokenParser extends NCTokenParser:
override val getIndex: Int = idx
override val getStartCharIndex: Int = span.start
override val getEndCharIndex: Int = span.end
- override val getLemma: String = lemma.toLowerCase // TODO:
discuss
+ override val getLemma: String = lemma.toLowerCase
override val getPos: String = pos
tok
}.asJava
\ No newline at end of file