Concept

Features for CRF Named Entity Recognizers

A CRF for NER makes use of very similar features to a POS tagger. Gazetteer feature is useful for locations, which is a list of place names, often providing millions of entries for locations with detailed geographical and political information. This can be implemented as a binary feature indicating a phrase appears in the list.

Image 0

0

1

Updated 2021-11-07

Tags

Conditional Random Fields (CRFs)

Data Science