tarsqi / ttk

Tarsqi Toolkit
Apache License 2.0
25 stars 10 forks source link

Timex linking errors #110

Closed marcverhagen closed 3 years ago

marcverhagen commented 3 years ago

This warning has been reported for ages in the log file and it occurs many times:

...main.run_timex_linking(81) | Error linking:
<Tag TIMEX3 1119:1125 { tid='t3' type='DATE' value='19891027' origin='GUTIME' }>
<Tag TIMEX3 6662:6668 { tid='t24' type='DATE' value='' origin='GUTIME' }>

Probably left it there because I did not just want to ignore that some TIMEX3 tags have no value property.

marcverhagen commented 3 years ago

All or most of these errors were due to GUTime adding TIMEX3 tags without a value. The Timex linking component now ignores those Timexes.

The underlying error in GUTime is not fixed, but this issue can be closed.