--- Alternative.pm 2002/02/12 12:41:31 1.4 +++ Alternative.pm 2002/07/03 08:06:06 1.6 @@ -179,7 +179,7 @@ =head1 SYNOPSIS - use Lingua::Spelling:Alternative; + use Lingua::Spelling::Alternative; my $en = new Alternative; $en->load_affix('/usr/lib/ispell/english.aff') or die $!; @@ -202,15 +202,14 @@ =item load_affix -Function load_affix loads ispell's affix file for later usage. +Function load_affix() loads ispell's affix file for later usage. =item load_findaffix This function loads output of findaffix program from ispell package. This is better idea (if you are creating affix file for particular language -yourself) because affix file from ispell (which is created from data returned -by findaffix) is limited to 26 entries (because each entry is denoted by -single character). +yourself or you can get your hands on one) because affix file from ispel +is limited to 26 entries (because each entry is denoted by single character). =item alternatives