Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractAnnotator - Class in com.basistech.rosette.dm
This abstract class provides the canonical mapping from annotating with string input to annotating with AnnotatedText input.
AbstractAnnotator() - Constructor for class com.basistech.rosette.dm.AbstractAnnotator
 
add(int, Item) - Method in class com.basistech.rosette.dm.ListAttribute
 
add(Transliteration) - Method in class com.basistech.rosette.dm.Transliteration.Builder
Adds all the transliterations within the given Transliteration to this builder.
add(ISO15924, String) - Method in class com.basistech.rosette.dm.Transliteration.Builder
Adds a transliterated text to this builder.
add(Item) - Method in class com.basistech.rosette.dm.ListAttribute
 
add(Item) - Method in class com.basistech.rosette.dm.ListAttribute.Builder
Adds one item to the list.
addAdjunct(RelationshipComponent) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Add an adjunct.
addAll(int, Collection<? extends Item>) - Method in class com.basistech.rosette.dm.ListAttribute
 
addAll(Collection<? extends Item>) - Method in class com.basistech.rosette.dm.ListAttribute
 
addAllToList(List<T>, List<T>) - Static method in class com.basistech.rosette.dm.BaseAttribute.Builder
Add all the entries of a list to another list, but don't NPE if the 'to be added' list is null.
addAllToSet(Set<T>, Set<T>) - Static method in class com.basistech.rosette.dm.BaseAttribute.Builder
Add all the entries of a set to another set, but don't NPE if the 'to be added' collection is null.
addAnalysis(MorphoAnalysis) - Method in class com.basistech.rosette.dm.Token.Builder
Adds an analysis.
addComponent(Token) - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
Adds a compound component.
addLocative(RelationshipComponent) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Add a locative.
addMorpheme(String, String) - Method in class com.basistech.rosette.dm.KoreanMorphoAnalysis.Builder
add a morpheme/tag pair.
addNormalized(String) - Method in class com.basistech.rosette.dm.Token.Builder
Adds a normalized form.
addPrefix(String, String) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Adds a prefix.
addReading(String) - Method in class com.basistech.rosette.dm.HanMorphoAnalysis.Builder
Adds a reading.
addStem(String, String) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Adds a stem.
addSuffix(String, String) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Adds a suffix.
addTemporal(RelationshipComponent) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Add a temporal.
addTranslatedToken(String) - Method in class com.basistech.rosette.dm.TranslatedTokens.Builder
Adds the translation of one token to the list of translations.
addTransliteration(LanguageCode, Transliteration) - Method in class com.basistech.rosette.dm.TransliterationResults.Builder
Adds the given Transliteration under the given LanguageCode
adjuncts(Set<RelationshipComponent>) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Attaches a list of adjuncts
analyses(List<MorphoAnalysis>) - Method in class com.basistech.rosette.dm.Token.Builder
Sets the list of morphological analyses.
annotate(AnnotatedText) - Method in interface com.basistech.rosette.dm.Annotator
Annotates an existing text object with additional attributes.
annotate(AnnotatedText) - Method in class com.basistech.rosette.dm.util.ComposingAnnotator
 
annotate(AnnotatedText) - Method in class com.basistech.rosette.dm.util.WholeDocumentLanguageDispatchAnnotator
 
annotate(CharSequence) - Method in class com.basistech.rosette.dm.AbstractAnnotator
 
annotate(CharSequence) - Method in interface com.basistech.rosette.dm.Annotator
Annotates raw text with attributes.
annotate(CharSequence) - Method in class com.basistech.rosette.dm.util.ComposingAnnotator
Apply the first annotator to the plain character sequence, and then chain the results of that annotator through the remaining annotators.
annotate(CharSequence) - Method in class com.basistech.rosette.dm.util.WholeDocumentLanguageDispatchAnnotator
 
