cnorthwood / ternip

Temporal Expression Recognition and Normalisation in Python
Other
78 stars 17 forks source link

Add option to normalise only #13

Closed leondz closed 13 years ago

leondz commented 13 years ago

In order to separate the evaluation of recognition and normalisation performance, and allow the use of non-integrated timex recognisers, it would be useful to have a "normalise only" module, that uses existing TIMEX3/TIMEX2 annotation boundaries and only provides attributes for those elements.

cnorthwood commented 13 years ago

If you pass -r none on the command line to annotate_timex, you can get this functionality already (and when using it as a Python library, just don't make the call to the recogniser)

leondz commented 13 years ago

Ah yes - I see it now! Thanks