Entity recognition datetime type

ChugunovIvan 21 Reputation points
2021-02-18T13:08:44.807+00:00

Hello, can't find a way to get the actual date for DateTime entity type. For example, if I write something like "Hello, assign task for tomorrow", I will get the output like below, where "tomorrow" is recognized as date, but not transformed to date, so to be able to use it I will need to use some additional multi-language parser. Is there a way to get recognized dates in some common date-time format?

Named Entities:

Text:    tomorrow 
Category:    DateTime 
SubCategory:     Date 
Confidence Score:    0.8 
Length:      8 
Offset:      23 
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
408 questions
0 comments No comments
{count} votes

Accepted answer
  1. GiftA-MSFT 11,166 Reputation points
    2021-02-19T00:01:36.71+00:00

    Hi, entity resolution is not yet supported in Text Analytics. However, LUIS does provide some resolution for datetime types. Thanks.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.