Revision: 18609
          http://sourceforge.net/p/gate/code/18609
Author:   adamfunk
Date:     2015-03-25 15:50:04 +0000 (Wed, 25 Mar 2015)
Log Message:
-----------
never noticed the 0 before

Modified Paths:
--------------
    
gate/trunk/plugins/TermRaider/src/gate/termraider/output/PairCsvGenerator.java

Modified: 
gate/trunk/plugins/TermRaider/src/gate/termraider/output/PairCsvGenerator.java
===================================================================
--- 
gate/trunk/plugins/TermRaider/src/gate/termraider/output/PairCsvGenerator.java  
    2015-03-25 02:20:05 UTC (rev 18608)
+++ 
gate/trunk/plugins/TermRaider/src/gate/termraider/output/PairCsvGenerator.java  
    2015-03-25 15:50:04 UTC (rev 18609)
@@ -61,7 +61,7 @@
       if (score < threshold.doubleValue()) {
         break;
       }
-      
+      written++;
       writeContent(writer, pair.getTerm0(), pair.getTerm1(), score, 
pairbank.getDocumentCount(pair),
               pairbank.getPairCount(pair));
     }

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to