Thanks @nik202
But the example does not make much sense.
It says:
We can train this pipeline and talk to it to see what the effect is. Let's say Hi I am Vincent from Amsterdam to this assistant.
Next message:
Hi I am Vincent from Amsterdam.
and then
When you run this, you’ll notice in the output that both Vincent and Amsterdam have been detected as entities.
But the domain file does not even define those entities.
ok, I figured it out.
I needed to give 5-10 examples of the intent and it started recognising names I did not train on.
Still have to understand better what happened, but can close the issue
could you explain better how did you solve your issue? What kind of training data format you used into the nlu.yml file? Does RASA exploit the entity identified by Spacy without forcing it? In my case, it’s not working as you suggest…