Package it.unimi.di.big.mg4j.index.snowball

Snowball-based term processors.

Package Specification

This package gathers a number of algorithmic stemmer (most notably, the famous PorterStemmer) automatically generated from scripts written in Snowball—a string language developped by Martin Porter to describe easily algorithmic stemmers. Please refer to the documentation on the Snowball site for information about the stemmers.

The code in this package is distributed under the BSD License. It is Copyright (C) 2001 Martin Porter, and (for the Java developments) Copyright (C) 2002 Richard Boulton.