How do I add missing dictionaries for aspell?
        Posted  
        
            by 
                Ahmed
            
        on Super User
        
        See other posts from Super User
        
            or by Ahmed
        
        
        
        Published on 2013-05-31T01:59:15Z
        Indexed on 
            2014/06/04
            3:28 UTC
        
        
        Read the original article
        Hit count: 552
        
Aspell version:
$ aspell -v
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6)
Dump dict yields no results:
$ aspell dump dicts
First noticed the problem when I did this, was originally working on web server, but someone updated something and it hasn't worked since:
$ aspell check temp_test_file.txt
Error: No word lists can be found for the language "en_US".
What's the proper way of installing the required dictionaries? I believe we're running this on CentOS.
And also, /usr/lib/aspell-0.60 does not contain the required dictionaries (provided that they're supposed to be saved there).
data-dir: /usr/lib/aspell-0.60
© Super User or respective owner