(18th-January-2021)
• NLP stands for Natural Language Processing and is related to computer processing of human languages like English
• NLP is an active topic under Artificial Intelligence (AI) domain
• Some of the important NLP subtasks include Stop Words Removal, Name Entity Recognition, tokenization etc.
• Stanford NLP three class Named Entity Recognition includes recognizing names of Persons, Places and Organizations (discussed in this presentation)
• Stanford NLP also provides four class as well as seven class Name Entity Recognition (not discussed)
• Name Entity Recognition
• For more details regarding Stanford NER you can visit
• On this link you can find information like introduction, getting started as well as how to ask questions related to Stanford NER
• You can also find link to download Stanford NER library along with sample program in Java
• Here we will provide more details how to use this sample program and perform simple named entities recognition
• At the time of this presentation the latest NER version is 3.8.0
Comments