small javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@178839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-05-27 23:07:00 +00:00
parent 952cfd54be
commit bd2345d856
2 changed files with 3 additions and 12 deletions

View File

@ -26,14 +26,9 @@ import java.util.Hashtable;
import java.util.Set; import java.util.Set;
/** /**
* Based on (copied) the GermanStemFilter * Based on GermanStemFilter
* *
* @author João Kramer * @author João Kramer
* <p/>
* <p/>
* A filter that stemms german words. It supports a table of words that should
* not be stemmed at all.
* @author Gerhard Schwarz
*/ */
public final class BrazilianStemFilter extends TokenFilter { public final class BrazilianStemFilter extends TokenFilter {

View File

@ -17,11 +17,7 @@ package org.apache.lucene.analysis.br;
*/ */
/** /**
* A stemmer for brazilian words. The algorithm is based on the report * A stemmer for Brazilian words.
* "A Fast and Simple Stemming Algorithm for German Words" by Jörg
* Caumanns (joerg.caumanns@isst.fhg.de).
*
* @author Gerhard Schwarz
*/ */
public class BrazilianStemmer { public class BrazilianStemmer {