SUGGEST_FAST
SUGGEST_FAST
Provides a unified spellchecker API.
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.
| 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 |