justhalf.nlp.NLPInterface Maven / Gradle / Ivy
package justhalf.nlp;
public interface NLPInterface {
/**
* Whether the implementation is thread safe.
* @return
* true
if the implementation of this interface is thread-safe,
* false
otherwise.
*/
public boolean isThreadSafe();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy