Skip to contents

Extract a list of possible names of individuals in texts

Usage

extract_names(v)

Arguments

v

A text vector.

Value

A data frame of individual names and the number of times they appear.

Details

The function relies on named entity recognition from NLP models.

Examples

#extract_names(US_News_Conferences_1960_1980[20, 3])