person_location entity
Let's create the person's name entity. We will fill the slots with the correct keyword extraction.
Explanation
Imagine we have the question:
What is the WTM Lead location
?
We would like to fill the slot location
an answer.
The WTM lead Eliza Camber is based in the Netherlands
.
We are now going to create the entity containing the person_location
keyword extractions.
Steps
On the left Menu click
Entity
.Click the blue button that says
Create entity
.Name it
person_location
.Click the more ( 3 buttons)
Click
Switch to raw mode
Paste the data below within the CSV tab
"London","London"
"Amsterdam","Amsterdam"
"Spain","Spain"
"Japan","Japan"
"Brazil","Brazil"
"Greece","Greece"
"Madrid","Madrid"
"Berlin","Berlin"
"Belo Horizonte","Belo Horizonte"
"Netherlands","Netherlands"
"Europe","Europe"
"Denmark","Denmark"
7.Click save.
8.🌟You've created your person_location
entity

Last updated