cl-editdistance

CC-BY-4.0

Compute edit distance between sequences.

$ area51 add cl-editdistanceCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-editdistance:some-function ...)