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

Corpus.LanguageChecker Maven / Gradle / Ivy

There is a newer version: 1.0.24
Show newest version
package Corpus;

/**
 * An interface for checking a language's validity.
 *
 */
public interface LanguageChecker {

    boolean isValidWord(String word);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy