This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new 8e4b93b WIP.
8e4b93b is described below
commit 8e4b93b2b9d0d5d8e58386c1b8c9e842dca7a5bf
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Tue Mar 10 15:40:18 2020 -0700
WIP.
---
.../scala/org/nlpcraft/probe/mgrs/nlp/NCProbeEnrichmentManager.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/scala/org/nlpcraft/probe/mgrs/nlp/NCProbeEnrichmentManager.scala
b/src/main/scala/org/nlpcraft/probe/mgrs/nlp/NCProbeEnrichmentManager.scala
index a8de17b..a0280f7 100644
--- a/src/main/scala/org/nlpcraft/probe/mgrs/nlp/NCProbeEnrichmentManager.scala
+++ b/src/main/scala/org/nlpcraft/probe/mgrs/nlp/NCProbeEnrichmentManager.scala
@@ -202,7 +202,7 @@ object NCProbeEnrichmentManager extends NCService with
NCOpenCensusModelStats {
require(nlpSens.nonEmpty)
logger.info(
- s"Sentences received [" +
+ s"New sentences received [" +
s"txt='${nlpSens.head.text}', " +
s"count=${nlpSens.size}, " +
s"usrId=$usrId, " +