# NOT RUN {
#Identical values for Damerau-Levenshtein
stringdist::stringdist("big", "pig", method="dl")
stringdist::stringdist("big", "bug", method="dl")
#Different distances for QWERTY
qwerty.dist("big", "pig")
qwerty.dist("big", "bug") # Probably meant to type "bug"
# }
Run the code above in your browser using DataLab