Revision: 15899
          http://gate.svn.sourceforge.net/gate/?rev=15899&view=rev
Author:   adamfunk
Date:     2012-06-22 15:11:54 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
correction to C&P (warning)

Modified Paths:
--------------
    
gate/trunk/plugins/Tagger_Framework/src/gate/taggerframework/GenericTagger.java

Modified: 
gate/trunk/plugins/Tagger_Framework/src/gate/taggerframework/GenericTagger.java
===================================================================
--- 
gate/trunk/plugins/Tagger_Framework/src/gate/taggerframework/GenericTagger.java 
    2012-06-22 14:42:23 UTC (rev 15898)
+++ 
gate/trunk/plugins/Tagger_Framework/src/gate/taggerframework/GenericTagger.java 
    2012-06-22 15:11:54 UTC (rev 15899)
@@ -380,7 +380,7 @@
                   + " found in the document.");
         } 
         else {
-          Utils.logOnce(logger,Level.INFO,"POS tagger: no sentence or token 
annotations in input document - see debug log for details.");
+          Utils.logOnce(logger,Level.INFO,"GenericTagger: no sentence or token 
annotations in input document - see debug log for details.");
           logger.debug("No input annotations in document "+document.getName());
           return null;
         }

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to