Annotating Only a Select Group of Entities

Hey there,

I wanted to know if there was any way that I could only annotate a small group of entities. I don’t want to annotate all of them nor do I want to annotate only one entity. I tried placing 5 entities inside brackets after the --label call, like this: --label (PRODUCT PERSON NORP FACILITY ORGANIZATION), but that didn’t work. Is my only option to annotate each single entity one by one?

Thanks,
Sidd

Yes, I think this really just comes down to formatting! The command-line option --label can take a string of one or more comma-separated labels. So you can do something like this:

--label PRODUCT,PERSON,NORP

Hi Ines,

Awesome, thank you so much for the quick response!

Sincerely,
Sidd

1 Like