xatkit-runtime icon indicating copy to clipboard operation
xatkit-runtime copied to clipboard

RegEx intent provider should support mapping synonyms

Open gdaniel opened this issue 5 years ago • 0 comments

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

gdaniel avatar Nov 29 '19 15:11 gdaniel