Package | Description |
---|---|
org.apache.lucene.analysis.gl |
Analyzer for Galician.
|
org.apache.lucene.analysis.pt |
Analyzer for Portuguese.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GalicianMinimalStemmer |
Minimal Stemmer for Galician
|
class |
GalicianStemmer |
Galician stemmer implementing "Regras do lematizador para o galego".
|
Modifier and Type | Class | Description |
---|---|---|
class |
PortugueseMinimalStemmer |
Minimal Stemmer for Portuguese
|
class |
PortugueseStemmer |
Portuguese stemmer implementing the RSLP (Removedor de Sufixos da Lingua Portuguesa)
algorithm.
|
Modifier and Type | Method | Description |
---|---|---|
protected static Map<String,RSLPStemmerBase.Step> |
RSLPStemmerBase.parse(Class<? extends RSLPStemmerBase> clazz,
String resource) |
Parse a resource file into an RSLP stemmer description.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.