List of usage examples for org.apache.lucene.analysis.ar ArabicStemmer ArabicStemmer
ArabicStemmer
From source file:com.left8.evs.preprocessingmodule.nlp.stemming.ArabicStemming.java
License:Open Source License
public ArabicStemming() { this.arabicStemmer = new ArabicStemmer(); }