2008-11-23 17:35:26 +01:00
|
|
|
This module is built on Text::Aspell, but adds some of the
|
|
|
|
functionality provided by the internal gnu aspell API. This allows
|
|
|
|
one to deal with blocks of text, rather than just words. For
|
|
|
|
instance, we provide methods for iterating through the text,
|
|
|
|
serializing the object (thus remembering where we left off), and
|
|
|
|
highlighting the current misspelled word within the text.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Text-SpellChecker
|