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
|
class |
GalicianStemmer
Galician stemmer implementing "Regras do lematizador para o galego".
|
Modifier and Type | Class and 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 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.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.