Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EN DateTimeV2] "every week starting next week" returns empty/null timex #2724

Closed
jgreer013 opened this issue Oct 6, 2021 · 1 comment
Closed
Labels
bug Priority:P3 Priority 3 issue

Comments

@jgreer013
Copy link

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:

  1. Using Latest .NET nuget package v1.8.0, query DateTime model with "Schedule a meeting every week starting next week"
  2. Model returns back one entity of type Set and timex empty/null with utterance "every week starting next"

Expected behavior
Expected either:

  1. Two entities - "every week" and "starting next week", separate
  2. 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
@nawanas nawanas added bug Priority:P3 Priority 3 issue labels Nov 9, 2021
@aitelint
Copy link
Contributor

aitelint commented Dec 9, 2021

working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Priority:P3 Priority 3 issue
Projects
None yet
Development

No branches or pull requests

4 participants