Spacy Part 2
Learn more details about Spacy in this lesson.
We'll cover the following...
Named Entity Recognition
If we check Wikipedia we get to know the following definition of Named Entity Recognition (NER).
Named Entity Recognition (NER), also known as entity identification, entity chunking, and entity extraction is a subtask of information extraction that seeks to locate and classify a named entity mentioned in unstructured text into pre-defined categories. These categories could include things like person names, organizations, locations, medical codes, time expressions, quantities, monetary values, percentages, etc.
...