| Version 8 (modified by bowtie, 15 months ago) (diff) |
|---|
PadrePluginSpellCheck-draft
Padre Plug-in Manager
Usage F7
- works against hole file or selected text.
- you can click on a suggested word to replace.
Engine's
Text::Aspell
Outline
$ sudo apt-get install aspell libaspell-dev aspell-en
chech aspell is installed
$ aspell dump dicts
install current version.
$ cpanm -v http://cpan.metacpan.org/authors/id/H/HA/HANK/Text-Aspell-0.09.tar.gz
Text::Hunspell
Outline
$ sudo apt-get install hunspell libhunspell-dev hunspell-en-GB
chech hunspell is installed
$ hunspell -D
install current version.
$ cpanm -v http://cpan.metacpan.org/authors/id/C/CO/COSIMO/Text-Hunspell-2.03.tar.gz
Limitations
- Hunspell assumes static location
$speller = Text::Hunspell->new( "/usr/share/hunspell/$iso.aff", # Hunspell affix file "/usr/share/hunspell/$iso.dic" # Hunspell dictionary file );
ToDo
__END__


