Named Entity Recognition (NER) is a key task in Natural Language Processing (NLP), which aims to identify and classify named entities in text into pre-defined categories such as person names, organizations, locations, medical codes, time expressions, quantities, monetary values, percentages, etc.
Here are some tutorials that guide you through the process of performing NER using TensorFlow NLP:
Tutorials
- Understanding NER in TensorFlow NLP
- Building a Basic NER Model with TensorFlow NLP
- Advanced Techniques in NER with TensorFlow NLP
Resources
Sample Image
Here's an example of a NER model in action: