amineabdaoui / python-heideltime

A python wrapper for the multilingual temporal tagger HeidelTime.
GNU General Public License v3.0
26 stars 5 forks source link

didn't output any time expression #3

Closed Sannndy0000 closed 2 years ago

Sannndy0000 commented 3 years ago

Hi,

I just cloned and ran as instructed, but the output to your demo is:

'<?xml version="1.0"?>
<!DOCTYPE TimeML SYSTEM "TimeML.dtd">
<TimeML>
Neil Armstrong was born in 1930
</TimeML>
'

Seems it's not finding any time mention. Any idea?

Thank you!

amineabdaoui commented 2 years ago

Hi,

Sorry for my late reply. I didn't receive email notifications about this repo.

Have you been able to load the wrapper properly with a given language?

One possible cause may be related to TreeTagger. Can you test it using the following commands:

cd TreeTagger/
echo 'Hello world!' | cmd/tree-tagger-english