Example usage for org.apache.lucene.analysis.el GreekStemmer GreekStemmer

List of usage examples for org.apache.lucene.analysis.el GreekStemmer GreekStemmer

Introduction

In this page you can find the example usage for org.apache.lucene.analysis.el GreekStemmer GreekStemmer.

Prototype

GreekStemmer

Source Link

Usage

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

License:Open Source License

public GreekStemming() {
    this.grStemmer = new GreekStemmer();
}