hfstospell

Spell checker and morphological analyzer using finite-state technology

brewmacoslinux
Try with needOr install directly
Source

About

Helsinki Finite-State Technology ospell

Commands

hfstospell

Examples

Check spelling of a word interactively$ echo 'teh' | hfstospell -s dictionary.zhfst
Generate spell checker suggestions for misspelled word$ hfstospell -s -L dictionary.zhfst < misspelled.txt
Batch check multiple words from a file$ cat words.txt | hfstospell -s dictionary.zhfst > corrections.txt