Extract a list of possible names of individuals in texts
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])