September 2001
Intermediate to advanced
768 pages
32h 45m
English
bool pspell_config_mode(int configid, int mode)
| configid | Configuration handle to use |
| mode | Suggestion mode to use |
Sets the replacement mode for a Pspell configuration.
Returns:
TRUE if successful; FALSE otherwise
Description:
This function tells Pspell how aggressive it should be when suggesting replacements for misspelled words. It serves much the same function as the mode parameter to the pspell_new() function, with the exception that it cannot be OR ed with PSPELL_RUN_TOGETHER; for that, you’ll need to use pspell_config_runtogether().
The mode parameter may be any one of the predefined constants PSPELL_FAST (a few suggestions), PSPELL_NORMAL (the default number of suggestions), or PSPELL_BAD_SPELLERS (a large number ...
Read now
Unlock full access