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

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


The following commit(s) were added to refs/heads/NLPCRAFT-249 by this push:
     new 089c5bf  Update NCModelEnricher.scala
089c5bf is described below

commit 089c5bfc083f5e610c2b5967dc27a4f6906bd5ab
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Feb 22 13:34:55 2021 -0800

    Update NCModelEnricher.scala
---
 .../nlpcraft/probe/mgrs/nlp/enrichers/model/NCModelEnricher.scala     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 135ea49..bea4eaa 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
@@ -431,8 +431,8 @@ object NCModelEnricher extends NCProbeEnricher with 
DecorateAsScala {
                 "totalJiggledPerms" → permCnt
             )
 
-            // Scans by elements which found with same tokens length.
-            // Inside, for which token we drop all non-optimized combinations.
+            // Scans by elements that are found with same tokens length.
+            // Inside, for each token we drop all non-optimized combinations.
             // Example:
             // 1. element's synonym - 'a b', jiggle factor 4 (default), 
isPermuteSynonyms 'true' (default)
             // 2. Request 'a b a b',

Reply via email to