package edu.stanford.nlp.pipeline

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CorefChain

CoreNLP.proto:126

A coreference chain. These fields are not *really* optional. CoreNLP will crash without them.

Used in: Document

message CorefChain.CorefMention

CoreNLP.proto:127

Used in: CorefChain

message DependencyGraph

CoreNLP.proto:103

A dependency graph representation.

Used in: Sentence

message DependencyGraph.Edge

CoreNLP.proto:110

Used in: DependencyGraph

message DependencyGraph.Node

CoreNLP.proto:104

Used in: DependencyGraph

message Document

CoreNLP.proto:6

message Entity

CoreNLP.proto:164

A representation of an entity in a relation. This corresponds to the EntityMention, and more broadly the ExtractionObject classes.

Used in: Relation, Sentence

message EntityContext

KBP.proto:76

* A representation of an EntityContext (for entity linking)

message KBPEntity

KBP.proto:33

* A representation of a KBPEntity and KBPOFficialEntity

Used in: EntityContext, KBTuple

message KBPRelationProvenance

KBP.proto:54

* A representation of a KBPRelationProvenance

Used in: KBPSlotFill

message KBPSlotFill

KBP.proto:67

* A representation of a KBPSlotFill

Used in: EntityContext

message KBTuple

KBP.proto:45

* A representation of a KBPair and KBTriple

Used in: KBPSlotFill

message ParseTree

CoreNLP.proto:92

A syntactic parse tree, with scores.

Used in: Sentence

message Relation

CoreNLP.proto:184

A representation of a relation, mirroring RelationMention

Used in: Sentence

message Sentence

CoreNLP.proto:24

The serialized version of a CoreMap representing a sentence.

Used in: Document, EntityContext, KBPRelationProvenance

message Span

KBP.proto:25

Used in: EntityContext, KBPRelationProvenance

message Timex

CoreNLP.proto:149

A Timex object, representing a temporal expression (TIMe EXpression) These fields are not *really* optional. CoreNLP will crash without them.

Used in: Token

message Token

CoreNLP.proto:48

The serialized version of a Token (a CoreLabel).

Used in: Document, Sentence