Difference between revisions of "Named Entity Recognition"

From Cohen Courses
Jump to navigationJump to search
(Created page with '== Summary == Named Entity Recognition (or NER for short) is a [[category::problem]] in the field of information extraction that ... == Common Approaches == Some common approa…')
 
Line 1: Line 1:
 
== Summary ==
 
== Summary ==
  
Named Entity Recognition (or NER for short) is a [[category::problem]] in the field of information extraction that ...
+
Named Entity Recognition (or NER for short) is a [[category::problem]] in the field of information extraction that which looks at identifying atomic elements (entities) in text and classifying them into predefined classes such as person names, organizations, locations, etc.
  
 
== Common Approaches ==
 
== Common Approaches ==

Revision as of 17:24, 30 November 2010

Summary

Named Entity Recognition (or NER for short) is a problem in the field of information extraction that which looks at identifying atomic elements (entities) in text and classifying them into predefined classes such as person names, organizations, locations, etc.

Common Approaches

Some common approaches to ...

Example Systems

  • ...

References / Links

  • ...

Relevant Papers