Class IMP_SpellChecker

Description

The IMP_SpellChecker:: class provides a unified spellchecker API.

TODO: This is only needed in IMP for BC - SpellChecker.php wasn't available before Horde 3.2.

$Horde: imp/lib/SpellChecker.php,v 1.7.2.5 2009/01/06 15:24:04 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 /lib/SpellChecker.php (line 23)


	
			
Direct descendents
Class Description
 class IMP_SpellChecker_aspell The SpellChecker_aspell:: class provides a driver for the 'aspell' program.
Variable Summary
 mixed $_encoding
 mixed $_html
 mixed $_localDict
 mixed $_locale
 mixed $_minLength
Method Summary
 IMP_SpellChecker __construct ( $params)
 IMP_SpellChecker IMP_SpellChecker ( $params)
 TODO factory (string $engine, [array $params = array()])
 void setParams (array $params)
 array spellCheck (string $text)
Variables
mixed $_encoding = 'utf-8' (line 28)
mixed $_html = false (line 29)
mixed $_localDict = array() (line 31)
mixed $_locale = 'en' (line 27)
mixed $_maxSuggestions = 10 (line 25)
mixed $_minLength = 3 (line 26)
mixed $_suggestMode = SPELLCHECKER_SUGGEST_FAST (line 30)
Methods
Constructor __construct (line 43)
IMP_SpellChecker __construct ( $params)
  • $params
Constructor IMP_SpellChecker (line 36)

Constructor.

IMP_SpellChecker IMP_SpellChecker ( $params)
  • $params
factory (line 69)

TODO

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

TODO

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

TODO

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

Redefined in descendants as:

Documentation generated on Sun, 30 Jan 2011 05:28:17 +0000 by phpDocumentor 1.4.3