Tag: named entity recognition
Building Named Entity Recognizer (NER) using Conditional Random Fields (CRF)
Named entity recognizer is a program that recognizes named entity in text. The named entities could be anything from locations, company or person’s names, drug or disease names, etc.