blob: a46de0f5c9a2357df8646838b7144e2d8c54eed9 [file] [log] [blame]
PACKAGE org.apache.uima;
WORDTABLE table = 'table.csv';
DECLARE T1, T2, T3, T4, T5;
DECLARE Annotation Person (STRING firstname, STRING system);
MARKTABLE(Person, 1, table, true, 0, "-.,", 10, "firstname" = 2, "system" = 3);