All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.latinolib.stemmer.Stemmer Maven / Gradle / Ivy

package org.latinolib.stemmer;

/**
 * Author mIHA
 */
public interface Stemmer
{
    String getStem(String word);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy