Do you think to add built-in special patterns for the most used types.
For example, a wildcard which matches some text and the matched result is in DateTime format. If we have the following SIML:
SIML Code
<Model>
<Pattern>@siml.DateTime</Pattern>
...
would match these:- Tomorrow at 4 pm (e.g. returns DateTime in ISO-8601 format - 2016-08-09T22:45:29+00:00)
- January 1 at 3 pm
Such a functionality is named in other AI platforms as "pre-built entities". More on that matter you could check here:
- API.AI - https://docs.api.ai/docs/concept-entiti ... m-entities - theirs start with a '@sys.' prefix
- Microsoft LUIS - starts with '@built.'
- Wit.AI - starts with 'wit/'
Best,
Tosho