Package | Description |
---|---|
org.apache.lucene.analysis.gl |
Analyzer for Galician.
|
org.apache.lucene.analysis.pt |
Analyzer for Portuguese.
|
Modifier and Type | Class and Description |
---|---|
class |
GalicianMinimalStemmer
Minimal Stemmer for Galician
This follows the "RSLP-S" algorithm, but modified for Galician.
|
class |
GalicianStemmer
Galician stemmer implementing "Regras do lematizador para o galego".
|
Modifier and Type | Class and Description |
---|---|
class |
PortugueseMinimalStemmer
Minimal Stemmer for Portuguese
This follows the "RSLP-S" algorithm presented in:
A study on the Use of Stemming for Monolingual Ad-Hoc Portuguese
Information Retrieval (Orengo, et al)
which is just the plural reduction step of the RSLP
algorithm from A Stemming Algorithm for the Portuguese Language,
Orengo et al.
|
class |
PortugueseStemmer
Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa)
algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected static Map<String,RSLPStemmerBase.Step> |
RSLPStemmerBase.parse(Class<? extends RSLPStemmerBase> clazz,
String resource)
Parse a resource file into an RSLP stemmer description.
|