extract_names {poldis} | R Documentation |
Extract a list of possible names of individuals in texts
Description
Extract a list of possible names of individuals in texts
Usage
extract_names(v)
Arguments
v |
A text vector. |
Details
The function relies on named entity recognition from NLP models.
Value
A data frame of individual names and the number of times they appear.
[Package poldis version 0.1.1 Index]