Search code examples
datetimeazure-cognitive-servicesazure-language-understanding

LUIS datetime entity not working on Spanish culture


I have a LUIS application using an es-es culture with some intents and I am using the prebuilt datetime entity but when adding new utterances it cannot map it to Spanish words like:

hoy (today), ayer (yesterday) or este mes (this month).

Is this something that is still in development for languages that are not en-us? Or it should be working?

Thanks!

Manuel


Solution

  • Using the builtin.datetimeV2.daterange prebuilt entity, the hoy (today), ayer (yesterday) or este mes (this month) are transformed to valid dates.