SUGGEST_FAST
SUGGEST_FAST
A spellcheck driver for the aspell/ispell binary.
factory(string $driver, array $params = array()) : \Horde_SpellChecker
Attempts to return a concrete Horde_SpellChecker instance based on $driver.
string | $driver | The type of concrete subclass to return. |
array | $params | A hash containing any additional configuration or connection parameters a subclass might need. |
The newly created instance.
__construct(array $args = array())
Constructor.
array | $args | Additional arguments:
|
None found |
setParams(array $params)
Set configuration parmeters.
array | $params | Parameters to set. |
None found |
spellCheck(string $text) : array
Perform spellcheck.
string | $text | Text to spellcheck. |
TODO
None found |
None found |
_inLocalDictionary(string $word) : boolean
Determine if a word exists in the local dictionary.
string | $word | The word to check. |
True if the word appears in the local dictionary.
None found |