org.carrot2.text.linguistic.lucene
Class SnowballStemmerFactory

java.lang.Object
  extended by org.carrot2.text.linguistic.lucene.SnowballStemmerFactory
All Implemented Interfaces:
IFactory<IStemmer>

public class SnowballStemmerFactory
extends Object
implements IFactory<IStemmer>

A factory of Snowball-based stemmers.


Constructor Summary
SnowballStemmerFactory(String snowballClazz)
           
 
Method Summary
 IStemmer createInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnowballStemmerFactory

public SnowballStemmerFactory(String snowballClazz)
Method Detail

createInstance

public IStemmer createInstance()
Specified by:
createInstance in interface IFactory<IStemmer>


Copyright (c) Dawid Weiss, Stanislaw Osinski