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
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
For the simple regex NowRegex, we miss some frequently used expressions:
To Reproduce
Steps to reproduce the behavior:
Recognizers-Text/Patterns/German/German-DateTime.yaml
Line 377 in 8d2eeda
Expected behavior
The list should include frequently used phrases for "now".
Sample input/output
Current status:
Platform (please complete the following information):
Additional context
A possible solution:
Thank you.
The text was updated successfully, but these errors were encountered: