Lovins stemmer This directory contains code for a Lovins stemmer. All code is distributed under the GNU Pulic License. To create the iterated Lovins stemmer, use a command like gcc -o stemmer stem-Lovins-iterated.c stem.c (Looking at it now, I see, the code contains C++ comments, rather than C comments, but it compiles, so I can't be bothered fixing it.) The files are: README This file sysfuncs.h System dependent definitions for GNU tar. Copyright (C) 1994 Free Software Foundation, Inc. stem.c Stemming code Copyright (C) 1994 Linh Huynh (linh@kbs.citri.edu.au) stem.h Lovins' stemmer header Copyright (C) 1994 Linh Huynh (linh@kbs.citri.edu.au) stem-Lovins.c stem-Lovins-iterated.c Programs for stemming text read from STDIN, either with the standard ovins stemmer, or with Iterated Lovins. Copyright 1997 by Gordon Paynter.