check_word
Description:
public bool check_word (
string word,
ssize_t word_len)
Checks if the active dictionary contains word.
Parameters:
| this |
a `SpellingChecker`
|
| word |
a word to be checked
|
| word_len |
length of the word, in bytes
|
Returns:
|
true if the dictionary contains the word
|