mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
20245525d2
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. WWW: http://search.cpan.org/dist/Text-SpellChecker/
9 lines
424 B
Plaintext
9 lines
424 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Text-SpellChecker/
|