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

Annotation of /README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Nov 18 13:54:14 2003 UTC (20 years, 4 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
added README file, spelling fixes

1 dpavlin 1.1 Lingua::Spelling::Alternative
2     =============================
3    
4     This module is designed to return all forms of a given word (for example
5     when you want to see all possible forms of some word entered in search
6     engine) which can be generated using affix file (from ispell) or using
7     findaffix output file (also part of ispell package)
8    
9     INSTALLATION
10    
11     To install this module type the following:
12    
13     perl Makefile.PL
14     make
15     make test
16     make install
17    
18     DEPENDENCIES
19    
20     This module requires affix files for used language or output of findaffix
21     program to produce alternatives
22    
23     COPYRIGHT AND LICENCE
24    
25     Put the correct copyright and licence information here.
26    
27     Copyright (C) 2002-2003 by Dobrica Pavlinusic
28    
29     This library is free software; you can redistribute it and/or modify
30     it under the same terms as Perl itself.
31    

  ViewVC Help
Powered by ViewVC 1.1.26