AnnotatedText - Class in com.basistech.rosette.dm
The root of the data model.
AnnotatedText.Builder - Class in com.basistech.rosette.dm
Builder class for AnnotatedText objects.
Annotator - Interface in com.basistech.rosette.dm
An Annotator annotates text with attributes.
ArabicMorphoAnalysis - Class in com.basistech.rosette.dm
Arabic morphological analysis.
ArabicMorphoAnalysis(String, String, List<Token>, String, int, int, String, boolean, boolean, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, TagSet, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.ArabicMorphoAnalysis
 
ArabicMorphoAnalysis(String, String, List<Token>, String, int, int, String, boolean, boolean, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.ArabicMorphoAnalysis
 
ArabicMorphoAnalysis.Builder - Class in com.basistech.rosette.dm
Builder class for ArabicMorphoAnalysis.
arg1(RelationshipComponent) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Attaches arg1
arg2(RelationshipComponent) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Attaches arg2
arg3(RelationshipComponent) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Attaches arg3
Attribute - Class in com.basistech.rosette.dm
Base class for attributes that span a range of text.
Attribute(int, int) - Constructor for class com.basistech.rosette.dm.Attribute
 
Attribute(int, int, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Attribute
 
Attribute.Builder<T extends Attribute,B extends Attribute.Builder<T,B>> - Class in com.basistech.rosette.dm
Base class for builders for attributes that inherit from Attribute.
attributes() - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Returns the current attributes.

B

BaseAttribute - Class in com.basistech.rosette.dm
Base class for attributes that annotate text.
BaseAttribute() - Constructor for class com.basistech.rosette.dm.BaseAttribute
 
BaseAttribute(Map<String, Object>) - Constructor for class com.basistech.rosette.dm.BaseAttribute
 
BaseAttribute.Builder<T extends BaseAttribute,B extends BaseAttribute.Builder<T,B>> - Class in com.basistech.rosette.dm
Base class for builders for the subclasses of BaseAttribute.
BaseNounPhrase - Class in com.basistech.rosette.dm
A base noun phrase.
BaseNounPhrase(int, int, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.BaseNounPhrase
 
BaseNounPhrase.Builder - Class in com.basistech.rosette.dm
Builder for base noun phrase attributes.
baseNounPhrases(ListAttribute<BaseNounPhrase>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of base noun phrases.
BT_ARABIC - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Arabic
BT_CHINESE - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Chinese which was added in RBL-JE 7.16.0.c58.2.
BT_CHINESE_RBLJE_2 - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Chinese which was added in RBL-JE 2.3.0
BT_CZECH - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Czech
BT_DUTCH - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Dutch
BT_ENGLISH - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for English
BT_FRENCH - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for French
BT_GERMAN - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for German
BT_GREEK - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Greek
BT_HUNGARIAN - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Hungarian
BT_ITALIAN - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Italian
BT_JAPANESE - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Japanese which was added in RBL-JE 7.13.0.c56.6.
BT_JAPANESE_RBLJE_2 - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Japanese which was added in RBL-JE 2.0.0
BT_KOREAN - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Korean
BT_LANGUAGE_NEUTRAL - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's language neutral tag set, used for emojis, emoticons, hashtags, etc.
BT_PERSIAN - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Persian
BT_POLISH - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Polish
BT_PORTUGUESE - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Portuguese
BT_RUSSIAN - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Russian
BT_SPANISH - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Spanish
BT_URDU - Enum constant in enum class com.basistech.rosette.dm.TagSet
Basis Technology's tag set for Urdu
build() - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Constructs a AnnotatedText object from the settings in this builder.
build() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Constructs the analysis from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.BaseNounPhrase.Builder
Constructs the base noun phrase from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.CategorizerResult.Builder
Returns an immutable categorizer result from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.Concept.Builder
Returns an immutable concept based on the content of the builder
build() - Method in class com.basistech.rosette.dm.Dependency.Builder
Constructs the Dependency from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.EmbeddingCollection.Builder
Build the collection.
build() - Method in class com.basistech.rosette.dm.Embeddings.Builder
Construct the embedding object.
build() - Method in class com.basistech.rosette.dm.Entity.Builder
Returns an immutable resolved entity from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Builds the immutable mention.
build() - Method in class com.basistech.rosette.dm.Extent.Builder
Creates an immutable extent from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.HanMorphoAnalysis.Builder
Builds an immutable analysis object from the current state of this builder.
build() - Method in class com.basistech.rosette.dm.Keyphrase.Builder
Returns an immutable Keyphrase out of the builder contents
build() - Method in class com.basistech.rosette.dm.KoreanMorphoAnalysis.Builder
Builds an immutable analysis object from the current state of this builder.
build() - Method in class com.basistech.rosette.dm.LanguageDetection.Builder
Constructs an immutable language detection result from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
Build an immutable detection result from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.LayoutRegion.Builder
Builds an immutable layout region from the current state of this builder.
build() - Method in class com.basistech.rosette.dm.ListAttribute.Builder
Constructs an immutable list from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.MapAttribute.Builder
Constructs an immutable map from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.Mention.Builder
Builds the immutable mention.
build() - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
Builds a new immutable morpho analysis from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.Name.Builder
Construct a new, immutable, Name object from the contents of the builder.
build() - Method in class com.basistech.rosette.dm.RelationshipComponent.Builder
 
build() - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Returns an immutable relation mention from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
Returns an immutable resolved entity from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.ScriptRegion.Builder
Builds an immutable script region from the current state of this builder.
build() - Method in class com.basistech.rosette.dm.Sentence.Builder
Creates an immutable sentence from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.SimilarTerm.Builder
Returns an immutable SimilarTerm from the current state of this builder
build() - Method in class com.basistech.rosette.dm.Token.Builder
Creates a new immutable Token object from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.TranslatedData.Builder
Builds a new TranslatedData object from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.TranslatedTokens.Builder
Builds a new TranslatedTokens object from the current state of the builder.
build() - Method in class com.basistech.rosette.dm.Transliteration.Builder
Creates a new Transliteration from the current state of this builder.
build() - Method in class com.basistech.rosette.dm.TransliterationResults.Builder
Creates a new immutable TransliterationResults from the internal state of this builder.
build() - Method in class com.basistech.rosette.dm.util.WholeDocumentLanguageDispatchAnnotatorBuilder
Create the annotator.
Builder() - Constructor for class com.basistech.rosette.dm.AnnotatedText.Builder
Constructs a builder.
Builder() - Constructor for class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Constructs an empty builder.
Builder() - Constructor for class com.basistech.rosette.dm.BaseAttribute.Builder
Constructs a builder with no data.
Builder() - Constructor for class com.basistech.rosette.dm.EmbeddingCollection.Builder
 
Builder() - Constructor for class com.basistech.rosette.dm.Embeddings.Builder
 
Builder() - Constructor for class com.basistech.rosette.dm.Entity.Builder
Constructs a builder from the required values.
Builder() - Constructor for class com.basistech.rosette.dm.HanMorphoAnalysis.Builder
Constructs a builder with default values.
Builder() - Constructor for class com.basistech.rosette.dm.KoreanMorphoAnalysis.Builder
Constructs a builder with default values.
Builder() - Constructor for class com.basistech.rosette.dm.MorphoAnalysis.Builder
Constructs a builder with default values.
Builder() - Constructor for class com.basistech.rosette.dm.RelationshipComponent.Builder
 
Builder() - Constructor for class com.basistech.rosette.dm.SimilarTerm.Builder
 
Builder() - Constructor for class com.basistech.rosette.dm.Transliteration.Builder
Creates a builder without any transliterated text.
Builder() - Constructor for class com.basistech.rosette.dm.TransliterationResults.Builder
Creates a new empty builder (one with no Transliterations)
Builder(int[], int, int) - Constructor for class com.basistech.rosette.dm.BaseNounPhrase.Builder
Constructs a builder from the 'traditional Rosette' data structure.
Builder(int[], int, int) - Constructor for class com.basistech.rosette.dm.Sentence.Builder
Constructs a builder from the 'traditional Rosette' data structure.
Builder(int, int) - Constructor for class com.basistech.rosette.dm.Attribute.Builder
Constructs a builder with offsets.
Builder(int, int) - Constructor for class com.basistech.rosette.dm.BaseNounPhrase.Builder
Constructs a builder from the required properties.
Builder(int, int) - Constructor for class com.basistech.rosette.dm.Extent.Builder
Constructs a builder with offsets.
Builder(int, int) - Constructor for class com.basistech.rosette.dm.Mention.Builder
Constructs a builder with the minimal required information for an entity mention.
Builder(int, int) - Constructor for class com.basistech.rosette.dm.RelationshipMention.Builder
Constructs a builder with the minimal required information for an relationship mentions.
Builder(int, int) - Constructor for class com.basistech.rosette.dm.Sentence.Builder
Constructs a builder from the required properties.
Builder(int, int, LayoutRegion.Layout) - Constructor for class com.basistech.rosette.dm.LayoutRegion.Builder
Constructs a layout region builder from the required values.
Builder(int, int, ISO15924) - Constructor for class com.basistech.rosette.dm.ScriptRegion.Builder
Constructs a script region builder from the required values.
Builder(int, int, String) - Constructor for class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Constructs a builder with the minimal required information for an entity mention.
Builder(int, int, String) - Constructor for class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
Constructs a builder from the required values.
Builder(int, int, String) - Constructor for class com.basistech.rosette.dm.Token.Builder
Constructs a builder from the required properties.
Builder(int, int, List<LanguageDetection.DetectionResult>) - Constructor for class com.basistech.rosette.dm.LanguageDetection.Builder
Constructs a builder from the required properties.
Builder(AnnotatedText) - Constructor for class com.basistech.rosette.dm.AnnotatedText.Builder
Constructs a builder from an existing AnnotatedText.
Builder(ArabicMorphoAnalysis) - Constructor for class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Constructs a builder from an existing analysis.
Builder(Attribute) - Constructor for class com.basistech.rosette.dm.Attribute.Builder
Constructs a builder by copying values from an existing object.
Builder(Attribute) - Constructor for class com.basistech.rosette.dm.Extent.Builder
Constructs a builder by copying values from an existing object.
Builder(BaseAttribute) - Constructor for class com.basistech.rosette.dm.BaseAttribute.Builder
Constructs a builder with values derived from an existing object.
Builder(BaseNounPhrase) - Constructor for class com.basistech.rosette.dm.BaseNounPhrase.Builder
Constructs a builder from an existing BaseNounPhrase.
Builder(CategorizerResult) - Constructor for class com.basistech.rosette.dm.CategorizerResult.Builder
Constructs a builder by copying values from an existing categorizer result.
Builder(Concept) - Constructor for class com.basistech.rosette.dm.Concept.Builder
Constructs a builder by copying values from an existing concept
Builder(Dependency) - Constructor for class com.basistech.rosette.dm.Dependency.Builder
Constructs a builder from an existing Dependency.
Builder(EmbeddingCollection) - Constructor for class com.basistech.rosette.dm.EmbeddingCollection.Builder
 
Builder(Entity) - Constructor for class com.basistech.rosette.dm.Entity.Builder
Constructs a builder by copying values from an existing resolved entity.
Builder(EntityMention) - Constructor for class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Constructs a builder initialized with information from an existing entity mention.
Builder(HanMorphoAnalysis) - Constructor for class com.basistech.rosette.dm.HanMorphoAnalysis.Builder
Constructs a builder initialized from an existing analysis.
Builder(Keyphrase) - Constructor for class com.basistech.rosette.dm.Keyphrase.Builder
Constructs a builder out of an existing Keyphrase
Builder(KoreanMorphoAnalysis) - Constructor for class com.basistech.rosette.dm.KoreanMorphoAnalysis.Builder
Constructs a builder initialized from an existing analysis.
Builder(LanguageDetection) - Constructor for class com.basistech.rosette.dm.LanguageDetection.Builder
Constructs a builder by copying the values from an existing language detection.
Builder(LanguageDetection.DetectionResult) - Constructor for class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
Constructs a builder initialized from an existing detection result.
Builder(LayoutRegion) - Constructor for class com.basistech.rosette.dm.LayoutRegion.Builder
Constructs a builder from an existing layout region.
Builder(Mention) - Constructor for class com.basistech.rosette.dm.Mention.Builder
Constructs a builder initialized with information from an existing entity mention.
Builder(MorphoAnalysis) - Constructor for class com.basistech.rosette.dm.MorphoAnalysis.Builder
Constructs a builder from an existing analysis.
Builder(RelationshipMention) - Constructor for class com.basistech.rosette.dm.RelationshipMention.Builder
Constructs a builder by copying values from an existing relationship mention.
Builder(ResolvedEntity) - Constructor for class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
Constructs a builder by copying values from an existing resolved entity.
Builder(ScriptRegion) - Constructor for class com.basistech.rosette.dm.ScriptRegion.Builder
Constructs a builder from an existing script region.
Builder(Sentence) - Constructor for class com.basistech.rosette.dm.Sentence.Builder
Constructs a builder from the contents of an existing sentence.
Builder(Token) - Constructor for class com.basistech.rosette.dm.Token.Builder
Constructs a builder from the values of an existing token.
Builder(TranslatedData) - Constructor for class com.basistech.rosette.dm.TranslatedData.Builder
Constructs a builder from an existing TranslatedData object
Builder(TranslatedTokens) - Constructor for class com.basistech.rosette.dm.TranslatedTokens.Builder
Constructs a builder from an existing TranslatedTokens object
Builder(Transliteration) - Constructor for class com.basistech.rosette.dm.Transliteration.Builder
Creates a builder that starts out with the same transliterations as the given Transliteration.
Builder(TransliterationResults) - Constructor for class com.basistech.rosette.dm.TransliterationResults.Builder
Creates a new builder whose state starts out with a copy of the given TransliterationResults
Builder(ISO15924, String) - Constructor for class com.basistech.rosette.dm.Transliteration.Builder
Creates a builder with the given transliteration text, and script pair.
Builder(LanguageCode) - Constructor for class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
Constructs a builder with default values.
Builder(LanguageCode, ISO15924, String) - Constructor for class com.basistech.rosette.dm.TransliterationResults.Builder
Creates a new builder with a Transliteration containing the given transliteration under the language languageCode
Builder(TextDomain) - Constructor for class com.basistech.rosette.dm.TranslatedTokens.Builder
Constructs a builder from the required properties
Builder(TextDomain, String) - Constructor for class com.basistech.rosette.dm.TranslatedData.Builder
Constructs a builder from the required properties
Builder(Class<?>, Class<? extends BaseAttribute>) - Constructor for class com.basistech.rosette.dm.MapAttribute.Builder
Constructs an empty builder.
Builder(Class<? extends BaseAttribute>) - Constructor for class com.basistech.rosette.dm.ListAttribute.Builder
Constructs an empty builder.
Builder(String) - Constructor for class com.basistech.rosette.dm.Name.Builder
Construct a builder from a name text.
Builder(String, int, int) - Constructor for class com.basistech.rosette.dm.Dependency.Builder
Constructs a builder from the required properties.
Builder(String, Double) - Constructor for class com.basistech.rosette.dm.CategorizerResult.Builder
Constructs a builder from the required values.
Builder(String, String) - Constructor for class com.basistech.rosette.dm.Concept.Builder
Construct a builder out of the required properties
Builder(String, List<Extent>) - Constructor for class com.basistech.rosette.dm.Keyphrase.Builder
Constructs a builder from the required properties
buildExtendedProperties() - Method in class com.basistech.rosette.dm.BaseAttribute.Builder
Cook up a map to pass to the constructor.

C

CategorizerResult - Class in com.basistech.rosette.dm
Associates a label with a document.
CategorizerResult.Builder - Class in com.basistech.rosette.dm
A builder for classifier results.
categorizerResults(ListAttribute<CategorizerResult>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of categorizer results.
clear() - Method in class com.basistech.rosette.dm.ListAttribute
 
clear() - Method in class com.basistech.rosette.dm.MapAttribute
 
clearResults() - Method in class com.basistech.rosette.dm.TransliterationResults.Builder
Clears the current transliterations for all languages
clearTransliterations() - Method in class com.basistech.rosette.dm.Transliteration.Builder
Clears all the transliterated texts within the current builder.
com.basistech.rosette.dm - package com.basistech.rosette.dm
Rosette Data Model.
com.basistech.rosette.dm.util - package com.basistech.rosette.dm.util
Utility classes related to the data model.
components - Variable in class com.basistech.rosette.dm.MorphoAnalysis.Builder
 
components(List<Token>) - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
Sets all of the compound components.
ComposingAnnotator - Class in com.basistech.rosette.dm.util
An annotator that applies a series of annotators.
ComposingAnnotator(List<Annotator>) - Constructor for class com.basistech.rosette.dm.util.ComposingAnnotator
Construct a composing annotator from a list of annotators.
Concept - Class in com.basistech.rosette.dm
A reference to a high-level "concept" of a document.
Concept(String, Double, String, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Concept
 
Concept.Builder - Class in com.basistech.rosette.dm
A Builder for concepts
conceptId - Variable in class com.basistech.rosette.dm.Concept.Builder
 
conceptId(String) - Method in class com.basistech.rosette.dm.Concept.Builder
Specify the unique ID associated with this concept
concepts(ListAttribute<Concept>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
 
confidence(double) - Method in class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
Specifies the confidence value.
confidence(Double) - Method in class com.basistech.rosette.dm.CategorizerResult.Builder
Specifies the confidence value.
confidence(Double) - Method in class com.basistech.rosette.dm.Entity.Builder
Specifies the confidence value of the resolved entity.
confidence(Double) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the confidence.
confidence(Double) - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
Specifies the confidence.
confidence(Double) - Method in class com.basistech.rosette.dm.Mention.Builder
Specifies the confidence.
confidence(Double) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Specifies the confidence value for this mention.
confidence(Double) - Method in class com.basistech.rosette.dm.TranslatedData.Builder
Specify the confidence value for this translation.
contains(Object) - Method in class com.basistech.rosette.dm.ListAttribute
 
containsAll(Collection<?>) - Method in class com.basistech.rosette.dm.ListAttribute
 
containsKey(Object) - Method in class com.basistech.rosette.dm.MapAttribute
 
containsValue(Object) - Method in class com.basistech.rosette.dm.MapAttribute
 
coreferenceChainId(int) - Method in class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
Specifies the coreference chain id.
coreferenceChainId(Integer) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the coreference chain identifier.

D

data() - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Returns the current character data.
data(CharSequence) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Constructs a builder over some character data.
definiteArticle(boolean) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Specifies whether the word has an attached definite article.
delegate(LanguageCode, Annotator) - Method in class com.basistech.rosette.dm.util.WholeDocumentLanguageDispatchAnnotatorBuilder
Add a delegate
dependencies(ListAttribute<Dependency>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of dependencies.
Dependency - Class in com.basistech.rosette.dm
An inter-token dependency from a parser.
Dependency(String, int, int, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Dependency
 
Dependency.Builder - Class in com.basistech.rosette.dm
Builder for Dependency.
DetectionResult(LanguageCode, String, ISO15924, Double, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.LanguageDetection.DetectionResult
 
documentMetadata() - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Returns the current document metadata.
documentMetadata(String, String) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Adds an entry to the document metadata.
documentMetadata(String, List<String>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Adds an entry to the document metadata.
documentMetadata(Map<String, List<String>>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Add all of the contents of a map of metadata to the document metadata.

E

EmbeddingCollection - Class in com.basistech.rosette.dm
A vector of embeddings for some vector of items in an AnnotatedText.
EmbeddingCollection(Map<Integer, float[]>) - Constructor for class com.basistech.rosette.dm.EmbeddingCollection
 
EmbeddingCollection.Builder - Class in com.basistech.rosette.dm
Builder class for EmbeddingsCollection.
embeddings() - Method in class com.basistech.rosette.dm.EmbeddingCollection.Builder
Retrieve the current embeddings
embeddings(Embeddings) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a set of embeddings.
Embeddings - Class in com.basistech.rosette.dm
Embeddings for a text.
Embeddings(Map<Embeddings.Name, EmbeddingCollection>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Embeddings
 
Embeddings.Builder - Class in com.basistech.rosette.dm
 
Embeddings.Name - Enum Class in com.basistech.rosette.dm
The embedding name.
encoding(String) - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
Specifies the encoding.
endOffset - Variable in class com.basistech.rosette.dm.Attribute.Builder
 
endOffset - Variable in class com.basistech.rosette.dm.Attribute
 
endOffset(int) - Method in class com.basistech.rosette.dm.Attribute.Builder
Specifies the end character offset.
entities(ListAttribute<Entity>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of entities.
Entity - Class in com.basistech.rosette.dm
A reference to a "real world" entity.
Entity(List<Mention>, Integer, String, String, Double, List<CategorizerResult>, Double, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Entity
 
Entity.Builder - Class in com.basistech.rosette.dm
A builder for resolved entities.
entityId(String) - Method in class com.basistech.rosette.dm.Entity.Builder
Specifies the entity unique ID.
entityId(String) - Method in class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
Specifies the entity unique ID.
EntityMention - Class in com.basistech.rosette.dm
Deprecated.
This class is replaced by Mention.
EntityMention(int, int, String, Integer, Double, Double, Integer, String, String, String, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.EntityMention
Deprecated.
 
EntityMention.Builder - Class in com.basistech.rosette.dm
Deprecated.
A builder for entity mentions.
entityMentions(ListAttribute<EntityMention>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
entityType(String) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the entity type.
entrySet() - Method in class com.basistech.rosette.dm.MapAttribute
 
equals(Object) - Method in class com.basistech.rosette.dm.EmbeddingCollection
 
Event - Class in com.basistech.rosette.dm
 
EventMention - Class in com.basistech.rosette.dm
 
EventRole - Class in com.basistech.rosette.dm
 
EventRole(int, int, Map<String, Object>, String, String, String, Double) - Constructor for class com.basistech.rosette.dm.EventRole
 
events(ListAttribute<Event>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of events.
explanationSet(List<String>) - Method in class com.basistech.rosette.dm.CategorizerResult.Builder
Specifies the explanation set.
extendedProperties - Variable in class com.basistech.rosette.dm.BaseAttribute
 
extendedProperties(Map<String, Object>) - Method in class com.basistech.rosette.dm.BaseAttribute.Builder
Replace the entire extended property map.
extendedProperty(String, Object) - Method in class com.basistech.rosette.dm.BaseAttribute.Builder
Adds an extended value key-value pair.
extendedProperty(String, Object) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Adds an extended value key-value pair.
Extent - Class in com.basistech.rosette.dm
An evidence for a relationship mention component, pointing to the exact span in the raw text that implies the existence of this component The offsets refer to a half-open range of characters (UTF-16 elements) Note that Extents have no properties of their own.
Extent(int, int) - Constructor for class com.basistech.rosette.dm.Extent
 
Extent(int, int, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Extent
 
Extent.Builder - Class in com.basistech.rosette.dm
Builder for Extent attributes.
extents(List<Extent>) - Method in class com.basistech.rosette.dm.Keyphrase.Builder
Specify the list of offsets of each mention of the keyphrase
extents(List<Extent>) - Method in class com.basistech.rosette.dm.RelationshipComponent.Builder
 

F

flags(int) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the flags.

G

get(int) - Method in class com.basistech.rosette.dm.ListAttribute
 
get(Embeddings.Name) - Method in class com.basistech.rosette.dm.Embeddings
Retrieve the embeddings, if any, for a particular collection.
get(ISO15924) - Method in class com.basistech.rosette.dm.Transliteration
Gets the transliterated text in the given script
get(Object) - Method in class com.basistech.rosette.dm.MapAttribute
 
getAdjuncts() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns a set of adjuncts.
getAll() - Method in class com.basistech.rosette.dm.Transliteration
Gives all the mappings that this transliteration has.
getAnalyses() - Method in class com.basistech.rosette.dm.Token
Returns the list of analyses.
getArg1() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the first argument.
getArg2() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the second argument.
getArg3() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the third argument.
getAttributes() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns all of the annotations on this text.
getBaseNounPhrases() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of base noun phrases.
getCategorizerResults() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of categorizer results.
getCollections() - Method in class com.basistech.rosette.dm.Embeddings
Retrieve all of the collections as a map.
getComponents() - Method in class com.basistech.rosette.dm.MorphoAnalysis
Returns the compound components.
getConceptId() - Method in class com.basistech.rosette.dm.Concept
Returns the ID associated with the concept
getConcepts() - Method in class com.basistech.rosette.dm.AnnotatedText
 
getConfidence() - Method in class com.basistech.rosette.dm.CategorizerResult
Returns the confidence this result.
getConfidence() - Method in class com.basistech.rosette.dm.Entity
Returns the confidence for this resolved entity, or null if there is none.
getConfidence() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns the confidence of the entity extractor in identifying this mention.
getConfidence() - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult
Returns the confidence of this detection.
getConfidence() - Method in class com.basistech.rosette.dm.Mention
Returns the confidence of the entity extractor in identifying this mention.
getConfidence() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the confidence value for the mention
getConfidence() - Method in class com.basistech.rosette.dm.ResolvedEntity
Deprecated.
Returns the confidence for this resolved entity, or null if there is none.
getConfidence() - Method in class com.basistech.rosette.dm.TranslatedData
Returns the confidence value for this translation, nor null if there is none.
getCoreferenceChainId() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns a chain id that links together entity mentions that refer to the same entity as determined by in-document analysis.
getCoreferenceChainId() - Method in class com.basistech.rosette.dm.ResolvedEntity
Deprecated.
Returns the in-document coreference chain ID for this entity, or null if there is none.
getData() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the character data for this text.
getData() - Method in class com.basistech.rosette.dm.RawData
Returns the raw data.
getDependencies() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of dependencies.
getDependencyTokenIndex() - Method in class com.basistech.rosette.dm.Dependency
 
getDetectionResults() - Method in class com.basistech.rosette.dm.LanguageDetection
Returns the detection results, in order from best to worst confidence.
getDocumentMetadata() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns document-level metadata.
getDomain() - Method in class com.basistech.rosette.dm.TranslatedData
Returns the domain for this object.
getDomain() - Method in class com.basistech.rosette.dm.TranslatedTokens
Returns the domain for this object.
getEmbeddings() - Method in class com.basistech.rosette.dm.AnnotatedText
Return the embeddings associated with this text.
getEmbeddings() - Method in class com.basistech.rosette.dm.EmbeddingCollection
Return the embeddings.
getEncoding() - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult
Returns the detected encoding.
getEndOffset() - Method in class com.basistech.rosette.dm.Attribute
Return the end character offset.
getEntities() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of entities.
getEntityId() - Method in class com.basistech.rosette.dm.Entity
Returns the unique identifier of this entity.
getEntityId() - Method in class com.basistech.rosette.dm.ResolvedEntity
Deprecated.
Returns the unique identifier of this entity.
getEntityMentions() - Method in class com.basistech.rosette.dm.AnnotatedText
Deprecated.
this constructs a list of the old objects for compatibility, the supported item is Mention.
getEntityType() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns the type of the entity.
getEvents() - Method in class com.basistech.rosette.dm.AnnotatedText
 
getExplanationSet() - Method in class com.basistech.rosette.dm.CategorizerResult
Returns a list of the N highest positive features that contributed to the categorization (the 'explanation set'), ordered by descending score.
getExtendedProperties() - Method in class com.basistech.rosette.dm.BaseAttribute
Returns the extended properties.
getExtents() - Method in class com.basistech.rosette.dm.Keyphrase
Returns the list of extents marking the offsets of each instance of the keyphrase in the text
getExtents() - Method in class com.basistech.rosette.dm.RelationshipComponent
Returns a list of start and end offsets, which serve as extents in the data for a component.
getFlags() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns flags associated with a mention.
getGovernorTokenIndex() - Method in class com.basistech.rosette.dm.Dependency
 
getHeadMentionIndex() - Method in class com.basistech.rosette.dm.Entity
Return the head mention index, if any.
getIdentifier() - Method in class com.basistech.rosette.dm.RelationshipComponent
Returns a textual identifier from an external database of "real world" entity, property or value this component refers (or "resolves") to.
getItemClass() - Method in class com.basistech.rosette.dm.ListAttribute
Internal use method for Jackson/Json serialization.
getItems() - Method in class com.basistech.rosette.dm.ListAttribute
Internal use API used in Jackson serialization.
getItems() - Method in class com.basistech.rosette.dm.MapAttribute
Internal use API used in Jackson serialization.
getKeyClass() - Method in class com.basistech.rosette.dm.MapAttribute
Internal use method for Jackson/Json serialization.
getKeyphrases() - Method in class com.basistech.rosette.dm.AnnotatedText
 
getLabel() - Method in class com.basistech.rosette.dm.CategorizerResult
Returns the label of this result.
getLanguage() - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult
Returns the detected language.
getLanguageDetectionRegions() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of language regions.
getLanguageOfOrigin() - Method in class com.basistech.rosette.dm.Name
 
getLanguageOfUse() - Method in class com.basistech.rosette.dm.Name
 
getLayout() - Method in class com.basistech.rosette.dm.LayoutRegion
Gets the layout.
getLayoutRegions() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of layout regions.
getLemma() - Method in class com.basistech.rosette.dm.MorphoAnalysis
Returns the lemma.
getLinkingConfidence() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns the linking confidence of the kb-linker in link this mention and entity id.
getLinkingConfidence() - Method in class com.basistech.rosette.dm.Mention
Returns the linking confidence of the kb-linker in link this mention and entity id.
getLocatives() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns a set of locative expressions.
getMentions() - Method in class com.basistech.rosette.dm.Entity
 
getMetadata() - Method in class com.basistech.rosette.dm.RawData
Returns the metadata.
getModality() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the 'modality' values for this relationship.
getMorphemes() - Method in class com.basistech.rosette.dm.KoreanMorphoAnalysis
 
getMorphemeTags() - Method in class com.basistech.rosette.dm.KoreanMorphoAnalysis
 
getNormalized() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns the normalized form of the mention.
getNormalized() - Method in class com.basistech.rosette.dm.Mention
Returns the normalized form of the mention.
getNormalized() - Method in class com.basistech.rosette.dm.Token
Returns the normalized form of the token.
getPartOfSpeech() - Method in class com.basistech.rosette.dm.MorphoAnalysis
Returns the part-of-speech.
getPerFeatureScores() - Method in class com.basistech.rosette.dm.CategorizerResult
Returns a map of feature string to raw score for this result.
getPhrase() - Method in class com.basistech.rosette.dm.Concept
Returns the name for the concept
getPhrase() - Method in class com.basistech.rosette.dm.Keyphrase
Returns the name of the keyphrase
getPhrase() - Method in class com.basistech.rosette.dm.RelationshipComponent
Returns a display string representing the component.
getPredicate() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the predicate.
getPrefixes() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the components of the prefix, if any.
getPrefixLength() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the number of characters in the prefix.
getPrefixTags() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the part-of-speech tags for the prefix components.
getRaw() - Method in class com.basistech.rosette.dm.MorphoAnalysis
Returns the raw analysis.
getReadings() - Method in class com.basistech.rosette.dm.HanMorphoAnalysis
Returns the readings.
getRelationship() - Method in class com.basistech.rosette.dm.Dependency
 
getRelationshipMentions() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of relationship mentions.
getResolvedEntities() - Method in class com.basistech.rosette.dm.AnnotatedText
Deprecated.
this constructs a list of the old objects for compatibility, the supported item is Entity.
getResults() - Method in class com.basistech.rosette.dm.TransliterationResults
Gets all the Transliterations inside this
getRoot() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the root, according to semitic linguistics.
getSalience() - Method in class com.basistech.rosette.dm.Concept
Returns the salience associated with this concept
getSalience() - Method in class com.basistech.rosette.dm.Entity
If salience was computed for this entity, return it.
getSalience() - Method in class com.basistech.rosette.dm.Keyphrase
Returns the salience value associated with the keyphrase
getSalience() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the salience of this relationship mention, or null if no salience was calculated.
getScore() - Method in class com.basistech.rosette.dm.CategorizerResult
Returns the raw score of this result.
getScript() - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult
Returns the script.
getScript() - Method in class com.basistech.rosette.dm.Name
 
getScript() - Method in class com.basistech.rosette.dm.ScriptRegion
Returns the script for this region.
getScriptRegions() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of script regions.
getSentences() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of sentences.
getSentiment() - Method in class com.basistech.rosette.dm.Entity
Returns the sentiment of this entity, or null if not computed.
getSentiment() - Method in class com.basistech.rosette.dm.ResolvedEntity
Deprecated.
Returns the sentiment of this entity, or null if not computed.
getSentimentResults() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of sentiment results.
getSimilarity() - Method in class com.basistech.rosette.dm.SimilarTerm
Returns the similarity between this term and the document
getSimilarTerms() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the map of similar terms.
getSimilarTerms(LanguageCode) - Method in class com.basistech.rosette.dm.AnnotatedText
Convenience accessor for a language's list of similar terms.
getSource() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns the entity extraction source that produced this entity.
getSource() - Method in class com.basistech.rosette.dm.Mention
Returns the entity extraction source that produced this entity.
getSource() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns the relationship extraction device that produced this mention.
getSource() - Method in class com.basistech.rosette.dm.Token
Returns the source of this token.
getStartOffset() - Method in class com.basistech.rosette.dm.Attribute
Returns the start character offset.
getStemLength() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the number of characters in the stem.
getStems() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the components of the stem.
getStemTags() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the part-of-speech tags for stem components.
getSubsource() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
Returns the entity extraction subsource that produced this entity.
getSubsource() - Method in class com.basistech.rosette.dm.Mention
Returns the entity extraction subsource that produced this entity.
getSuffixes() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the components of the suffix, if any.
getSuffixTags() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns the part-of-speech tags for suffix components.
getTagSet() - Method in class com.basistech.rosette.dm.MorphoAnalysis
Returns the tag set.
getTemporals() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns a set of temporal expressions.
getTerm() - Method in class com.basistech.rosette.dm.SimilarTerm
Returns the text of this term
getText() - Method in class com.basistech.rosette.dm.Name
 
getText() - Method in class com.basistech.rosette.dm.Token
Returns the text of the token.
getThis() - Method in class com.basistech.rosette.dm.Attribute.Builder
 
getThis() - Method in class com.basistech.rosette.dm.BaseAttribute.Builder
 
getThis() - Method in class com.basistech.rosette.dm.BaseNounPhrase.Builder
 
getThis() - Method in class com.basistech.rosette.dm.CategorizerResult.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Concept.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Dependency.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Embeddings.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Entity.Builder
 
getThis() - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
 
getThis() - Method in class com.basistech.rosette.dm.Extent.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Keyphrase.Builder
 
getThis() - Method in class com.basistech.rosette.dm.LanguageDetection.Builder
 
getThis() - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
 
getThis() - Method in class com.basistech.rosette.dm.LayoutRegion.Builder
 
getThis() - Method in class com.basistech.rosette.dm.ListAttribute.Builder
 
getThis() - Method in class com.basistech.rosette.dm.MapAttribute.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Mention.Builder
 
getThis() - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Name.Builder
 
getThis() - Method in class com.basistech.rosette.dm.RelationshipComponent.Builder
 
getThis() - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
 
getThis() - Method in class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
 
getThis() - Method in class com.basistech.rosette.dm.ScriptRegion.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Sentence.Builder
 
getThis() - Method in class com.basistech.rosette.dm.SimilarTerm.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Token.Builder
 
getThis() - Method in class com.basistech.rosette.dm.TranslatedData.Builder
 
getThis() - Method in class com.basistech.rosette.dm.TranslatedTokens.Builder
 
getThis() - Method in class com.basistech.rosette.dm.Transliteration.Builder
 
getThis() - Method in class com.basistech.rosette.dm.TransliterationResults.Builder
 
getTokens() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the list of tokens.
getTopicResults() - Method in class com.basistech.rosette.dm.AnnotatedText
 
getTranslatedData() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the translations for the text.
getTranslatedTokens() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the translated tokens.
getTranslation() - Method in class com.basistech.rosette.dm.TranslatedData
Returns the translation for this object.
getTranslations() - Method in class com.basistech.rosette.dm.TranslatedTokens
Returns the translations for this object.
getTransliteration() - Method in class com.basistech.rosette.dm.AnnotatedText
 
getTransliteration(LanguageCode) - Method in class com.basistech.rosette.dm.TransliterationResults
Gets the Transliteration for the given LanguageCode.
getTransliterationInScript(LanguageCode, ISO15924) - Method in class com.basistech.rosette.dm.TransliterationResults
Gets the actual transliteration for the given LanguageCode in the given script
getType() - Method in class com.basistech.rosette.dm.Entity
If there is a type established for the entity, return the type.
getType() - Method in class com.basistech.rosette.dm.Name
 
getValueClass() - Method in class com.basistech.rosette.dm.MapAttribute
Internal use method for Jackson/Json serialization.
getWholeTextLanguageDetection() - Method in class com.basistech.rosette.dm.AnnotatedText
Returns the language results for the entire text.

H

HanMorphoAnalysis - Class in com.basistech.rosette.dm
Morphological analysis objects for Chinese and Japanese.
HanMorphoAnalysis(String, String, List<Token>, String, List<String>, TagSet, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.HanMorphoAnalysis
 
HanMorphoAnalysis(String, String, List<Token>, String, List<String>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.HanMorphoAnalysis
 
HanMorphoAnalysis.Builder - Class in com.basistech.rosette.dm
A builder for HanMorphoAnalysis.
hashCode() - Method in class com.basistech.rosette.dm.EmbeddingCollection
 
hasSyntheticPredicate() - Method in class com.basistech.rosette.dm.RelationshipMention
Returns true if the predicate is synthetic, i.e.
headMentionIndex(Integer) - Method in class com.basistech.rosette.dm.Entity.Builder
Specifies the index of the head mention in the list of mentions, if any.

I

identifier(String) - Method in class com.basistech.rosette.dm.RelationshipComponent.Builder
 
indexOf(Object) - Method in class com.basistech.rosette.dm.ListAttribute
 
isDefiniteArticle() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns true if this word has an attached definite article.
isEmpty() - Method in class com.basistech.rosette.dm.ListAttribute
 
isEmpty() - Method in class com.basistech.rosette.dm.MapAttribute
 
isStrippablePrefix() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
Returns true if the prefixes of this word can be stripped (e.g.
iterator() - Method in class com.basistech.rosette.dm.ListAttribute
 

K

Keyphrase - Class in com.basistech.rosette.dm
A reference to a "keyphrase" of a document.
Keyphrase(String, Double, List<Extent>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Keyphrase
 
Keyphrase.Builder - Class in com.basistech.rosette.dm
A builder for keyphrases
keyphrases(ListAttribute<Keyphrase>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
 
keySet() - Method in class com.basistech.rosette.dm.MapAttribute
 
KoreanMorphoAnalysis - Class in com.basistech.rosette.dm
Morphological analysis objects for Korean.
KoreanMorphoAnalysis(String, String, List<Token>, String, List<String>, List<String>, TagSet, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.KoreanMorphoAnalysis
 
KoreanMorphoAnalysis(String, String, List<Token>, String, List<String>, List<String>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.KoreanMorphoAnalysis
 
KoreanMorphoAnalysis.Builder - Class in com.basistech.rosette.dm
A builder for KoreanMorphoAnalysis.

L

language(LanguageCode) - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
Specifies the language.
LanguageDetection - Class in com.basistech.rosette.dm
The results of running language detection on a region of text.
LanguageDetection(int, int, List<LanguageDetection.DetectionResult>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.LanguageDetection
 
LanguageDetection.Builder - Class in com.basistech.rosette.dm
A builder for language detection results.
LanguageDetection.DetectionResult - Class in com.basistech.rosette.dm
A single result from language detection.
LanguageDetection.DetectionResult.Builder - Class in com.basistech.rosette.dm
Builder for detection results.
languageDetectionRegions(ListAttribute<LanguageDetection>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of language detections.
languageOfOrigin(LanguageCode) - Method in class com.basistech.rosette.dm.Name.Builder
Specify the language of origin for the name.
languageOfUse(LanguageCode) - Method in class com.basistech.rosette.dm.Name.Builder
Specify the language of use for the name.
lastIndexOf(Object) - Method in class com.basistech.rosette.dm.ListAttribute
 
LayoutRegion - Class in com.basistech.rosette.dm
Layout defines text as spans defined by structured or unstructured regions.
LayoutRegion(int, int, LayoutRegion.Layout, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.LayoutRegion
 
LayoutRegion.Builder - Class in com.basistech.rosette.dm
Builder for layout regions.
LayoutRegion.Layout - Enum Class in com.basistech.rosette.dm
Layout types
layoutRegions(ListAttribute<LayoutRegion>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of layout regions.
lemma - Variable in class com.basistech.rosette.dm.MorphoAnalysis.Builder
 
lemma(String) - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
Specifies the lemma.
lengths(int, int) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Sets the decomposition lengths.
linkingConfidence(Double) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the linking confidence.
linkingConfidence(Double) - Method in class com.basistech.rosette.dm.Mention.Builder
Specifies the linking confidence.
ListAttribute<Item extends BaseAttribute> - Class in com.basistech.rosette.dm
A container for an ordered collection of attributes of a type.
ListAttribute(Class<? extends BaseAttribute>, List<Item>) - Constructor for class com.basistech.rosette.dm.ListAttribute
 
ListAttribute(Class<? extends BaseAttribute>, List<Item>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.ListAttribute
 
ListAttribute.Builder<Item extends BaseAttribute> - Class in com.basistech.rosette.dm
A builder for lists.
listIterator() - Method in class com.basistech.rosette.dm.ListAttribute
 
listIterator(int) - Method in class com.basistech.rosette.dm.ListAttribute
 
listOrNull(List<T>) - Static method in class com.basistech.rosette.dm.BaseAttribute
Utility method for the 'no empty lists' convention.
listScripts() - Method in class com.basistech.rosette.dm.Transliteration
Lists all the scripts this transliteration has text for.
locatives(Set<RelationshipComponent>) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Attaches a list of locatives

M

MapAttribute<K,V extends BaseAttribute> - Class in com.basistech.rosette.dm
A container for a keyed collection of attributes of a type.
MapAttribute(Class<?>, Class<? extends BaseAttribute>, Map<K, V>) - Constructor for class com.basistech.rosette.dm.MapAttribute
 
MapAttribute(Class<?>, Class<? extends BaseAttribute>, Map<K, V>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.MapAttribute
 
MapAttribute.Builder<K,V extends BaseAttribute> - Class in com.basistech.rosette.dm
 
mention(Mention) - Method in class com.basistech.rosette.dm.Entity.Builder
Add one mention to the mentions.
Mention - Class in com.basistech.rosette.dm
A mention of a entity in the text.
Mention(int, int, Double, Double, String, String, String, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Mention
 
Mention.Builder - Class in com.basistech.rosette.dm
A builder for entity mentions.
MILA_HEBREW - Enum constant in enum class com.basistech.rosette.dm.TagSet
The MILA tag set for Hebrew
modality(Set<String>) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Specifies the modalities for this relationship mention.
morphemes(List<String>, List<String>) - Method in class com.basistech.rosette.dm.KoreanMorphoAnalysis.Builder
Sets the morphemes and their tags.
MorphoAnalysis - Class in com.basistech.rosette.dm
A MorphoAnalysis contains all the results of analyzing a word, or something like a word.
MorphoAnalysis(String, String, List<Token>, String, TagSet, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.MorphoAnalysis
Creates an analysis.
MorphoAnalysis(String, String, List<Token>, String, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.MorphoAnalysis
Creates an analysis.
MorphoAnalysis.Builder<T extends MorphoAnalysis,B extends MorphoAnalysis.Builder<T,B>> - Class in com.basistech.rosette.dm
Builder for MorphoAnalysis.

N

Name - Class in com.basistech.rosette.dm
A name of something in the world.
Name(String, String, ISO15924, LanguageCode, LanguageCode, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Name
 
Name.Builder - Class in com.basistech.rosette.dm
Builder for Name.
NegationCue - Class in com.basistech.rosette.dm
 
normalized(String) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the normalized form of this mention.
normalized(String) - Method in class com.basistech.rosette.dm.Mention.Builder
Specifies the normalized form of this mention.
normalized(List<String>) - Method in class com.basistech.rosette.dm.Token.Builder
Sets the list of normalized forms.
nullOrList(List<T>) - Static method in class com.basistech.rosette.dm.BaseAttribute.Builder
 

O

of(Transliteration) - Static method in class com.basistech.rosette.dm.Transliteration.Builder
Creates a builder whose contents are a copy of the given Transliteration.
of(ISO15924, String) - Static method in class com.basistech.rosette.dm.Transliteration.Builder
Creates a new builder with a transliterated text under the given script.
of(ISO15924, String) - Static method in class com.basistech.rosette.dm.Transliteration
Convenience method to create a transliteration with the given script and value.

P

partOfSpeech - Variable in class com.basistech.rosette.dm.MorphoAnalysis.Builder
 
partOfSpeech(String) - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
Specifies the part-of-speech.
perFeatureScores(Map<String, Double>) - Method in class com.basistech.rosette.dm.CategorizerResult.Builder
Specifies the per-feature scores.
phrase - Variable in class com.basistech.rosette.dm.Concept.Builder
 
phrase(String) - Method in class com.basistech.rosette.dm.Concept.Builder
Specify the name of the concept
phrase(String) - Method in class com.basistech.rosette.dm.Keyphrase.Builder
Specify the name of the keyphrase
phrase(String) - Method in class com.basistech.rosette.dm.RelationshipComponent.Builder
 
predicate(RelationshipComponent) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Attaches predicate
prefixes(List<String>, List<String>) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Set all the prefixes and their tags.
PTB_ENGLISH - Enum constant in enum class com.basistech.rosette.dm.TagSet
Penn Treebank tag set for English
put(int, float[]) - Method in class com.basistech.rosette.dm.EmbeddingCollection.Builder
Add an embedding.
put(Embeddings.Name, EmbeddingCollection) - Method in class com.basistech.rosette.dm.Embeddings.Builder
Put a collection of embeddings into the embeddings.
put(K, V) - Method in class com.basistech.rosette.dm.MapAttribute.Builder
Adds one entry to the map.
put(K, V) - Method in class com.basistech.rosette.dm.MapAttribute
 
putAll(Map<? extends K, ? extends V>) - Method in class com.basistech.rosette.dm.MapAttribute
 

R

raw - Variable in class com.basistech.rosette.dm.MorphoAnalysis.Builder
 
raw(String) - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
Specifies the raw analysis.
RawData - Class in com.basistech.rosette.dm
A container for incoming raw data (bytes).
RawData(ByteBuffer, Map<String, List<String>>) - Constructor for class com.basistech.rosette.dm.RawData
Constructs from a buffer of data and some metadata.
readings(List<String>) - Method in class com.basistech.rosette.dm.HanMorphoAnalysis.Builder
Set all the readings for this analysis.
RelationshipComponent - Class in com.basistech.rosette.dm
A Relationship Component: a building block of a relationship mention, such as an argument, predicate or adjunct.
RelationshipComponent(String, List<Extent>, String, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.RelationshipComponent
 
RelationshipComponent.Builder - Class in com.basistech.rosette.dm
 
RelationshipMention - Class in com.basistech.rosette.dm
A Relationship Mention describes arguments in a sentence and a predicate that connects them.
RelationshipMention(int, int, RelationshipComponent, RelationshipComponent, RelationshipComponent, RelationshipComponent, Set<RelationshipComponent>, Set<RelationshipComponent>, Set<RelationshipComponent>, String, Double, Set<String>, Double, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.RelationshipMention
 
RelationshipMention.Builder - Class in com.basistech.rosette.dm
 
relationshipMentions(ListAttribute<RelationshipMention>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of relationship mentions.
remove(int) - Method in class com.basistech.rosette.dm.ListAttribute
 
remove(Object) - Method in class com.basistech.rosette.dm.ListAttribute
 
remove(Object) - Method in class com.basistech.rosette.dm.MapAttribute
 
removeAll(Collection<?>) - Method in class com.basistech.rosette.dm.ListAttribute
 
resolvedEntities(ListAttribute<ResolvedEntity>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
ResolvedEntity - Class in com.basistech.rosette.dm
Deprecated.
replaced by Entity.
ResolvedEntity(int, int, String, Integer, Double, CategorizerResult, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.ResolvedEntity
Deprecated.
 
ResolvedEntity(int, int, String, Integer, Double, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.ResolvedEntity
Deprecated.
 
ResolvedEntity.Builder - Class in com.basistech.rosette.dm
Deprecated.
A builder for resolved entities.
retainAll(Collection<?>) - Method in class com.basistech.rosette.dm.ListAttribute
 
root(String) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Sets the root for the word.

S

salience - Variable in class com.basistech.rosette.dm.Concept.Builder
 
salience(Double) - Method in class com.basistech.rosette.dm.Concept.Builder
Specify the salience associated with this concept
salience(Double) - Method in class com.basistech.rosette.dm.Entity.Builder
Specify the salience for this entity.
salience(Double) - Method in class com.basistech.rosette.dm.Keyphrase.Builder
Specify the salience value for the keyphrase
salience(Double) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Specifies the salience value for this mention.
script(ISO15924) - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult.Builder
Specifies the script.
script(ISO15924) - Method in class com.basistech.rosette.dm.Name.Builder
Specify the script of the text of a name.
ScriptRegion - Class in com.basistech.rosette.dm
A script region.
ScriptRegion(int, int, ISO15924, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.ScriptRegion
 
ScriptRegion.Builder - Class in com.basistech.rosette.dm
Builder for script regions.
scriptRegions(ListAttribute<ScriptRegion>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of script regions.
Sentence - Class in com.basistech.rosette.dm
A Sentence.
Sentence(int, int, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Sentence
 
Sentence.Builder - Class in com.basistech.rosette.dm
Builder for Sentence attributes.
sentences(ListAttribute<Sentence>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of sentences.
sentiment(CategorizerResult) - Method in class com.basistech.rosette.dm.Entity.Builder
Specifies the sentiment.
sentiment(CategorizerResult) - Method in class com.basistech.rosette.dm.ResolvedEntity.Builder
Deprecated.
Specifies the sentiment.
sentimentResults(ListAttribute<CategorizerResult>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of sentiment results.
set(int, Item) - Method in class com.basistech.rosette.dm.ListAttribute
 
setEndOffset(int) - Method in class com.basistech.rosette.dm.Attribute.Builder
setExtendedProperty(String, Object) - Method in class com.basistech.rosette.dm.BaseAttribute
Called only from Jackson to implement deserialization via JsonAnySetter.
setItems(List<Item>) - Method in class com.basistech.rosette.dm.ListAttribute.Builder
Specifies the complete list of items.
setItems(Map<K, V>) - Method in class com.basistech.rosette.dm.MapAttribute.Builder
Specifies the complete map.
similarity(Double) - Method in class com.basistech.rosette.dm.SimilarTerm.Builder
Specifies the similarity of this term
SimilarTerm - Class in com.basistech.rosette.dm
A term with some semantic similarity to an AnnotatedText.
SimilarTerm(String, Double) - Constructor for class com.basistech.rosette.dm.SimilarTerm
 
SimilarTerm.Builder - Class in com.basistech.rosette.dm
Builder class for SimilarTerm
similarTerms(MapAttribute<LanguageCode, ListAttribute<SimilarTerm>>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a per-language map of similar terms.
size() - Method in class com.basistech.rosette.dm.ListAttribute
 
size() - Method in class com.basistech.rosette.dm.MapAttribute
 
source(String) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the source of this mention.
source(String) - Method in class com.basistech.rosette.dm.Mention.Builder
Specifies the source of this mention.
source(String) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Specifies the relation id.
source(String) - Method in class com.basistech.rosette.dm.Token.Builder
Specifies the source of this token.
startOffset - Variable in class com.basistech.rosette.dm.Attribute.Builder
 
startOffset - Variable in class com.basistech.rosette.dm.Attribute
 
startOffset(int) - Method in class com.basistech.rosette.dm.Attribute.Builder
Specifies the start character offset.
stems(List<String>, List<String>) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Set all the stems and their tags.
strippablePrefix(boolean) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Specifies whether the prefixes are strippable (e.g.
STRUCTURED - Enum constant in enum class com.basistech.rosette.dm.LayoutRegion.Layout
For structured text, such as lists or tables.
subList(int, int) - Method in class com.basistech.rosette.dm.ListAttribute
 
subsource(String) - Method in class com.basistech.rosette.dm.EntityMention.Builder
Deprecated.
Specifies the subsource of this mention.
subsource(String) - Method in class com.basistech.rosette.dm.Mention.Builder
Specifies the subsource of this mention.
suffixes(List<String>, List<String>) - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis.Builder
Set all the suffixes and their tags.

T

tagSet - Variable in class com.basistech.rosette.dm.MorphoAnalysis.Builder
 
tagSet(TagSet) - Method in class com.basistech.rosette.dm.MorphoAnalysis.Builder
Specifies the tag set.
TagSet - Enum Class in com.basistech.rosette.dm
Enumeration for part of speech tag sets used in Basis products.
temporals(Set<RelationshipComponent>) - Method in class com.basistech.rosette.dm.RelationshipMention.Builder
Attaches a list of temporals
term(String) - Method in class com.basistech.rosette.dm.SimilarTerm.Builder
Specifies the text of this term
text(String) - Method in class com.basistech.rosette.dm.Name.Builder
Alter the text for the name.
text(String) - Method in class com.basistech.rosette.dm.Token.Builder
Specifies the text.
TEXT - Enum constant in enum class com.basistech.rosette.dm.Embeddings.Name
The embedding values for the entire text.
toArray() - Method in class com.basistech.rosette.dm.ListAttribute
 
toArray(T[]) - Method in class com.basistech.rosette.dm.ListAttribute
 
Token - Class in com.basistech.rosette.dm
The token.
Token(int, int, String, List<String>, String, List<MorphoAnalysis>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Token
 
Token.Builder - Class in com.basistech.rosette.dm
Builder for tokens.
tokens(ListAttribute<Token>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of tokens.
TOKENS - Enum constant in enum class com.basistech.rosette.dm.Embeddings.Name
The embedding values for tokens.
topicResults(ListAttribute<CategorizerResult>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
 
toString() - Method in class com.basistech.rosette.dm.AnnotatedText
toString is a convenience for accessing the textual data, if any, in this annotated text.
toString() - Method in class com.basistech.rosette.dm.BaseAttribute
 
toString() - Method in class com.basistech.rosette.dm.EmbeddingCollection
 
toString() - Method in class com.basistech.rosette.dm.MorphoAnalysis
 
toString() - Method in class com.basistech.rosette.dm.SimilarTerm
 
toStringHelper() - Method in class com.basistech.rosette.dm.ArabicMorphoAnalysis
 
toStringHelper() - Method in class com.basistech.rosette.dm.Attribute
 
toStringHelper() - Method in class com.basistech.rosette.dm.BaseAttribute
 
toStringHelper() - Method in class com.basistech.rosette.dm.CategorizerResult
 
toStringHelper() - Method in class com.basistech.rosette.dm.Concept
 
toStringHelper() - Method in class com.basistech.rosette.dm.Dependency
 
toStringHelper() - Method in class com.basistech.rosette.dm.Embeddings
 
toStringHelper() - Method in class com.basistech.rosette.dm.Entity
 
toStringHelper() - Method in class com.basistech.rosette.dm.EntityMention
Deprecated.
 
toStringHelper() - Method in class com.basistech.rosette.dm.HanMorphoAnalysis
 
toStringHelper() - Method in class com.basistech.rosette.dm.Keyphrase
 
toStringHelper() - Method in class com.basistech.rosette.dm.KoreanMorphoAnalysis
 
toStringHelper() - Method in class com.basistech.rosette.dm.LanguageDetection.DetectionResult
 
toStringHelper() - Method in class com.basistech.rosette.dm.LanguageDetection
 
toStringHelper() - Method in class com.basistech.rosette.dm.LayoutRegion
 
toStringHelper() - Method in class com.basistech.rosette.dm.ListAttribute
 
toStringHelper() - Method in class com.basistech.rosette.dm.MapAttribute
 
toStringHelper() - Method in class com.basistech.rosette.dm.Mention
 
toStringHelper() - Method in class com.basistech.rosette.dm.MorphoAnalysis
 
toStringHelper() - Method in class com.basistech.rosette.dm.Name
 
toStringHelper() - Method in class com.basistech.rosette.dm.RelationshipComponent
 
toStringHelper() - Method in class com.basistech.rosette.dm.RelationshipMention
 
toStringHelper() - Method in class com.basistech.rosette.dm.ResolvedEntity
Deprecated.
 
toStringHelper() - Method in class com.basistech.rosette.dm.ScriptRegion
 
toStringHelper() - Method in class com.basistech.rosette.dm.Token
 
toStringHelper() - Method in class com.basistech.rosette.dm.TranslatedData
 
toStringHelper() - Method in class com.basistech.rosette.dm.TranslatedTokens
 
toStringHelper() - Method in class com.basistech.rosette.dm.Transliteration
 
toStringHelper() - Method in class com.basistech.rosette.dm.TransliterationResults
 
translatedData(ListAttribute<TranslatedData>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a TranslatedData object.
TranslatedData - Class in com.basistech.rosette.dm
A translation of the text.
TranslatedData(TextDomain, String, Double, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.TranslatedData
 
TranslatedData.Builder - Class in com.basistech.rosette.dm
Builder class for TranslatedData.
translatedTokens(ListAttribute<TranslatedTokens>) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a list of TranslatedTokens objects.
translatedTokens(List<String>) - Method in class com.basistech.rosette.dm.TranslatedTokens.Builder
Set all of the translations for this token.
TranslatedTokens - Class in com.basistech.rosette.dm
A list of translations for the tokens.
TranslatedTokens(TextDomain, List<String>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.TranslatedTokens
 
TranslatedTokens.Builder - Class in com.basistech.rosette.dm
Builder class for TranslatedTokens.
transliteration(TransliterationResults) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
 
transliteration(Map<LanguageCode, Transliteration>) - Method in class com.basistech.rosette.dm.TransliterationResults.Builder
Sets this builder's internal transliterations mapping to a copy of the given one.
Transliteration - Class in com.basistech.rosette.dm
 
Transliteration(Map<ISO15924, String>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.Transliteration
 
Transliteration.Builder - Class in com.basistech.rosette.dm
 
TransliterationResults - Class in com.basistech.rosette.dm
 
TransliterationResults(Map<LanguageCode, Transliteration>, Map<String, Object>) - Constructor for class com.basistech.rosette.dm.TransliterationResults
 
TransliterationResults.Builder - Class in com.basistech.rosette.dm
Builder for immutable TransliterationResults
transliterations(Map<ISO15924, String>) - Method in class com.basistech.rosette.dm.Transliteration.Builder
Sets the internal script to transliterated text mapping to a copy of the given map.
type(String) - Method in class com.basistech.rosette.dm.Entity.Builder
Specify the type for this entity.
type(String) - Method in class com.basistech.rosette.dm.Name.Builder
Specify the type for this name, such as 'PERSON' or 'LOCATION'.

U

UnknownAttribute - Class in com.basistech.rosette.dm
Class used for future-proof representation of attributes in json that we don't have classes for.
UnknownAttribute() - Constructor for class com.basistech.rosette.dm.UnknownAttribute
 
UNSTRUCTURED - Enum constant in enum class com.basistech.rosette.dm.LayoutRegion.Layout
For unstructured text.
UPT16_V1 - Enum constant in enum class com.basistech.rosette.dm.TagSet
UPT-16 version 1 tag set

V

valueOf(String) - Static method in enum class com.basistech.rosette.dm.Embeddings.Name
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.basistech.rosette.dm.LayoutRegion.Layout
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.basistech.rosette.dm.TagSet
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.basistech.rosette.dm.Embeddings.Name
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.basistech.rosette.dm.LayoutRegion.Layout
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.basistech.rosette.dm.MapAttribute
 
values() - Static method in enum class com.basistech.rosette.dm.TagSet
Returns an array containing the constants of this enum class, in the order they are declared.

W

wholeDocumentLanguageDetection(LanguageDetection) - Method in class com.basistech.rosette.dm.AnnotatedText.Builder
Attaches a whole-document language detection.
WholeDocumentLanguageDispatchAnnotator - Class in com.basistech.rosette.dm.util
An annotator that delegates to one of a collection of per-language annotators.
WholeDocumentLanguageDispatchAnnotatorBuilder - Class in com.basistech.rosette.dm.util
Fluent builder for annotators that delegate to other annotators based on the language from AnnotatedText.getWholeTextLanguageDetection().
WholeDocumentLanguageDispatchAnnotatorBuilder() - Constructor for class com.basistech.rosette.dm.util.WholeDocumentLanguageDispatchAnnotatorBuilder
Create a builder.
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form