Rule-based Named Entity Recognition Task
(Redirected from Rule-based NER Task)
Jump to navigation
Jump to search
A Rule-based Named Entity Recognition Task is a Named Entity Recognition Task that makes use of a manually create rule set (such as a regular expression).
- Example(s):
- Counter-Example(s):
- See: Rule-based NER Algorithm, Rule-based NER System.
References
2010
- http://alias-i.com/lingpipe/demos/tutorial/ne/read-me.html
- QUOTE: Named entity recognition is particularly easy if it's possible to write a regular expression that captures the intended pattern of entities. ... We'll write an entity detector that finds well-formed email addresses. The format of emails is explained, with references to the standards, in ... The first step is writing a regular expression that matches all and only e-mail addresses.