This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-443
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-443 by this push:
new afce4de WIP.
afce4de is described below
commit afce4de87d26c41aac0a7536a9a02947df970929
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Sep 25 21:34:22 2021 +0300
WIP.
---
.../apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCModelEnricher.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCModelEnricher.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCModelEnricher.scala
index 0a7f900..7196985 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCModelEnricher.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCModelEnricher.scala
@@ -244,6 +244,7 @@ object NCModelEnricher extends NCProbeEnricher {
else
slides += mutable.ArrayBuffer.empty :+ stop
+ // Too many stopords inside skipped.
val bigSlides = slides.filter(_.size > 2)
var stops4Delete: Seq[Seq[NlpToken]] =