org.apache.lucene.analysis.br

Class BrazilianStemmer

public class BrazilianStemmer extends Object

A stemmer for Brazilian words.
Constructor Summary
BrazilianStemmer()
Method Summary
Stringlog()
For log and debug purpose
protected Stringstem(String term)
Stemms the given term to an unique discriminator.

Constructor Detail

BrazilianStemmer

public BrazilianStemmer()

Method Detail

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-2007 Apache Software Foundation. All Rights Reserved.