remove_extra: Remove extraneous words from actors' names

View source: R/cleaning_standardizing_preprocessing_functions.R

remove_extraR Documentation

Remove extraneous words from actors' names

Description

Removes extraneous words such as "council", "district", etc. from the names of actors to improve phonetic matching accuracy. See vignette for the full list of "extraneous" words.

Usage

remove_extra(dataset)

Arguments

dataset

Dataset containing actors' names

Details

It is recommended that you use this function after the fill_type() and resolve_entity_types() functions, as those functions require the presence of these "extraneous" words to be fully effective.

Value

Dataset with extraneous words removed from actors' names


datadrivenenvirolab/ClimActor documentation built on April 23, 2024, 7:40 a.m.