Small distance, small difference
In the video exercise, you learned that there are multiple ways to calculate how similar or different two strings are. Now you'll practice using the stringdist package to compute string distances using various methods. It's important to be familiar with different methods, as some methods work better on certain datasets, while others work better on other datasets.
The stringdist package has been loaded for you.
Latihan ini adalah bagian dari kursus
Cleaning Data in R
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
# Calculate Damerau-Levenshtein distance
stringdist(___, ___, method = ___)