Uses of Interface
com.basistech.rosette.dm.Annotator
Packages that use Annotator
Package
Description
Rosette Data Model.
Utility classes related to the data model.
-
Uses of Annotator in com.basistech.rosette.dm
Classes in com.basistech.rosette.dm that implement AnnotatorModifier and TypeClassDescriptionclassThis abstract class provides the canonical mapping from annotating with string input to annotating withAnnotatedTextinput. -
Uses of Annotator in com.basistech.rosette.dm.util
Classes in com.basistech.rosette.dm.util that implement AnnotatorModifier and TypeClassDescriptionclassAn annotator that applies a series of annotators.classAn annotator that delegates to one of a collection of per-language annotators.Methods in com.basistech.rosette.dm.util that return AnnotatorModifier and TypeMethodDescriptionWholeDocumentLanguageDispatchAnnotatorBuilder.build()Create the annotator.Methods in com.basistech.rosette.dm.util with parameters of type AnnotatorModifier and TypeMethodDescriptionWholeDocumentLanguageDispatchAnnotatorBuilder.delegate(com.basistech.util.LanguageCode language, Annotator delegate) Add a delegateConstructor parameters in com.basistech.rosette.dm.util with type arguments of type AnnotatorModifierConstructorDescriptionComposingAnnotator(List<Annotator> annotators) Construct a composing annotator from a list of annotators.