yum install php-pspell from remi repo - upgrades php also.
this is the English dictionary - won't work without. pspell support is deprecated but IDGAF :
# wget ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2
# tar -xjvf aspell6-en-7.1-0.tar.bz2
# cd aspell6-en-7.1-0
# ./configure
# make
# make install
service httpd restart