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