Hi all.
I'm using the aspell library and I need to change the number of suggestions
that returns. I see in the documentation that is done with a call to the function
aspell_config_replace, like this

    char *size = "10";
    config = new_aspell_config();
    aspell_config_replace(config, "lang", "en");    
    aspell_config_replace(config, "size",size);
    ret = new_aspell_speller(config);

but, size is lower than 10 the program exits with an abort, and in all the other
cases, the size is ignored, returning a lot of results.

Anyone knows how could it be changed? It's a bug? I'm doing something wrong?

Thanks a lot for you help.

Antonio.


_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-user

Reply via email to