CRF-based Tagging Algorithm
Jump to navigation
Jump to search
A CRF-based Tagging Algorithm is a Supervised Tagging Algorithm that makes use of a Conditional Random Fields Model.
- AKA: CRF Tagger.
- Context:
- It can assume the existence of a CRF Template.
- It can be composed of:
- …
- Example(s):
- See: Conditional Random Fields Model.