Java weka.core.stemmers SnowballStemmer fields, constructors, methods, implement or subclass

Example usage for Java weka.core.stemmers SnowballStemmer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.core.stemmers SnowballStemmer.

The text is from its open source code.

Constructor

SnowballStemmer(String name)
initializes the stemmer with the given stemmer.
SnowballStemmer()
initializes the stemmer ("porter").

Method

voidsetStemmer(String name)
sets the stemmer with the given name, e.g., "porter".