Named Entity Recognition / NER
NLP task that detects and classifies special names such as the person inside the text.
NER is a foundation building stone of larger systems, so as to be a end-user application per itself. It is used as a critical pre-processing step in many practical applications such as making automatic event and person interest from news texts, automatically extracting party or pharmaceutical names from legal and medical documents, enabling search engines to index documents smarter, automatic detection of product or brand names from customer requests and creating information chart (knowledge graph). With the rise of large language models, NER can now be built for general purpose models with a convenient prompt without having to train a separate model.
