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("This package was created by Jael, James, and I.")