Class Horde_SpellChecker

Description

The Horde_SpellChecker:: class provides a unified spellchecker API.

$Horde: framework/SpellChecker/SpellChecker.php,v 1.12.2.5 2009/01/06 15:23:37 jan Exp $

Copyright 2005-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /SpellChecker/SpellChecker.php (line 27)


	
			
Direct descendents
Class Description
 class Horde_SpellChecker_aspell The Horde_SpellChecker_aspell:: class provides a driver for the 'aspell' program.
Variable Summary
 mixed $_encoding
 mixed $_html
 mixed $_localDict
 mixed $_locale
 mixed $_minLength
Method Summary
 Horde_SpellChecker __construct ( $params)
 Horde_SpellChecker Horde_SpellChecker ( $params)
 TODO factory (string $engine, [array $params = array()])
 void setParams (array $params)
 array spellCheck (string $text)
Variables
mixed $_encoding = 'utf-8' (line 32)
mixed $_html = false (line 33)
mixed $_localDict = array() (line 35)
mixed $_locale = 'en' (line 31)
mixed $_maxSuggestions = 10 (line 29)
mixed $_minLength = 3 (line 30)
mixed $_suggestMode = SPELLCHECKER_SUGGEST_FAST (line 34)
Methods
Constructor __construct (line 47)
Horde_SpellChecker __construct ( $params)
  • $params
Constructor Horde_SpellChecker (line 40)

Constructor.

Horde_SpellChecker Horde_SpellChecker ( $params)
  • $params
factory (line 73)

TODO

TODO factory (string $engine, [array $params = array()])
  • string $engine: TODO
  • array $params: TODO
setParams (line 57)

TODO

void setParams (array $params)
  • array $params: TODO
spellCheck (line 95)

TODO

  • return: TODO
  • abstract:
array spellCheck (string $text)
  • string $text: TODO

Redefined in descendants as:

Documentation generated on Sun, 30 Jan 2011 05:21:40 +0000 by phpDocumentor 1.4.3