
Padre::Plugin::SpellCheck::Engine - spell engine for plugin


Create a new engine to be used later on.
Spell check $text (according to current speller),
and return the first error encountered (undef if no spelling mistake).
An error is reported as the faulty $word,
as well as the $pos of the word in the text (position of the start of the faulty word).
Tell engine to ignore $word for rest of the spell check.
Return a (reduced) list of dictionaries installed with aspell.
The names returned are the dictionary locale names (eg en_US).
Note that only plain locales are reported,
the variations coming with aspell are stripped.
Return suggestions for $word.

For all related information (bug reporting, source code repository, etc.), refer to Padre::Plugin::SpellCheck.

Jerome Quelin,
<jquelin@cpan.org>

Copyright (c) 2009 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.