"\" with offsets " + start + " " + end +
" and value " + timex);
System.err.println("The above CoreMap has the following fields:");
// for(Class key: timeExpression.keySet()) System.err.println("\t" + key + ": " + timeExpression.get(key));
}
String label = timex.timexType();
for(int i = start; i < end; i ++){
CoreLabel token = tokenSequence.get(i - offset);
if(token.get(CoreAnnotations.AnswerAnnotation.class).equals(flags.backgroundSymbol)){
token.set(CoreAnnotations.AnswerAnnotation.class, label);
token.set(TimeAnnotations.TimexAnnotation.class, timex);