blob: 78ec7af5223e90e1740b7723dc6395a2007af21b [file] [log] [blame]
PACKAGE org.apache.uima.ruta;
IMPORT PACKAGE org.apache.uima.ruta AS pkg;
W{REGEXP("First") -> MARK(pkg.Type1)};
W{REGEXP("Second") -> MARK(pkg.Type2)};