Make entity extraction for entities separated by comma configurable #6852
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
With PR #6191, entities separated by comma now get extracted separately. This makes sense for something like:
please add buffalo, ranch, mustard, barbeque sauces results in {'entity': 'sauces', 'start': 11, 'end': 43, 'value': 'buffalo, ranch, mustard, barbeque', 'extractor': 'DIETClassifier'}
But maybe shouldn't work this way for address entities like
5306 Walnut Ave., Building A, Sacramento, CA 95841
. See also issue #6795.We should make this behaviour configurable in the entity extractors, and maybe even on an entity level, given you might have both types of entities in one bot.
The text was updated successfully, but these errors were encountered: