cl-earley-parser
Natural language parser using Jay Earleys well-known algorithm
$ area51 add cl-earley-parserCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-earley-parser:some-function ...)