I have been frantically researching for a temporal tagging library that can be used on an Android application with no good results. I have looked at SUTime, HeidelTime, natty and some others. I am trying to parse (among others) expressions of the type "the first week of the previous month", "The last week of September". The only library that can parse this type of query is SUTime. Can you comment on why you implement…
- To my knowledge SUTime only supports English
- We wanted something that's easy to extend. SUTime is somewhat hard to extend, especially if you are not into Java
- We needed not just temporal expressions, but also monetary data, temperatures, quantities...
That being said, Duckling is still young and certainly not as proven as SUTime yet.