Clean entity data

clean_entity_data(
  data,
  entity_column = "nameOwnerPrimary",
  use_business_suffix = T,
  use_n_gram_merge = T,
  edit_threshold = 1,
  ignore_words = c("ASSOCIATIONS", "ASSOCIATES", "ASSOCIATIONS", "LLC", "LL",
    "ACQUISITION", "ACQUISITIONS")
)

Arguments

data

tibble

entity_column

name of the coumn to clean

use_business_suffix

if TRUE use business suffix

use_n_gram_merge

if TRUE uses n_gram_merge

edit_threshold

edit threshold

ignore_words

vector of words to ignore