Revision: 13676
          http://gate.svn.sourceforge.net/gate/?rev=13676&view=rev
Author:   markagreenwood
Date:     2011-04-15 08:48:57 +0000 (Fri, 15 Apr 2011)

Log Message:
-----------
fixed some feedback comments to refer to the correct PR

Modified Paths:
--------------
    
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java

Modified: 
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java
===================================================================
--- 
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java
  2011-04-15 01:25:07 UTC (rev 13675)
+++ 
gate/trunk/plugins/Tagger_DateNormalizer/src/gate/creole/dates/DateNormalizer.java
  2011-04-15 08:48:57 UTC (rev 13676)
@@ -230,7 +230,7 @@
 
     // fire some progress notifications
     long startTime = System.currentTimeMillis();
-    fireStatusChanged("Performing content detection in " + document.getName());
+    fireStatusChanged("Performing date normalization in " + 
document.getName());
     fireProgressChanged(0);
 
     // if there is no document to process then stop right now
@@ -368,7 +368,7 @@
         Utils.logOnce(
                 logger,
                 Level.INFO,
-                "Content Detection: either a document does not have any text 
or you need to run the tokenizer first - see debug log for details.");
+                "Date Normalization: either a document does not have any text 
or you need to run the tokenizer first - see debug log for details.");
         logger.debug("No input annotations in document " + document.getName());
         return;
       }


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

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to