Difference between revisions of "Named entity recognizers"

From ACL Wiki
Jump to navigation Jump to search
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
'''[[Software]] - Named entity recognizers'''
+
'''[[Tools and Software for English]] - Named entity recognizers'''
<!-- Please keep this list in alphabetical order -->
 
  
* [http://www.aueb.gr/users/ion/software/GREEK_NERC_v2.tar.gz Greek named entity recognizer (version 2)] - currently identifies temporal expressions, person names, and organization names; see [http://www.aueb.gr/users/ion/publications.html here] for publications describing the recognizer
+
For languages other than English, see [[List of resources by language]].
 +
 
 +
<!-- PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER -->
 
*[http://balie.sourceforge.net/ Balie] Baseline implementation of named entity recognition.
 
*[http://balie.sourceforge.net/ Balie] Baseline implementation of named entity recognition.
*[http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=FLBJNE UIUC NER] Java-based UIUC NER tagger. Uses gazetteers extracted from Wikipedia, word-class model built from unlabeled text and extensively uses non-local features. Achieves 90.8F1 score on the CoNLL03 shared task and is robust on other datasets. Try the [http://l2r.cs.uiuc.edu/~cogcomp/LbjNer.php LBJ-NER-Demo]
+
*[http://gate.ac.uk/ GATE] includes the ANNIE gazeteer-based NER subsystem.
* [http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey= Older version of UIUC NER] - 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://www-tsujii.is.s.u-tokyo.ac.jp/GENIA/tagger/ GENiA]- part-of-speech tagging, shallow parsing, and named entity recognition for biomedical text. C++, BSD license.
 +
*[http://cogcomp.cs.illinois.edu/page/software_view/4 Illinois NER] Java-based Illinois NER tagger. Uses gazetteers extracted from Wikipedia, word-class model built from unlabeled text and extensively uses non-local features. Achieves 90.8F1 score on the CoNLL03 shared task data and is robust on other datasets. Try the [http://cogcomp.cs.illinois.edu/page/demo_view/NER Illinois NER Demo]. Also try the new [http://cogcomp.cs.illinois.edu/page/demo_view/NERextended Illinois NER (extended type set) Demo].
 +
*[http://cogcomp.cs.illinois.edu/page/software_view/Wikifier Illinois Wikifier] The Wikifier identifies important entities and concepts in text, disambiguates them and links them to Wikipedia. Try the [http://cogcomp.cs.illinois.edu/page/demo_view/Wikifier Illinois Wikifier Demo].
 +
*[http://www.alias-i.com/lingpipe/ LingPipe]
 
*[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.
 
*[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]]
 +
* [http://www.wikimeta.org Wikimeta] is an API service based on various methods (rules, CRF) for named entity extraction and linking to the semantic web. It works trough on-line web form and also provide Part of Speech tagging.
 +
<!-- PLEASE KEEP THIS LIST IN ALPHABETICAL ORDER -->
 +
 +
[[Category:Software]]
 +
[[Category:Resources for English]]

Latest revision as of 09:32, 18 September 2012

Tools and Software for English - Named entity recognizers

For languages other than English, see List of resources by language.

  • Balie Baseline implementation of named entity recognition.
  • GATE includes the ANNIE gazeteer-based NER subsystem.
  • GENiA- part-of-speech tagging, shallow parsing, and named entity recognition for biomedical text. C++, BSD license.
  • Illinois NER Java-based Illinois NER tagger. Uses gazetteers extracted from Wikipedia, word-class model built from unlabeled text and extensively uses non-local features. Achieves 90.8F1 score on the CoNLL03 shared task data and is robust on other datasets. Try the Illinois NER Demo. Also try the new Illinois NER (extended type set) Demo.
  • Illinois Wikifier The Wikifier identifies important entities and concepts in text, disambiguates them and links them to Wikipedia. Try the Illinois Wikifier Demo.
  • LingPipe
  • Stanford NER Conditional Random Fields based NER. Also incorporates distributional similarity based features extracted from the English Gigaword corpus.
  • Wikimeta is an API service based on various methods (rules, CRF) for named entity extraction and linking to the semantic web. It works trough on-line web form and also provide Part of Speech tagging.