Uses of Annotation Interface
opennlp.tools.commons.ThreadSafe
Packages that use ThreadSafe
-
Uses of ThreadSafe in opennlp.tools.termvector
Classes in opennlp.tools.termvector with annotations of type ThreadSafeModifier and TypeClassDescriptionfinal recordOne entry of a term vector layer: a term, how often it occurs in the document, and where. -
Uses of ThreadSafe in opennlp.tools.tokenize
Classes in opennlp.tools.tokenize with annotations of type ThreadSafeModifier and TypeClassDescriptionfinal classASubwordTokenizerimplementing the BERT tokenization stages: basic tokenization (control removal, whitespace normalization, CJK isolation, optional lower casing with accent stripping, punctuation isolation) followed by greedy longest-match wordpiece segmentation. -
Uses of ThreadSafe in opennlp.tools.util.normalizer
Classes in opennlp.tools.util.normalizer with annotations of type ThreadSafeModifier and TypeClassDescriptionfinal classA bidirectional alignment between an original text and a normalized form of it.