Transformer_Temporal_Tagger icon indicating copy to clipboard operation
Transformer_Temporal_Tagger copied to clipboard

Cannot directly write out annotation_group due to potentially different casing

Open linguist89 opened this issue 2 years ago • 1 comments

Hey there,

I'm getting the following error and I'm not sure what is causing it.

/opt/conda/lib/python3.9/site-packages/temporal_taggers/evaluation/tagger_evaluation.py(152)place_timex_tag() 150 import pdb 151 pdb.set_trace() --> 152 print(f"Remaining raw text: {raw_text}") 153 raise ValueError(f"Could not find current annotation group "{annotation_group}" in text.") 154 # Cannot directly write out annotation_group due to potentially different casing

Any ideas on how I can troubleshoot?

linguist89 avatar Jun 24 '22 11:06 linguist89

Hi, can you give a bit more information on how you are ending up with this error? Are you running a particular script or function? Any information on the file that you want to tag?

dennlinger avatar Jul 28 '22 08:07 dennlinger