org.carrot2.text.linguistic.lucene
Class SnowballStemmerFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnowballStemmerFactory
public SnowballStemmerFactory(String snowballClazz)
createInstance
public IStemmer createInstance()
- Specified by:
createInstance in interface IFactory<IStemmer>
Copyright (c) Dawid Weiss, Stanislaw Osinski