Complete guide to build your own Named Entity Recognizer with Python

Updates 29-Apr-2018 – Added Gist for the entire code NER, short for Named Entity Recognition is probably the first step towards information extraction from unstructured text. It basically means extracting what is a real world entity from the text (Person, Organization, Event etc …).