Uses of Annotation Interface
opennlp.tools.commons.ThreadSafe
Packages that use ThreadSafe
Package
Description
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
-
Uses of ThreadSafe in opennlp.tools.postag
Classes in opennlp.tools.postag with annotations of type ThreadSafeModifier and TypeClassDescriptionclass
A thread-safe version of the POSTaggerME. -
Uses of ThreadSafe in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect with annotations of type ThreadSafeModifier and TypeClassDescriptionclass
A thread-safe version of SentenceDetectorME. -
Uses of ThreadSafe in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize with annotations of type ThreadSafeModifier and TypeClassDescriptionclass
A thread-safe version of TokenizerME.