This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-431
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-431 by this push:
new 0efbd43 WIP.
0efbd43 is described below
commit 0efbd432392634a53c33feaeeafbe36eab0d6b30
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Aug 27 14:31:26 2021 +0300
WIP.
---
.../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 51e624f..5d042e6 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
@@ -428,8 +428,8 @@ object NCModelEnricher extends NCProbeEnricher {
if (ok)
mark(ns, elemId, elemToks, direct = syn.isDirect &&
U.isIncreased(resIdxs), syn = Some(syn), parts = parts)
-// if (DEEP_DEBUG)
- logger.info(
+ if (DEEP_DEBUG)
+ logger.trace(
s"${if (ok) "Added" else "Skipped"} element [" +
s"id=$elemId, " +
s"type=$dbgType, " +