HeidelTime / heideltime

A multilingual, cross-domain temporal tagger developed at the Database Systems Research Group at Heidelberg University.
GNU General Public License v3.0
343 stars 67 forks source link

considerTime = true , does not work in Spanish language #80

Open Cristhiant opened 5 years ago

Cristhiant commented 5 years ago

The Time type taggs does not work when running the tagger in Spanish. Is there any way to enable it?. It just works in English. Here my Spanish example:

text: 'Hecho relevante entre enero 15 de 2019 a las 4:00 pm y enero 30 de 2019 a las 10:05am'

output:

<?xml version="1.0"?>
<!DOCTYPE TimeML SYSTEM "TimeML.dtd">
<TimeML>
Hecho relevante entre <TIMEX3 tid="t7" type="DATE" value="2019-01-15">enero 15 de 2019</TIMEX3> a las 4:00 pm y <TIMEX3 tid="t8" type="DATE" value="2019-01-30">enero 30 de 2019</TIMEX3> a las 10:05am

</TimeML>