it.unimi.dsi.mg4j.index.snowball |
MG4J: Managing Gigabytes for Java
Snowball-based {@linkplain it.unimi.dsi.mg4j.index.TermProcessor term processors}.
Package Specification
This package gathers a number of algorithmic stemmer (most notably,
the famous {@link it.unimi.dsi.mg4j.index.snowball.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.
|
Java Source File Name | Type | Comment |
AbstractSnowballTermProcessor.java | Class | |
Among.java | Class | |
DanishStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
DutchStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
EnglishStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
FinnishStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
FrenchStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
German2Stemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
GermanStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
HungarianStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
ItalianStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
KraaijPohlmannStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
LovinsStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
NorwegianStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
PorterStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
PortugueseStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
SpanishStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |
SwedishStemmer.java | Class | This class was automatically generated by a Snowball to Java compiler
It implements the stemming algorithm defined by a snowball script. |