Form a team of 3 participants and a Game Master
Clockwise from Game Master:
slack #role-playing-annotation-workshop
Your Game Master knows what's supposed to happen - ask them for help if you're lost
Who should do the annotation?
What should the NLP engineer do if you want the impossible?
"Just give the data to the algorithm and it will give us insights. "
How do you solve the problem if you could start over?
Next: talk about tools
{"label":"POSTCODE","pattern":[{"IS_DIGIT":true,"LENGTH":{"==":5}}]}Business names are very similar to Named Entity type ORG in a pre-trained Named Entity Recognition (NER) model in spacy. Let's use it! {"label":"BUSINESS_NAME","pattern":[{"ENT_TYPE":"ORG"}]} Sometimes geographical names are also part of the name {"label":"BUSINESS_NAME","pattern":[{"ENT_TYPE":"GPE"}]}
Business owner is a particular case of a person
{"label":"BUSINESS_OWNER_PERSON","pattern":[{"ENT_TYPE":"PERSON"}]}