InterviewSolution
Saved Bookmarks
| 1. |
Given a stream of text, Named Entity Recognition determines which pronoun maps to which noun.(a) False(b) TrueI had been asked this question in homework.Question is from Natural Language Processing topic in chapter Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT choice is (a) False To elaborate: Given a STREAM of text, Named ENTITY Recognition determines which items in the text MAPS to proper NAMES. |
|