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 am not experiences with Stanford temporal package, but it is probably not tuned for that temporal format.
Something that I suggest you take a look is this: http://cogcomp.cs.illinois.edu/page/software_view/IllinoisTemporalExtractor
Which essentially works based on HeidelTime: https://code.google.com/p/heideltime/