Do I need to add an id to my patterns if my EntityRuler only has one label? #9424
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Vfgandara,
IDs are great if you want to link entities or disambiguate them further. Just like in the San Francisco example, most people will call it "san fran," "san francisco," or "sf", but they're all just the same entity--San Francisco. If you think that this information (i.e., how entities are linked / disambiguated) won't be needed for any downstream tasks, then it's fine to leave the |
Beta Was this translation helpful? Give feedback.
Hi @Vfgandara,
IDs are great if you want to link entities or disambiguate them further. Just like in the San Francisco example, most people will call it "san fran," "san francisco," or "sf", but they're all just the same entity--San Francisco.
If you think that this information (i.e., how entities are linked / disambiguated) won't be needed for any downstream tasks, then it's fine to leave the
id
parameter empty.