Revision: 17810
          http://sourceforge.net/p/gate/code/17810
Author:   markagreenwood
Date:     2014-04-11 12:27:15 +0000 (Fri, 11 Apr 2014)
Log Message:
-----------
fixed a bug that caused a token to be deleted rather than just a temp annotation

Modified Paths:
--------------
    gate/trunk/plugins/ANNIE/resources/NE/reldate.jape

Modified: gate/trunk/plugins/ANNIE/resources/NE/reldate.jape
===================================================================
--- gate/trunk/plugins/ANNIE/resources/NE/reldate.jape  2014-04-11 11:51:38 UTC 
(rev 17809)
+++ gate/trunk/plugins/ANNIE/resources/NE/reldate.jape  2014-04-11 12:27:15 UTC 
(rev 17810)
@@ -120,7 +120,7 @@
 features.put("rule2", "EarlyDate");
 outputAS.add(date.firstNode(), date.lastNode(), "TempDate",
 features);
-outputAS.removeAll(date);
+outputAS.removeAll(date.get("TempDate"));
 }
  
 Rule:FiscalDate

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


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to