Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.util.search
Class BrazilianStemmer

java.lang.Object
  extended by com.jivesoftware.util.search.BrazilianStemmer

public class BrazilianStemmer
extends java.lang.Object

A stemmer for brazilian words. The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words" by Jörg Caumanns (joerg.caumanns@isst.fhg.de).

Version:
$Id: BrazilianStemmer.java 32689 2006-07-28 01:51:44Z bill $

Constructor Summary
BrazilianStemmer()
           
 
Method Summary
 java.lang.String log()
          For log and debug purpose
protected  java.lang.String stem(java.lang.String term)
          Stemms the given term to an unique discriminator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrazilianStemmer

public BrazilianStemmer()
Method Detail

stem

protected java.lang.String stem(java.lang.String term)
Stemms the given term to an unique discriminator.

Parameters:
term - The term that should be stemmed.
Returns:
Discriminator for term

log

public java.lang.String log()
For log and debug purpose

Returns:
TERM, CT, RV, R1 and R2

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.