org.apache.lucene.analysis.br

Class BrazilianStemmer


public class BrazilianStemmer
extends Object

A stemmer for Brazilian words.

Constructor Summary

BrazilianStemmer()

Method Summary

String
log()
For log and debug purpose
protected String
stem(String term)
Stemms the given term to an unique discriminator.

Constructor Details

BrazilianStemmer

public BrazilianStemmer()

Method Details

log

public String log()
For log and debug purpose
Returns:
TERM, CT, RV, R1 and R2

stem

protected String stem(String term)
Stemms the given term to an unique discriminator.
Parameters:
term - The term that should be stemmed.
Returns:
Discriminator for term

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.