package edu.stanford.nlp.pipeline

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

message CorefChain

CoreNLP.proto:223

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

Used in: Document

message CorefChain.CorefMention

CoreNLP.proto:224

Used in: CorefChain

message DependencyGraph

CoreNLP.proto:197

A dependency graph representation.

Used in: RelationTriple, Sentence

message DependencyGraph.Edge

CoreNLP.proto:204

Used in: DependencyGraph

message DependencyGraph.Node

CoreNLP.proto:198

Used in: DependencyGraph

message Document

CoreNLP.proto:31

A document; that is, the equivalent of an Annotation.

message Entity

CoreNLP.proto:339

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

Used in: Relation, Sentence

message IndexedWord

CoreNLP.proto:296

Used in: Mention

enum Language

CoreNLP.proto:15

An enumeration for the valid languages allowed in CoreNLP

Used in: DependencyGraph.Edge

message MapIntString

CoreNLP.proto:482

A map from integers to strings. Used, minimally, in the CoNLLU featurizer

Used in: Token

message MapStringString

CoreNLP.proto:473

A map from strings to strings. Used, minimally, in the CoNLLU featurizer

Used in: Token

message Mention

CoreNLP.proto:246

Used in: Sentence

message NERMention

CoreNLP.proto:415

An NER mention in the text

Used in: Document, Sentence

enum NaturalLogicRelation

CoreNLP.proto:389

The seven informative Natural Logic relations

Used in: Polarity

message Operator

CoreNLP.proto:376

A Natural Logic operator

Used in: Token

message ParseTree

CoreNLP.proto:185

A syntactic parse tree, with scores.

Used in: Sentence

message Polarity

CoreNLP.proto:402

The polarity of a word, according to Natural Logic

Used in: Token

message Quote

CoreNLP.proto:170

A quotation marker in text

Used in: Document

message Relation

CoreNLP.proto:359

A representation of a relation, mirroring RelationMention

Used in: Sentence

message RelationTriple

CoreNLP.proto:453

An OpenIE relation triple. Created by the openie annotator.

Used in: Sentence

message Sentence

CoreNLP.proto:57

The serialized version of a CoreMap representing a sentence.

Used in: Document

message SentenceFragment

CoreNLP.proto:430

An entailed sentence fragment. Created by the openie annotator.

Used in: Sentence

enum Sentiment

CoreNLP.proto:159

An enumeration of valid sentiment values for the sentiment classifier.

Used in: ParseTree

message Span

CoreNLP.proto:315

A Span of text

Used in: Token

message SpeakerInfo

CoreNLP.proto:307

Used in: Mention

message Timex

CoreNLP.proto:324

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

Used in: NERMention, Token

message Token

CoreNLP.proto:101

The serialized version of a Token (a CoreLabel).

Used in: Document, Sentence

message TokenLocation

CoreNLP.proto:442

The index of a token in a document, including the sentence index and the offset.

Used in: RelationTriple