Uses of Class
com.basistech.rosette.dm.AnnotatedText
Packages that use AnnotatedText
Package
Description
Rosette Data Model.
Utility classes related to the data model.
-
Uses of AnnotatedText in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return AnnotatedTextModifier and TypeMethodDescriptionAbstractAnnotator.annotate(CharSequence input) Annotator.annotate(AnnotatedText input) Annotates an existing text object with additional attributes.Annotator.annotate(CharSequence input) Annotates raw text with attributes.AnnotatedText.Builder.build()Constructs aAnnotatedTextobject from the settings in this builder.Methods in com.basistech.rosette.dm with parameters of type AnnotatedTextModifier and TypeMethodDescriptionAnnotator.annotate(AnnotatedText input) Annotates an existing text object with additional attributes.Constructors in com.basistech.rosette.dm with parameters of type AnnotatedTextModifierConstructorDescriptionBuilder(AnnotatedText startingPoint) Constructs a builder from an existingAnnotatedText. -
Uses of AnnotatedText in com.basistech.rosette.dm.util
Methods in com.basistech.rosette.dm.util that return AnnotatedTextModifier and TypeMethodDescriptionComposingAnnotator.annotate(AnnotatedText input) ComposingAnnotator.annotate(CharSequence input) Apply the first annotator to the plain character sequence, and then chain the results of that annotator through the remaining annotators.WholeDocumentLanguageDispatchAnnotator.annotate(AnnotatedText input) WholeDocumentLanguageDispatchAnnotator.annotate(CharSequence input) Methods in com.basistech.rosette.dm.util with parameters of type AnnotatedTextModifier and TypeMethodDescriptionComposingAnnotator.annotate(AnnotatedText input) WholeDocumentLanguageDispatchAnnotator.annotate(AnnotatedText input)