You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When querying the datetime model with "Schedule a meeting every week starting next week", the entity returned is "every week starting next", and the timex is empty/null, leading to it being unresolvable.
To Reproduce
Steps to reproduce the behavior:
Using Latest .NET nuget package v1.8.0, query DateTime model with "Schedule a meeting every week starting next week"
Model returns back one entity of type Set and timex empty/null with utterance "every week starting next"
Expected behavior
Expected either:
Two entities - "every week" and "starting next week", separate
One entity - "every week starting next week", with the appropriate timex (this one seems harder)
Sample input/output
Input: "Schedule a meeting every week starting next week"
Output: one entity of type Set and timex empty/null with utterance "every week starting next"
Platform (please complete the following information):
Platform: .NET
Environment: nuget package
1.8.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When querying the datetime model with "Schedule a meeting every week starting next week", the entity returned is "every week starting next", and the timex is empty/null, leading to it being unresolvable.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected either:
Sample input/output
Input: "Schedule a meeting every week starting next week"
Output: one entity of type Set and timex empty/null with utterance "every week starting next"
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: