Corpus.LanguageChecker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Corpus Show documentation
Show all versions of Corpus Show documentation
Corpus processing library
package Corpus;
/**
* An interface for checking a language's validity.
*
*/
public interface LanguageChecker {
boolean isValidWord(String word);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy