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

  1. On the left Menu click Entity.

  2. Click the blue button that says Create entity.

  3. Name it person_location.

  4. Click the more ( 3 buttons)

  5. Click Switch to raw mode

  6. Paste the data below within the CSV tab

person_location
"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