Class: GoogleSpell
Source Location: /blogs/plugins/tinymce_plugin/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php
Class GoogleSpell
Class Overview
|
$Id: GoogleSpell.php,v 1.2 2009/08/09 03:08:08 sam2kb Exp $ Located in /blogs/plugins/tinymce_plugin/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php [line 9] SpellChecker | --GoogleSpellAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From SpellChecker
|
[ Top ]
Method Summary
| {Array} | &checkWords() | Spellchecks an array of words. |
| {Array} | &getSuggestions() | Returns suggestions of for a specific word. |
| void | &_getMatches() | |
| void | _unhtmlentities() |
[ Top ]
Methods
checkWords [line 17]
|
Spellchecks an array of words.
Parameters:| {String} | $lang: | Language code like sv or en. |
| {Array} | $words: | Array of words to spellcheck. |
API Tags:
| Return: | Array of misspelled words. |
Redefinition of:
- SpellChecker::checkWords()
- Spellchecks an array of words.
[ Top ]
getSuggestions [line 35]
|
Returns suggestions of for a specific word.
Parameters:| {String} | $lang: | Language code like sv or en. |
| {String} | $word: | Specific word to get suggestions for. |
API Tags:
| Return: | Array of suggestions for the specified word. |
Redefinition of:
- SpellChecker::getSuggestions()
- Returns suggestions of for a specific word.
[ Top ]
