org.apache.uima.java edu.mayo.bmi.uima.core.cc.TokenOffsetsCasConsumer TokenOffsetsCasConsumer For each CAS a local file with the offsets of the BaseToken annotations is written to a directory specifed by a parameter. The format of the output files is 0|13 17|19 19|20 ... This CAS consumer does not make use of any annotation information in the cas except for the document id specified the CommonTypeSystem.xml descriptor and the BaseToken annotations. The document id will be the name of the file written for each CAS. This CAS consumer was written so that token offsets could be written to a file. The offsets were compared to similarly generated annotation offsets from Knowtator annotations. 1.0 Mayo Clinic OutputDirectory The directory name where the plain text files will be written to. String false true OutputDirectory CHANGE ME false false