https://github.com/death/hspell.git
git clone 'https://github.com/death/hspell.git'
(ql:quickload :hspell)
Common Lisp bindings for hspell.
HSPELL> (correct-spelling-p "עפשרות")
NIL
1
HSPELL> (correct-spelling "עפשרות")
("הפשרות" "אפשרות")
HSPELL> (word-splits "כלב")
(("כלב" 0 (:VERB :NONDEF :IMPER :MISC)) ("לב" 1 (:L :NONDEF :MISC)))
HSPELL> (canonic-gimatria-p "תרס\"ו")
666
MIT