/[Lingua-Spelling-Alternative]/Alternative.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Alternative.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dpavlin, Tue Feb 12 14:31:15 2002 UTC revision 1.7 by dpavlin, Fri Oct 3 15:35:59 2003 UTC
# Line 179  Alternative.pm - alternative spelling of Line 179  Alternative.pm - alternative spelling of
179    
180  =head1 SYNOPSIS  =head1 SYNOPSIS
181    
182    use Lingua::Spelling:Alternative;    use Lingua::Spelling::Alternative;
183    
184    my $en = new Alternative;    my $en = new Alternative;
185    $en->load_affix('/usr/lib/ispell/english.aff') or die $!;    $en->load_affix('/usr/lib/ispell/english.aff') or die $!;
# Line 223  This function returns minimal of all alt Line 223  This function returns minimal of all alt
223  a poor man's version of normalize (because we don't know gramatic of  a poor man's version of normalize (because we don't know gramatic of
224  particular language, just some spelling rules).  particular language, just some spelling rules).
225    
226    =back
227    
228  =head1 PRIVATE METHODS  =head1 PRIVATE METHODS
229    
230  Documented as being not documented.  Documented as being not documented.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26