Learn R Programming

poldis (version 0.1.2)

extract_names: 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)

Value

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

Arguments

v

A text vector.

Details

The function relies on named entity recognition from NLP models.

Examples

Run this code
#extract_names(US_News_Conferences_1960_1980[20, 3])

Run the code above in your browser using DataLab