Example usage for org.apache.lucene.analysis.fa PersianNormalizer PersianNormalizer

List of usage examples for org.apache.lucene.analysis.fa PersianNormalizer PersianNormalizer

Introduction

In this page you can find the example usage for org.apache.lucene.analysis.fa PersianNormalizer PersianNormalizer.

Prototype

PersianNormalizer

Source Link

Usage

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

License:Open Source License

public PersianStemming() {
    this.persianStemmer = new PersianNormalizer();
}