Named entity recognizers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
added links to UIUC's Cognitive Computation Group's NER tool, demo |
||
| Line 1: | Line 1: | ||
* [http://www.aueb.gr/users/ion/software/GREEK_NERC.tar.gz Greek named entity recognizer] Currently identifies temporal expressions and person names only. See [http://www.aueb.gr/users/ion/docs/setn2006_paper.pdf this article] for further details. | * [http://www.aueb.gr/users/ion/software/GREEK_NERC.tar.gz Greek named entity recognizer] Currently identifies temporal expressions and person names only. See [http://www.aueb.gr/users/ion/docs/setn2006_paper.pdf this article] for further details. | ||
* [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). | * [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]. | ||
Revision as of 15:22, 21 December 2006
- Greek named entity recognizer Currently identifies temporal expressions and person names only. See this article for further details.
- 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.