Learn R Programming

poldis (version 0.1.2)

extract_locations: Extract locations from strings

Description

Extract locations from strings

Usage

extract_locations(v)

Value

A data frame of locations and the number of times they appear.

Arguments

v

Text vector.

Details

The function relies on geographical entity detection from NLP models.

Examples

Run this code
#extract_locations(c("This is the United States", "This is Sao Paulo",
#"I was in Rio de Janeiro and Sao Paulo, then back to the United States"))

Run the code above in your browser using DataLab