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
Supporting synonyms would also allow to match mapping values in a case insensitive way (see #259)
We need synonyms for this because
Matched mappings should return their reference value (so we cannot just accept the input in a case insensitive way as another mapping value, otherwise we are not returning the same mapping value)
Case insensitive regex derived from the base value could be transparently added as a synonym
The text was updated successfully, but these errors were encountered:
The training sentences are case insensitive, but not mapping entities (refs #261). To do this we need support for synonyms in the RegExIntentRecognitionProvider
Supporting synonyms would also allow to match mapping values in a case insensitive way (see #259)
We need synonyms for this because
The text was updated successfully, but these errors were encountered: