What is the difference between named entity recognition and named entity resolution? Would appreciate a practical example.
What is the difference between named entity recognition and named entity resolution? Would appreciate
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Named entity recognition is picking up the names and classifying them in running text. E.g., given (1)
an NE recognizer will output
NE resolution or normalization means finding out which entity in the outside world a name refers to. E.g., in the above example, the output would be annotated with a unique identifier for the footballer John Terry, like his Wikipedia URL:
as opposed to, e.g.
or any of the other John Terry’s the Wikipedia knows.