ArabicAnalyzer
Analyzer for Arabic.
This analyzer implements light-stemming as specified by: * Light Stemming for Arabic Information Retrieval * http://www.mtholyoke.edu/~lballest/Pubs/arab_stem05.pdf
The analysis package contains three primary components:
ArabicNormalizationFilter: Arabic orthographic normalization.
ArabicStemFilter: Arabic light stemming
Arabic stop words file: a set of default Arabic stop words.
Constructors
Link copied to clipboard
Builds an analyzer with the given stop word and stem exclusion set.
Builds an analyzer with the given stop words.
constructor()
Builds an analyzer with the default stop words: DEFAULT_STOPWORD_FILE.