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

[DE DateTimeV2] missing frequently used expressions for "now" #3146

Open
mujdricza opened this issue May 23, 2024 · 0 comments
Open

[DE DateTimeV2] missing frequently used expressions for "now" #3146

mujdricza opened this issue May 23, 2024 · 0 comments

Comments

@mujdricza
Copy link

mujdricza commented May 23, 2024

Describe the bug
For the simple regex NowRegex, we miss some frequently used expressions:

  • grade
  • im Augenblick
  • zur Zeit
  • zurzeit

To Reproduce
Steps to reproduce the behavior:

  1. Go to
  2. and see that the mentioned phrases are not present

Expected behavior
The list should include frequently used phrases for "now".

Sample input/output
Current status:

NowRegex: !simpleRegex
  def: \b(?<now>(genau\s+)?jetzt|momentan|im moment|derzeit|in diesem moment|aktuelle?|gerade|so früh wie möglich|frühestmöglich|neulich|vorher)\b

Platform (please complete the following information):

  • Platform: NET, Python
  • Environment: LUIS
  • Version of package: v1.8.8

Additional context
A possible solution:

NowRegex: !simpleRegex
  def: \b(?<now>(genau\s+)?jetzt|momentan|im moment|derzeit|in diesem moment|aktuelle?|ge?rade|so früh wie möglich|frühestmöglich|neulich|vorher|zur ?zeit|im augenblick)\b

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant