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.
Bu egzersiz
Cleaning Data in R
kursunun bir parçasıdırUygulamalı interaktif egzersiz
Bu örnek kodu tamamlayarak bu egzersizi bitirin.
# Calculate Damerau-Levenshtein distance
stringdist(___, ___, method = ___)