org.bigml.binding.utils.StemmerInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigml-binding Show documentation
Show all versions of bigml-binding Show documentation
An open source Java client that gives you a simple binding to interact with BigML. You can use it to
easily create, retrieve, list, update, and delete BigML resources.
package org.bigml.binding.utils;
public interface StemmerInterface {
public String getStem(String term);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy