Difference between revisions of "Named entity recognizers"

From ACL Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
* [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=NE English named entity recognizer] - identifies/classifies entities as Person, Location, Organization and Misc (this last category relates to languages and nationalities); fast and robust; try the [http://l2r.cs.uiuc.edu/~cogcomp/ne_demo.php demo]
 
* [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=NE English named entity recognizer] - identifies/classifies entities as Person, Location, Organization and Misc (this last category relates to languages and nationalities); fast and robust; try the [http://l2r.cs.uiuc.edu/~cogcomp/ne_demo.php demo]
 
*[http://balie.sourceforge.net/ Balie] Baseline implementation of named entity recognition.
 
*[http://balie.sourceforge.net/ Balie] Baseline implementation of named entity recognition.
 +
 +
*[http://nlp.stanford.edu/software/CRF-NER.shtml Stanford NER] Conditional Random Fields based NER. Also incorporates distributional similarity based features extracted from the English Gigaword corpus.
  
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 03:45, 26 January 2008

Software - Named entity recognizers

  • Greek named entity recognizer (version 2) - currently identifies temporal expressions, person names, and organization names; see here for publications describing the recognizer
  • English named entity recognizer - identifies/classifies entities as Person, Location, Organization and Misc (this last category relates to languages and nationalities); fast and robust; try the demo
  • Balie Baseline implementation of named entity recognition.
  • Stanford NER Conditional Random Fields based NER. Also incorporates distributional similarity based features extracted from the English Gigaword corpus.