Revision: 17487
          http://sourceforge.net/p/gate/code/17487
Author:   adamfunk
Date:     2014-02-27 21:42:53 +0000 (Thu, 27 Feb 2014)
Log Message:
-----------
Added documentCount++ to support extra GUI table.

Too much debugging info finds bugs that didn't affect anything
important.

Modified Paths:
--------------
    
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/AnnotationTermbank.java
    
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/HyponymyTermbank.java

Modified: 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/AnnotationTermbank.java
===================================================================
--- 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/AnnotationTermbank.java
    2014-02-27 21:35:09 UTC (rev 17486)
+++ 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/AnnotationTermbank.java
    2014-02-27 21:42:53 UTC (rev 17487)
@@ -37,6 +37,7 @@
   
   
   protected void processDocument(Document document) {
+    documentCount++;
     String documentSource = Utilities.sourceOrName(document);
     AnnotationSet candidates = 
document.getAnnotations(inputASName).get(inputAnnotationTypes);
 

Modified: 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/HyponymyTermbank.java
===================================================================
--- 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/HyponymyTermbank.java
      2014-02-27 21:35:09 UTC (rev 17486)
+++ 
gate/branches/termraider-refactoring/plugins/TermRaider/src/gate/termraider/bank/HyponymyTermbank.java
      2014-02-27 21:42:53 UTC (rev 17487)
@@ -62,6 +62,7 @@
 
   
   protected void processDocument(Document document) {
+    documentCount++;
     String documentSource = Utilities.sourceOrName(document);
     AnnotationSet candidates = 
document.getAnnotations(inputASName).get(inputAnnotationTypes);
     

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to