Uses of Class
com.basistech.rosette.dm.BaseAttribute
Packages that use BaseAttribute
-
Uses of BaseAttribute in com.basistech.rosette.dm
Classes in com.basistech.rosette.dm with type parameters of type BaseAttributeModifier and TypeClassDescriptionstatic classBaseAttribute.Builder<T extends BaseAttribute,B extends BaseAttribute.Builder<T, B>> Base class for builders for the subclasses ofBaseAttribute.classListAttribute<Item extends BaseAttribute>A container for an ordered collection of attributes of a type.static classListAttribute.Builder<Item extends BaseAttribute>A builder for lists.classMapAttribute<K,V extends BaseAttribute> A container for a keyed collection of attributes of a type.static classMapAttribute.Builder<K,V extends BaseAttribute> Subclasses of BaseAttribute in com.basistech.rosette.dmModifier and TypeClassDescriptionclassArabic morphological analysis.classBase class for attributes that span a range of text.classA base noun phrase.classAssociates a label with a document.classA reference to a high-level "concept" of a document.classAn inter-token dependency from a parser.classEmbeddings for a text.classA reference to a "real world" entity.classDeprecated.classclassclassclassAn 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.classMorphological analysis objects for Chinese and Japanese.classA reference to a "keyphrase" of a document.classMorphological analysis objects for Korean.classThe results of running language detection on a region of text.static classA single result from language detection.classLayout defines text as spans defined by structured or unstructured regions.classListAttribute<Item extends BaseAttribute>A container for an ordered collection of attributes of a type.classMapAttribute<K,V extends BaseAttribute> A container for a keyed collection of attributes of a type.classA mention of a entity in the text.classA MorphoAnalysis contains all the results of analyzing a word, or something like a word.classA name of something in the world.classA Relationship Component: a building block of a relationship mention, such as an argument, predicate or adjunct.classA Relationship Mention describes arguments in a sentence and a predicate that connects them.classDeprecated.replaced byEntity.classA script region.classA Sentence.classA term with some semantic similarity to anAnnotatedText.classThe token.classA translation of the text.classA list of translations for the tokens.final classfinal classclassClass used for future-proof representation of attributes in json that we don't have classes for.Methods in com.basistech.rosette.dm that return types with arguments of type BaseAttributeModifier and TypeMethodDescriptionAnnotatedText.Builder.attributes()Returns the current attributes.AnnotatedText.getAttributes()Returns all of the annotations on this text.Class<? extends BaseAttribute>ListAttribute.getItemClass()Internal use method for Jackson/Json serialization.Class<? extends BaseAttribute>MapAttribute.getValueClass()Internal use method for Jackson/Json serialization.Constructors in com.basistech.rosette.dm with parameters of type BaseAttributeModifierConstructorDescriptionprotectedBuilder(BaseAttribute toCopy) Constructs a builder with values derived from an existing object.Constructor parameters in com.basistech.rosette.dm with type arguments of type BaseAttributeModifierConstructorDescriptionBuilder(Class<? extends BaseAttribute> itemClass) Constructs an empty builder.protectedListAttribute(Class<? extends BaseAttribute> itemClass, List<Item> items) protectedListAttribute(Class<? extends BaseAttribute> itemClass, List<Item> items, Map<String, Object> extendedProperties)
Mention.