source: trunk/gsdl/perllib/Kea-1.1.4/Iterated-Lovins-stemmer/README@ 3161

Last change on this file since 3161 was 1972, checked in by jmt14, 23 years ago

* empty log message *

  • Property svn:keywords set to Author Date Id Revision
File size: 977 bytes
Line 
1Lovins stemmer
2
3This directory contains code for a Lovins stemmer.
4All code is distributed under the GNU Pulic License.
5
6To create the iterated Lovins stemmer, use a command like
7gcc -o stemmer stem-Lovins-iterated.c stem.c
8
9(Looking at it now, I see, the code contains C++ comments,
10rather than C comments, but it compiles, so I can't be bothered
11fixing it.)
12
13The files are:
14 README This file
15 sysfuncs.h System dependent definitions for GNU tar.
16 Copyright (C) 1994 Free Software Foundation, Inc.
17 stem.c Stemming code
18 Copyright (C) 1994 Linh Huynh ([email protected])
19 stem.h Lovins' stemmer header
20 Copyright (C) 1994 Linh Huynh ([email protected])
21 stem-Lovins.c
22 stem-Lovins-iterated.c
23 Programs for stemming text read from STDIN, either
24 with the standard ovins stemmer, or with Iterated Lovins.
25 Copyright 1997 by Gordon Paynter.
26
27
Note: See TracBrowser for help on using the repository browser.