HunSpellProvider
class HunSpellProvider implements SpellProvider (View source)
Implements spellcheck using the hunspell library
Properties
static private string | $pattern |
Methods
array
checkWords(string $locale, array $words)
Spellchecks an array of words.
array
getSuggestions(string $locale, string $word)
Returns suggestions of for a specific word.
Details
array
checkWords(string $locale, array $words)
Spellchecks an array of words.
array
getSuggestions(string $locale, string $word)
Returns suggestions of for a specific word.