How can i extract 2 differ entity from a sentence like " I love american coffe" [american] a entity, [american coffe] the other entity

how can i extract 2 differ entity from a sentence like " I love american coffe" [american] a entity, [american coffe] the other entity。

i use tensorflow_embedding

1 Like

when a use RASA NLU Trainer generate train data.
maked 2 entity but only can extract one entity

you can do this in a custom action with tracker.get_latest_entity_values('name')