i'm using SUutime / stanford nlp, and it's doing a great job, but i can't figure out how to read regular dates formats.
for instance:
'we went at 27/10/1988 to the event'
it returns null
for expression like: 'we went at october 27th 1988 to the event', it works just fine
any ideas?
cheers
I'll put this here incase someone finds it useful.
The problem is that some time formats are not supported.
Taking a look at the sutime/english.sutime.txt file, you'll see a line like those seen below. The TODO there shows other formats can still be added. I added 2 others to mine as seen below:
The newly added entries enable SUTime to correctly identify time formats of the form:
which is identical to the OPs required form.