Difference between revisions of "Named entity recognizers"
Jump to navigation
Jump to search
(Added LBJ tagger) |
|||
Line 3: | Line 3: | ||
* [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 | * [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 | ||
+ | *[http://balie.sourceforge.net/ Balie] Baseline implementation of named entity recognition. | ||
* [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:// | + | *[http://l2r.cs.uiuc.edu/~cogcomp/asoftware.php?skey=FLBJNE LBJ NER] - Java API to the UIUC NER. |
− | |||
*[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]] |
Revision as of 14:17, 2 December 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
- Balie Baseline implementation of named entity recognition.
- 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
- LBJ NER - Java API to the UIUC NER.
- Stanford NER Conditional Random Fields based NER. Also incorporates distributional similarity based features extracted from the English Gigaword corpus.