hspell

https://github.com/death/hspell.git

git clone 'https://github.com/death/hspell.git'

(ql:quickload :hspell)
1

hspell

Common Lisp bindings for hspell.

Example

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

License

MIT