ald(sources, targets, n, method="levenshtein", parallel = FALSE)
old20(sources, targets, method="levenshtein", parallel = FALSE)character, or convertible to type character with as.character.
character, or convertible to type character with as.character.
levenshtein.distance is used, with "levenshtein.damerau" levenshtein.damerau is used.old20 does not take the n argument (it is fixed to 20).
detectCores(logical = FALSE).
levenshtein.distance, levenshtein.neighbors
data(basque.words)
ald(basque.words[1:10],basque.words,20)
old20(basque.words[1:10],basque.words)
Run the code above in your browser using DataLab