Author: pkluegl
Date: Fri Jun 17 11:19:42 2016
New Revision: 1748834

URL: http://svn.apache.org/viewvc?rev=1748834&view=rev
Log:
UIMA-4982
- fixed maven example test script

Modified:
    
uima/ruta/trunk/example-projects/ruta-maven-example/src/main/ruta/uima/ruta/example/Year.ruta

Modified: 
uima/ruta/trunk/example-projects/ruta-maven-example/src/main/ruta/uima/ruta/example/Year.ruta
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-maven-example/src/main/ruta/uima/ruta/example/Year.ruta?rev=1748834&r1=1748833&r2=1748834&view=diff
==============================================================================
--- 
uima/ruta/trunk/example-projects/ruta-maven-example/src/main/ruta/uima/ruta/example/Year.ruta
 (original)
+++ 
uima/ruta/trunk/example-projects/ruta-maven-example/src/main/ruta/uima/ruta/example/Year.ruta
 Fri Jun 17 11:19:42 2016
@@ -24,6 +24,6 @@ TYPESYSTEM types.BibtexTypeSystem;
 NUM{REGEXP("19..|20..") -> MARK(Year,1,2)} PM?;
 
 // add parentheses if there are some (by removing the old Year annotation and 
creating a new one)
-SPECIAL{REGEXP("[(]")} Year{ -> SHIFT(Year,1,2,3,4)} SPECIAL{REGEXP("[)]")} 
PM?;
+SPECIAL{REGEXP("[(]")} Year{ -> SHIFT(Year,1,4)} SPECIAL{REGEXP("[)]")} PM?;
 
 


Reply via email to