4 echo "Available dictionaries at ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
5 echo "Sample English dictionary install for aspell:"
7 echo " ipkg install make"
8 echo " wget ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2"
9 echo " tar xvjf aspell6-en-6.0-0.tar.bz2"
10 echo " cd aspell6-en-6.0-0"
14 echo "Note that some dictionaries require lot of memory for word compression."