libtext-aspell-perl

Perl interface to the gnu aspell library
  http://search.cpan.org/~hank/Text-Aspell-0.09/Aspell.pm
  0
  no reviews



This module provides a perl interface to the gnu aspell library. the gnu aspell library provides access to system spelling libraries, including a spell checker.

this module is to meet the need of looking up many words, one at a time, in a single session. it is a perl xs interface which should provide good performance in comparison to forking the aspell program for every word.