|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--lempinen.neatseeker.core.StemmerFactory
A Factory that churns out Stemmers.
The static method getStemmer is used for requesting
a suitable Stemmer from the factory.
Upon receiving a Configuration object, the factory determines the type of stemmer that it should create:
neatseeker.stemmer.locale
property
neatseeker.stemmer.<locale>
The default configuration file etc/NeatSeeker.properties
shows how to configure different stemmers for the factory.
| Constructor Summary | |
StemmerFactory()
|
|
| Method Summary | |
static Stemmer |
getStemmer(Configuration conf)
Returns a Stemmer based on the Configuration object. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public StemmerFactory()
| Method Detail |
public static Stemmer getStemmer(Configuration conf)
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||