cl-editdistance
Compute edit distance between sequences.
$ area51 add cl-editdistanceCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-editdistance:some-function ...)Compute edit distance between sequences.
$ area51 add cl-editdistanceCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-editdistance:some-function ...)