duckling/tests
Andrew Eun Kyu Kang 0b551597ce EN/Time: Add "<integer> <day-of-time> from <time>" rule
Summary:
"What is the date three Fridays from now?" resolves incorrectly:

- On Friday, it detects "three fridays", "fridays from now"
- On other days, it detects "three fridays", "from now"

Thus, added a new rule, "<integer> <day-of-week> from <time>" to give the expected result of three Fridays after the current day and added test examples. If there are too many test examples, please let me know!

Reviewed By: chinmay87

Differential Revision: D15110770

fbshipit-source-id: a77b86de8b6d8f7c947df9e14edb17f61bcc8419
2019-04-29 18:16:58 -07:00
..
Duckling EN/Time: Add "<integer> <day-of-time> from <time>" rule 2019-04-29 18:16:58 -07:00
TestMain.hs add module header to TestMain.hs 2019-04-23 08:47:43 -07:00