Skip to content

Compute Damerau Levenshtein Distance for worst fitting pair.

Notifications You must be signed in to change notification settings

mrschuster/dlsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlsplit

Compute Damerau Levenshtein Distance for worst fitting pair.

Installation

Easy installation via devtools. If you don't have them yet, install them via

install.packages("devtools")

in the R console. Then

devtools::install_github("mrschuster/dlsplit")

Usage

library("dlsplit")
dl_split("Hans Meier", "Maier Hans")

About

Compute Damerau Levenshtein Distance for worst fitting pair.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published