LUCENE-2503: add forgotten javadoc/citation (sorry)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@964054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-07-14 14:06:06 +00:00
parent 3241eb9291
commit fcc9a4a3c3
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ import static org.apache.lucene.analysis.util.StemmerUtil.*;
/**
* Light Stemmer for Portuguese
* <p>
* This stemmer implements the "UniNE" algorithm in:
* <i>Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages</i>
* Jacques Savoy
*/
public class PortugueseLightStemmer {