CRF entity extractor does not extract all entities

Hi all,

I have an intent

intent: drink_day

and i have a slot slots: day: type: list

I would like to fill the slot with seperated day but i have obtained that: Example1: j’ai bu lundi, mardi et jeudi day: [‘lundi, mardi’, ‘jeudi’] Example2: j’ai bu lundi mardi jeudi day: [“lundi mardi jeudi”] Example3: j’ai bu hier et avant-hier day: [abant-hier]

As remarqued the CRFEntityExtractor does nor return seperated entity. I’use rasa 1.10.2

Any help please?

Thanks

@Asmacats,

I think it is actually useful to get a list of the days.

You could use a custom action to then extract the individual days from that list.