The (un)official Lovins stemmer page

The following archives contain implementations of the Lovins stemmer as described in "Development of a Stemming Algorithm" by Julie Beth Lovins (published in "Mechanical translation and computational linguistics", 11:22-31, 1968): The code in all three archives is distributed under the GNU General Public License.

This code, and a Perl version written by Gordon Paynter, is also hosted on Sourceforge.

Another implementation of the Lovins stemmer has been written in Snowball, a programming language for stemming algorithms.

Danny Yoo has written a wrapper around Linh Huynh's C implementation of the Lovins stemmer so that it's available from Python as a module. It's available here.

Implementations of other stemming algorithms