facebook / duckling

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
Other
4.05k stars 723 forks source link

How can I send a reference point date in the API call? #628

Closed OrtalAshkenaziGong closed 3 years ago

OrtalAshkenaziGong commented 3 years ago

Hi, How can I send a reference point date in the API call? For example, I would like to calculate next week from 1.1.2019 and not from today. Is there a parameter I can add to the API call ? curl -XPOST http://0.0.0.0:8000/parse --data 'locale=en_US&text=....

chessai commented 3 years ago

This requires overriding assumptions, which is planned but not currently supported/in progress. Closing in favour of #29