blob: 8c534d3f32fd767ddd09ad5b6d34722be8f93874 [file] [log] [blame]
PACKAGE org.apache.uima.ruta;
IMPORT org.apache.uima.ruta.Type1 FROM org.apache.uima.ruta.ImportStatementsTestTypeSystem AS A1;
IMPORT org.apache.uima.ruta.Type2 AS A2;
W{REGEXP("First") -> MARK(A1)};
W{REGEXP("Second") -> MARK(A2)};