The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Spellunker - Pure perl spelling checker implementation

DESCRIPTION

Spellunker is pure perl spelling checker implementation. You can use this spelling checker as a library.

And this distribution provides spellunker and spellunker-pod command.

If you want to use this spelling checker in test script, you can use Test::Spellunker.

METHODS

HOW DO I USE CUSTOM DICTIONARY?

You can put your personal dictionary at $HOME/.spellunker.en.

WHY DOES SPELLUNKER NOT IGNORE PERL CODE?

In some case, Spellunker does not ignore the perl code. You need to wrap it by .

CONTRIBUTION

You can send me pull-request on github

LICENSE

Copyright (C) tokuhirom

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

tokuhirom tokuhirom@gmail.com