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 2b2b032 Update NCServerEnrichmentManager.scala
2b2b032 is described below
commit 2b2b03208f67d5a7388dc439f14bdd71cb2374e2
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Aug 9 00:09:40 2021 -0700
Update NCServerEnrichmentManager.scala
---
.../nlpcraft/server/nlp/enrichers/NCServerEnrichmentManager.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/nlp/enrichers/NCServerEnrichmentManager.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/nlp/enrichers/NCServerEnrichmentManager.scala
index 4f91bc2..636b263 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/nlp/enrichers/NCServerEnrichmentManager.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/nlp/enrichers/NCServerEnrichmentManager.scala
@@ -123,7 +123,7 @@ object NCServerEnrichmentManager extends NCService with
NCIgniteInstance {
ner(s, enabledBuiltInToks)
- prepareAsciiTable(s).info(logger, Some(s"Sentence enriched:
'$normTxt'"))
+ prepareAsciiTable(s).info(logger, Some(s"Server-side enrichment
(built-in tokens only) for: '$normTxt'"))
cache += normTxt -> Holder(s, enabledBuiltInToks)