ptstemmer.implementations
Class SavoyStemmer

java.lang.Object
  extended by ptstemmer.Stemmer
      extended by ptstemmer.implementations.SavoyStemmer

public class SavoyStemmer
extends Stemmer

Savoy Stemmer as defined in:
J. Savoy, "Light stemming approaches for the French, Portuguese, German and Hungarian languages," Proceedings of the 2006 ACM symposium on Applied computing, Dijon, France: ACM, 2006, pp. 1031-1035
Implementation based on:
http://members.unine.ch/jacques.savoy/clef/index.html

Author:
Pedro Oliveira

Nested Class Summary
 
Nested classes/interfaces inherited from class ptstemmer.Stemmer
Stemmer.StemmerType
 
Constructor Summary
SavoyStemmer()
           
 
Method Summary
 
Methods inherited from class ptstemmer.Stemmer
clearIgnoreList, disableCaching, enableCaching, getPhraseStems, getWordStem, ignore, ignore, isCachingEnabled, StemmerFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavoyStemmer

public SavoyStemmer()
             throws PTStemmerException
Throws:
PTStemmerException