Example usage for org.apache.lucene.analysis.es SpanishLightStemmer SpanishLightStemmer

List of usage examples for org.apache.lucene.analysis.es SpanishLightStemmer SpanishLightStemmer

Introduction

In this page you can find the example usage for org.apache.lucene.analysis.es SpanishLightStemmer SpanishLightStemmer.

Prototype

SpanishLightStemmer

Source Link

Usage

From source file:edu.ehu.galan.lite.stemmers.spanish.LuceneSpanishLightStemmerEs.java

License:Open Source License

/**
 *
 */
public LuceneSpanishLightStemmerEs() {
    stem = new SpanishLightStemmer();
}