mirror of https://github.com/apache/lucene.git
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:
parent
952cfd54be
commit
bd2345d856
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue