Example usage for org.apache.lucene.analysis.ar ArabicStemmer ArabicStemmer

List of usage examples for org.apache.lucene.analysis.ar ArabicStemmer ArabicStemmer

Introduction

In this page you can find the example usage for org.apache.lucene.analysis.ar ArabicStemmer ArabicStemmer.

Prototype

ArabicStemmer

Source Link

Usage

From source file:com.left8.evs.preprocessingmodule.nlp.stemming.ArabicStemming.java

License:Open Source License

public ArabicStemming() {
    this.arabicStemmer = new ArabicStemmer();
}