-1

Wondering if there is a way to extend the DateTime built-in feature of LUIS. While it handles "before" well, it doesn't seem to handle off versions like "preceding" or "in advance of" but I can't seem to get into the built-in DateTime to train/extend.

Ezequiel Jadib
  • 14,767
  • 2
  • 38
  • 43

1 Answers1

0

The LUIS recognizer for DateTime is open sourced at https://github.com/Microsoft/Recognizers-Text. You can create an issue there for asking for this enhancement.

Ezequiel Jadib
  • 14,767
  • 2
  • 38
  • 43