Revision: 19147
http://sourceforge.net/p/gate/code/19147
Author: markagreenwood
Date: 2016-03-14 06:30:58 +0000 (Mon, 14 Mar 2016)
Log Message:
-----------
turned some of the logging down to info as suggested by Danica
Modified Paths:
--------------
gate/trunk/plugins/Gazetteer_Ontology_Based/src/gate/clone/ql/OntoRootGaz.java
Modified:
gate/trunk/plugins/Gazetteer_Ontology_Based/src/gate/clone/ql/OntoRootGaz.java
===================================================================
---
gate/trunk/plugins/Gazetteer_Ontology_Based/src/gate/clone/ql/OntoRootGaz.java
2016-03-09 13:06:56 UTC (rev 19146)
+++
gate/trunk/plugins/Gazetteer_Ontology_Based/src/gate/clone/ql/OntoRootGaz.java
2016-03-14 06:30:58 UTC (rev 19147)
@@ -578,7 +578,7 @@
aNewLookup.features.put(CATConstants.FEATURE_HEURISTIC_LEVEL,
hLevel);
aNewLookup.features.put(CATConstants.FEATURE_HEURISTIC_VALUE, root);
addLookup(root.trim(), aNewLookup);
- logger.info("NEW ENTRY: " + root + "\n");
+ logger.debug("NEW ENTRY: " + root + "\n");
int firstIndex = root.trim().indexOf(" ");
String newRoot = root.trim();
while(firstIndex >= 0) {
@@ -595,7 +595,7 @@
anotherLookup.features.put(CATConstants.FEATURE_HEURISTIC_VALUE,
newRoot.trim());
addLookup(newRoot.trim(), anotherLookup);
- logger.info("NEW ENTRY: " + newRoot + "\n");
+ logger.debug("NEW ENTRY: " + newRoot + "\n");
firstIndex = newRoot.trim().indexOf(" ");
}
} else {// if it doesn't have spaces or
@@ -603,8 +603,8 @@
aLookup.features.put(CATConstants.FEATURE_HEURISTIC_LEVEL, 0L);
if(root != null && aLookup != null) {
addLookup(root.trim(), aLookup);
- logger.info("NEW ENTRY: " + root + "\n");
- } else logger.info("NEW ENTRY: " + root + "\n");
+ logger.debug("NEW ENTRY: " + root + "\n");
+ } else logger.debug("NEW ENTRY: " + root + "\n");
}
} else {
logger.info("root is null for lookup:" + aLookup);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs