cl-double-metaphone
Common Lisp implementation of the Double Metaphone phonetic algorithm.
$ area51 add cl-double-metaphoneCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-double-metaphone:some-function ...)