We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Initial issue reported: https://github.com/snipsco/next-release/issues/808
The am/pm specifier from right side of time-of-day interval doesn't apply to elliptic left side
platform v1.2
en - other languages may be impacted too
en
between 2 and 3pm
+----+-----------+------------+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ix | log(p) | p | text | Output(OutputValue) | +====+===========+============+==========================+======================================================================================================================================================================================================+ | 0 | -1.146101 | 0.31787375 | between two and three pm | DatetimeInterval(DatetimeIntervalOutput { interval_kind: Between { start: 2019-10-11T02:00:00+02:00, end: 2019-10-11T15:00:00+02:00, precision: Exact, latent: false }, datetime_kind: TimePeriod }) | +----+-----------+------------+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+----+-----------+------------+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ix | log(p) | p | text | Output(OutputValue) | +====+===========+============+==========================+======================================================================================================================================================================================================+ | 0 | -1.146101 | 0.31787375 | between two and three pm | DatetimeInterval(DatetimeIntervalOutput { interval_kind: Between { start: 2019-10-11T14:00:00+02:00, end: 2019-10-11T15:00:00+02:00, precision: Exact, latent: false }, datetime_kind: TimePeriod }) | +----+-----------+------------+--------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
The text was updated successfully, but these errors were encountered:
rosastern
No branches or pull requests
Initial issue reported: https://github.com/snipsco/next-release/issues/808
Parsing Error
The am/pm specifier from right side of time-of-day interval doesn't apply to elliptic left side
Version
platform v1.2
Language
en
- other languages may be impacted tooParser input
between 2 and 3pm
Parser output
Parser expected output (Optional)
The text was updated successfully, but these errors were encountered: