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?
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?