Get desktop application:
View/edit binary Protocol Buffers messages
Constituent message structure
Used in:
Label of the constituent
Score of the constituent
Start index of the span Span indices correspond to indices in the tokens list.
End index of the span + 1 Span indices correspond to indices in the tokens list. Usage: a span corresponds to [start, end) - end is not inclusive.
Attribute information
Map containing scores to each label
Relation message structure
Used in:
Name of the relation
Score of the relation
Identifier for the source constituent
Identifier for the target constituent
Attribute information
Map containing scores to each label
Sentence message structure
Used in:
Class name for the generator
Score of the sentence
List of sentence end positions
Root TextAnnotation message
Corpus Identifier
Document Identifier
Raw text corresponding to this annotation
List of tokens
Token Offset information
List of Sentences
List of Views
Attribute information
Token Offset message structure
Used in:
Surface form of the token
Offset of the start character in source text
Offset of the last character in text + 1 Note: End offset is not part of the current token. [startCharOffset, endCharOffset)
ViewData message structure
Used in:
Type of the view. Corresponds to class name in core-utilities
Name of the view
Class name of the generator
Score of the View
List of constituents in the view Note: Order of constituents stored is important and should be preserved
List of relations in the view Note: Order of constituents stored is important and should be preserved
View message structure
Used in:
Name of the view
View Data information