Revision: 14718
          http://gate.svn.sourceforge.net/gate/?rev=14718&view=rev
Author:   markagreenwood
Date:     2011-12-09 17:22:45 +0000 (Fri, 09 Dec 2011)
Log Message:
-----------
removed the debug code

Modified Paths:
--------------
    
gate/trunk/plugins/Language_Identification/src/org/knallgrau/utils/textcat/LanguageIdentifier.java

Modified: 
gate/trunk/plugins/Language_Identification/src/org/knallgrau/utils/textcat/LanguageIdentifier.java
===================================================================
--- 
gate/trunk/plugins/Language_Identification/src/org/knallgrau/utils/textcat/LanguageIdentifier.java
  2011-12-09 17:08:25 UTC (rev 14717)
+++ 
gate/trunk/plugins/Language_Identification/src/org/knallgrau/utils/textcat/LanguageIdentifier.java
  2011-12-09 17:22:45 UTC (rev 14718)
@@ -86,7 +86,6 @@
       for(Annotation annotation : annotations) {
         String text = Utils.stringFor(document, annotation);
         String category = guesser.categorize(text);
-        
System.out.println("\n"+text+"\n"+category+"\n"+guesser.getCategoryDistances(text));
         annotation.getFeatures().put(languageFeatureName, category);
       }
     }

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


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to