Annotate data
In named Entity Recognition (NER), data annotation consists in locating, extracting and tagging proper names entities in text. Entity annotation teaches NLP models how to identify named entities within a text.
CRUD operations
CRUD stands for Create, Read, Update and Delete, which are the four basic operations of persistent storage.