org.apache.lucene.analysis.br
Class BrazilianStemmer
public class BrazilianStemmer
A stemmer for Brazilian words.
String | log() - For log and debug purpose
|
protected String | stem(String term) - Stemms the given term to an unique discriminator.
|
BrazilianStemmer
public BrazilianStemmer()
log
public String log()
For log and debug purpose
stem
protected String stem(String term)
Stemms the given term to an unique discriminator.
term
- The term that should be stemmed.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.