extract_names | R Documentation |
Extract a list of possible names of individuals in texts
extract_names(v)
v |
A text vector. |
The function relies on named entity recognition from NLP models.
A data frame of individual names and the number of times they appear.
#extract_names(US_News_Conferences_1960_1980[20, 3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.