Revision: 18105
          http://sourceforge.net/p/gate/code/18105
Author:   dgmaynard
Date:     2014-06-20 17:07:26 +0000 (Fri, 20 Jun 2014)
Log Message:
-----------
recognises timesx format of 2008-01-25T16:10:48 now

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

Modified: gate/trunk/plugins/ANNIE/resources/NE/final.jape
===================================================================
--- gate/trunk/plugins/ANNIE/resources/NE/final.jape    2014-06-20 16:50:30 UTC 
(rev 18104)
+++ gate/trunk/plugins/ANNIE/resources/NE/final.jape    2014-06-20 17:07:26 UTC 
(rev 18105)
@@ -167,13 +167,15 @@
 Rule: DateTimeFinal
 Priority: 20
 // Friday 10 January 2000 2pm
+// 2008-01-25T16:10:48
 
 (
  {TempDate}
  (
   ({Token.string == ","})?
   {TempDate})?
- ({Token.string == ":"})?
+ ({Token.string == ":"}|
+  {Token.string == "T"})?
  {TempTime}
  ({TempYear})?
  ({TempZone})?

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


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to