dedup_get_stringDistances.Rd
Get string distances, optionally using multiple cores
dedup_get_stringDistances(
x,
y = x,
stringDistanceMethod = "osa",
parallel = FALSE,
silent = metabefor::opts$get("silent")
)
The first vector
The second vector
The method to use ("osa"
, "lv"
, "dl"
,
"hamming"
, "lcs"
, "qgram"
, "cosine"
, "jaccard"
, "jw"
, or
"soundex"
)
Whether to use parallel processing
Whether to be silent or chatty