xungue
(Xungue)
1
Hi, I’m quite new here.
I have a simple bot Id like to get the customer name. I’ve created the intent called name_entry where I want to detect the name.
When I debug, I see that rasa is detecting correctly the intent however not the entity.
Any ideas? Thanks in advance!
alexyuwen
(Alex Yuwen)
2
It seems like you need more training examples. Try to aim for at least 15-20 per entity
ChrisRahme
(Chris Rahmé)
3
You need way more training examples. Maybe also use a Lookup table.
snek
(Shorouq)
4
I recommend looking at different entity extractors.
SpacyEntityExtractor
is able to extract proper noun of persons, organizations, etc.
Find more about it here:
1 Like