Sequence Member Tagging System
(Redirected from Tagger)
Jump to navigation
Jump to search
A Sequence Member Tagging System is a data processing system that can solve a string tagging task (accept a string and produced a tagged string).
- AKA: Tagger.
- Context:
- It can makes use of a Sequence Tagging Model (that was produced by a Tagging Model Creation Task).
- It can range from being a Heuristic Tagging System to being a Data-Driven Tagging System (such as a Supervised Tagging System).
- Example(s):
- an NLP Tagging System, such as a POS Tagging System.
- PALinkA System.
- a Social Tagging System.
- …
- Counter-Example(s):
- an Annotation System for a general Annotation Task.
- a Parsing System.
- See: Tag.