check_word
Description:
public bool check_word (
string word,
ssize_t word_length)
throws Error
If the language is null, i.
e. when no dictonaries are available, this function returns true to limit the damage.
Parameters:
| this |
a Checker.
|
| word |
the word to check.
|
| word_length |
the byte length of word, or -1 if word is nul-terminated.
|
Returns:
|
true if word is correctly spelled, false
otherwise.
|