public static final class CoreNLPProtos.Sentence.Builder extends <any> implements CoreNLPProtos.SentenceOrBuilder
The serialized version of a CoreMap representing a sentence.Protobuf type
edu.stanford.nlp.pipeline.Sentence| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.Sentence.Builder |
addAllCharacter(Iterable<? extends CoreNLPProtos.Token> values)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
addAllEntailedClause(Iterable<? extends CoreNLPProtos.SentenceFragment> values)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addAllEntailedSentence(Iterable<? extends CoreNLPProtos.SentenceFragment> values)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addAllEntity(Iterable<? extends CoreNLPProtos.Entity> values)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Sentence.Builder |
addAllKBestParseTrees(Iterable<? extends CoreNLPProtos.ParseTree> values)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
addAllKbpTriple(Iterable<? extends CoreNLPProtos.RelationTriple> values)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
addAllMentions(Iterable<? extends CoreNLPProtos.NERMention> values)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
addAllMentionsForCoref(Iterable<? extends CoreNLPProtos.Mention> values)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
addAllOpenieTriple(Iterable<? extends CoreNLPProtos.RelationTriple> values)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
addAllRelation(Iterable<? extends CoreNLPProtos.Relation> values)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
addAllToken(Iterable<? extends CoreNLPProtos.Token> values)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
addCharacter(CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
addCharacter(CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
addCharacter(int index,
CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
addCharacter(int index,
CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Token.Builder |
addCharacterBuilder()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Token.Builder |
addCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
addEntailedClause(CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntailedClause(CoreNLPProtos.SentenceFragment value)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntailedClause(int index,
CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntailedClause(int index,
CoreNLPProtos.SentenceFragment value)
The entailed clauses, by natural logic
|
CoreNLPProtos.SentenceFragment.Builder |
addEntailedClauseBuilder()
The entailed clauses, by natural logic
|
CoreNLPProtos.SentenceFragment.Builder |
addEntailedClauseBuilder(int index)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntailedSentence(CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntailedSentence(CoreNLPProtos.SentenceFragment value)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntailedSentence(int index,
CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntailedSentence(int index,
CoreNLPProtos.SentenceFragment value)
The entailed sentences, by natural logic
|
CoreNLPProtos.SentenceFragment.Builder |
addEntailedSentenceBuilder()
The entailed sentences, by natural logic
|
CoreNLPProtos.SentenceFragment.Builder |
addEntailedSentenceBuilder(int index)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addEntity(CoreNLPProtos.Entity.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Sentence.Builder |
addEntity(CoreNLPProtos.Entity value)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Sentence.Builder |
addEntity(int index,
CoreNLPProtos.Entity.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Sentence.Builder |
addEntity(int index,
CoreNLPProtos.Entity value)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Entity.Builder |
addEntityBuilder()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Entity.Builder |
addEntityBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
<Type> CoreNLPProtos.Sentence.Builder |
addExtension(<any> extension,
Type value) |
CoreNLPProtos.Sentence.Builder |
addKBestParseTrees(CoreNLPProtos.ParseTree.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
addKBestParseTrees(CoreNLPProtos.ParseTree value)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
addKBestParseTrees(int index,
CoreNLPProtos.ParseTree.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
addKBestParseTrees(int index,
CoreNLPProtos.ParseTree value)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.ParseTree.Builder |
addKBestParseTreesBuilder()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.ParseTree.Builder |
addKBestParseTreesBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
addKbpTriple(CoreNLPProtos.RelationTriple.Builder builderForValue)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
addKbpTriple(CoreNLPProtos.RelationTriple value)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
addKbpTriple(int index,
CoreNLPProtos.RelationTriple.Builder builderForValue)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
addKbpTriple(int index,
CoreNLPProtos.RelationTriple value)
The KBP triples in this sentence
|
CoreNLPProtos.RelationTriple.Builder |
addKbpTripleBuilder()
The KBP triples in this sentence
|
CoreNLPProtos.RelationTriple.Builder |
addKbpTripleBuilder(int index)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
addMentions(CoreNLPProtos.NERMention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
addMentions(CoreNLPProtos.NERMention value)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
addMentions(int index,
CoreNLPProtos.NERMention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
addMentions(int index,
CoreNLPProtos.NERMention value)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.NERMention.Builder |
addMentionsBuilder()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.NERMention.Builder |
addMentionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
addMentionsForCoref(CoreNLPProtos.Mention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
addMentionsForCoref(CoreNLPProtos.Mention value)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
addMentionsForCoref(int index,
CoreNLPProtos.Mention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
addMentionsForCoref(int index,
CoreNLPProtos.Mention value)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Mention.Builder |
addMentionsForCorefBuilder()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Mention.Builder |
addMentionsForCorefBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
addOpenieTriple(CoreNLPProtos.RelationTriple.Builder builderForValue)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
addOpenieTriple(CoreNLPProtos.RelationTriple value)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
addOpenieTriple(int index,
CoreNLPProtos.RelationTriple.Builder builderForValue)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
addOpenieTriple(int index,
CoreNLPProtos.RelationTriple value)
The OpenIE triples in the sentence
|
CoreNLPProtos.RelationTriple.Builder |
addOpenieTripleBuilder()
The OpenIE triples in the sentence
|
CoreNLPProtos.RelationTriple.Builder |
addOpenieTripleBuilder(int index)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
addRelation(CoreNLPProtos.Relation.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
addRelation(CoreNLPProtos.Relation value)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
addRelation(int index,
CoreNLPProtos.Relation.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
addRelation(int index,
CoreNLPProtos.Relation value)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Relation.Builder |
addRelationBuilder()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Relation.Builder |
addRelationBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CoreNLPProtos.Sentence.Builder |
addToken(CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
addToken(CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
addToken(int index,
CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
addToken(int index,
CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Token.Builder |
addTokenBuilder()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Token.Builder |
addTokenBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence |
build() |
CoreNLPProtos.Sentence |
buildPartial() |
CoreNLPProtos.Sentence.Builder |
clear() |
CoreNLPProtos.Sentence.Builder |
clearAlternativeDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
CoreNLPProtos.Sentence.Builder |
clearAnnotatedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
CoreNLPProtos.Sentence.Builder |
clearBasicDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
CoreNLPProtos.Sentence.Builder |
clearBinarizedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
CoreNLPProtos.Sentence.Builder |
clearChapterIndex()
quote stuff
|
CoreNLPProtos.Sentence.Builder |
clearCharacter()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
clearCharacterOffsetBegin()
optional uint32 characterOffsetBegin = 5; |
CoreNLPProtos.Sentence.Builder |
clearCharacterOffsetEnd()
optional uint32 characterOffsetEnd = 6; |
CoreNLPProtos.Sentence.Builder |
clearCollapsedCCProcessedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
CoreNLPProtos.Sentence.Builder |
clearCollapsedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
CoreNLPProtos.Sentence.Builder |
clearDocID()
doc id
|
CoreNLPProtos.Sentence.Builder |
clearEnhancedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
CoreNLPProtos.Sentence.Builder |
clearEnhancedPlusPlusDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
CoreNLPProtos.Sentence.Builder |
clearEntailedClause()
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
clearEntailedSentence()
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
clearEntity()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
<Type> CoreNLPProtos.Sentence.Builder |
clearExtension(<any> extension) |
CoreNLPProtos.Sentence.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CoreNLPProtos.Sentence.Builder |
clearHasCorefMentionsAnnotation()
optional bool hasCorefMentionsAnnotation = 57; |
CoreNLPProtos.Sentence.Builder |
clearHasEntityMentionsAnnotation()
check if there are entity mentions
|
CoreNLPProtos.Sentence.Builder |
clearHasKBPTriplesAnnotation()
check if there are KBP triples
|
CoreNLPProtos.Sentence.Builder |
clearHasNumerizedTokensAnnotation()
optional bool hasNumerizedTokensAnnotation = 54; |
CoreNLPProtos.Sentence.Builder |
clearHasOpenieTriplesAnnotation()
check if there are OpenIE triples
|
CoreNLPProtos.Sentence.Builder |
clearHasRelationAnnotations()
Fields set by other annotators in CoreNLP
|
CoreNLPProtos.Sentence.Builder |
clearKBestParseTrees()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
clearKbpTriple()
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
clearLineNumber()
optional uint32 lineNumber = 20; |
CoreNLPProtos.Sentence.Builder |
clearMentions()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
clearMentionsForCoref()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CoreNLPProtos.Sentence.Builder |
clearOpenieTriple()
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
clearParagraph()
optional uint32 paragraph = 11; |
CoreNLPProtos.Sentence.Builder |
clearParagraphIndex()
optional uint32 paragraphIndex = 67; |
CoreNLPProtos.Sentence.Builder |
clearParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
CoreNLPProtos.Sentence.Builder |
clearRelation()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
clearSectionAuthor()
author of section
|
CoreNLPProtos.Sentence.Builder |
clearSectionDate()
date of section
|
CoreNLPProtos.Sentence.Builder |
clearSectionIndex()
section index for this sentence's section
|
CoreNLPProtos.Sentence.Builder |
clearSectionName()
name of section
|
CoreNLPProtos.Sentence.Builder |
clearSectionQuoted()
is this sentence in an xml quote in a post
|
CoreNLPProtos.Sentence.Builder |
clearSentenceID()
Useful when storing sentences (e.g.
|
CoreNLPProtos.Sentence.Builder |
clearSentenceIndex()
optional uint32 sentenceIndex = 4; |
CoreNLPProtos.Sentence.Builder |
clearSentiment()
optional string sentiment = 33; |
CoreNLPProtos.Sentence.Builder |
clearText()
Only needed if we're only saving the sentence.
|
CoreNLPProtos.Sentence.Builder |
clearToken()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
clearTokenOffsetBegin()
required uint32 tokenOffsetBegin = 2; |
CoreNLPProtos.Sentence.Builder |
clearTokenOffsetEnd()
required uint32 tokenOffsetEnd = 3; |
CoreNLPProtos.Sentence.Builder |
clone() |
CoreNLPProtos.DependencyGraph |
getAlternativeDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
CoreNLPProtos.DependencyGraph.Builder |
getAlternativeDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
CoreNLPProtos.DependencyGraphOrBuilder |
getAlternativeDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
CoreNLPProtos.ParseTree |
getAnnotatedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
CoreNLPProtos.ParseTree.Builder |
getAnnotatedParseTreeBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
CoreNLPProtos.ParseTreeOrBuilder |
getAnnotatedParseTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
CoreNLPProtos.DependencyGraph |
getBasicDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
CoreNLPProtos.DependencyGraph.Builder |
getBasicDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
CoreNLPProtos.DependencyGraphOrBuilder |
getBasicDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
CoreNLPProtos.ParseTree |
getBinarizedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
CoreNLPProtos.ParseTree.Builder |
getBinarizedParseTreeBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
CoreNLPProtos.ParseTreeOrBuilder |
getBinarizedParseTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
int |
getChapterIndex()
quote stuff
|
CoreNLPProtos.Token |
getCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Token.Builder |
getCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
List<CoreNLPProtos.Token.Builder> |
getCharacterBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
int |
getCharacterCount()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
List<CoreNLPProtos.Token> |
getCharacterList()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
int |
getCharacterOffsetBegin()
optional uint32 characterOffsetBegin = 5; |
int |
getCharacterOffsetEnd()
optional uint32 characterOffsetEnd = 6; |
CoreNLPProtos.TokenOrBuilder |
getCharacterOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
List<? extends CoreNLPProtos.TokenOrBuilder> |
getCharacterOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.DependencyGraph |
getCollapsedCCProcessedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
CoreNLPProtos.DependencyGraph.Builder |
getCollapsedCCProcessedDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
CoreNLPProtos.DependencyGraphOrBuilder |
getCollapsedCCProcessedDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
CoreNLPProtos.DependencyGraph |
getCollapsedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
CoreNLPProtos.DependencyGraph.Builder |
getCollapsedDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
CoreNLPProtos.DependencyGraphOrBuilder |
getCollapsedDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
CoreNLPProtos.Sentence |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocID()
doc id
|
com.google.protobuf.ByteString |
getDocIDBytes()
doc id
|
CoreNLPProtos.DependencyGraph |
getEnhancedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
CoreNLPProtos.DependencyGraph.Builder |
getEnhancedDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
CoreNLPProtos.DependencyGraphOrBuilder |
getEnhancedDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
CoreNLPProtos.DependencyGraph |
getEnhancedPlusPlusDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
CoreNLPProtos.DependencyGraph.Builder |
getEnhancedPlusPlusDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
CoreNLPProtos.DependencyGraphOrBuilder |
getEnhancedPlusPlusDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
CoreNLPProtos.SentenceFragment |
getEntailedClause(int index)
The entailed clauses, by natural logic
|
CoreNLPProtos.SentenceFragment.Builder |
getEntailedClauseBuilder(int index)
The entailed clauses, by natural logic
|
List<CoreNLPProtos.SentenceFragment.Builder> |
getEntailedClauseBuilderList()
The entailed clauses, by natural logic
|
int |
getEntailedClauseCount()
The entailed clauses, by natural logic
|
List<CoreNLPProtos.SentenceFragment> |
getEntailedClauseList()
The entailed clauses, by natural logic
|
CoreNLPProtos.SentenceFragmentOrBuilder |
getEntailedClauseOrBuilder(int index)
The entailed clauses, by natural logic
|
List<? extends CoreNLPProtos.SentenceFragmentOrBuilder> |
getEntailedClauseOrBuilderList()
The entailed clauses, by natural logic
|
CoreNLPProtos.SentenceFragment |
getEntailedSentence(int index)
The entailed sentences, by natural logic
|
CoreNLPProtos.SentenceFragment.Builder |
getEntailedSentenceBuilder(int index)
The entailed sentences, by natural logic
|
List<CoreNLPProtos.SentenceFragment.Builder> |
getEntailedSentenceBuilderList()
The entailed sentences, by natural logic
|
int |
getEntailedSentenceCount()
The entailed sentences, by natural logic
|
List<CoreNLPProtos.SentenceFragment> |
getEntailedSentenceList()
The entailed sentences, by natural logic
|
CoreNLPProtos.SentenceFragmentOrBuilder |
getEntailedSentenceOrBuilder(int index)
The entailed sentences, by natural logic
|
List<? extends CoreNLPProtos.SentenceFragmentOrBuilder> |
getEntailedSentenceOrBuilderList()
The entailed sentences, by natural logic
|
CoreNLPProtos.Entity |
getEntity(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Entity.Builder |
getEntityBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
List<CoreNLPProtos.Entity.Builder> |
getEntityBuilderList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
int |
getEntityCount()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
List<CoreNLPProtos.Entity> |
getEntityList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.EntityOrBuilder |
getEntityOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
List<? extends CoreNLPProtos.EntityOrBuilder> |
getEntityOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
boolean |
getHasCorefMentionsAnnotation()
optional bool hasCorefMentionsAnnotation = 57; |
boolean |
getHasEntityMentionsAnnotation()
check if there are entity mentions
|
boolean |
getHasKBPTriplesAnnotation()
check if there are KBP triples
|
boolean |
getHasNumerizedTokensAnnotation()
optional bool hasNumerizedTokensAnnotation = 54; |
boolean |
getHasOpenieTriplesAnnotation()
check if there are OpenIE triples
|
boolean |
getHasRelationAnnotations()
Fields set by other annotators in CoreNLP
|
CoreNLPProtos.ParseTree |
getKBestParseTrees(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.ParseTree.Builder |
getKBestParseTreesBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
List<CoreNLPProtos.ParseTree.Builder> |
getKBestParseTreesBuilderList()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
int |
getKBestParseTreesCount()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
List<CoreNLPProtos.ParseTree> |
getKBestParseTreesList()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.ParseTreeOrBuilder |
getKBestParseTreesOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
List<? extends CoreNLPProtos.ParseTreeOrBuilder> |
getKBestParseTreesOrBuilderList()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.RelationTriple |
getKbpTriple(int index)
The KBP triples in this sentence
|
CoreNLPProtos.RelationTriple.Builder |
getKbpTripleBuilder(int index)
The KBP triples in this sentence
|
List<CoreNLPProtos.RelationTriple.Builder> |
getKbpTripleBuilderList()
The KBP triples in this sentence
|
int |
getKbpTripleCount()
The KBP triples in this sentence
|
List<CoreNLPProtos.RelationTriple> |
getKbpTripleList()
The KBP triples in this sentence
|
CoreNLPProtos.RelationTripleOrBuilder |
getKbpTripleOrBuilder(int index)
The KBP triples in this sentence
|
List<? extends CoreNLPProtos.RelationTripleOrBuilder> |
getKbpTripleOrBuilderList()
The KBP triples in this sentence
|
int |
getLineNumber()
optional uint32 lineNumber = 20; |
CoreNLPProtos.NERMention |
getMentions(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.NERMention.Builder |
getMentionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
List<CoreNLPProtos.NERMention.Builder> |
getMentionsBuilderList()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
int |
getMentionsCount()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Mention |
getMentionsForCoref(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Mention.Builder |
getMentionsForCorefBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
List<CoreNLPProtos.Mention.Builder> |
getMentionsForCorefBuilderList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
int |
getMentionsForCorefCount()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
List<CoreNLPProtos.Mention> |
getMentionsForCorefList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.MentionOrBuilder |
getMentionsForCorefOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
List<? extends CoreNLPProtos.MentionOrBuilder> |
getMentionsForCorefOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
List<CoreNLPProtos.NERMention> |
getMentionsList()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.NERMentionOrBuilder |
getMentionsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
List<? extends CoreNLPProtos.NERMentionOrBuilder> |
getMentionsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.RelationTriple |
getOpenieTriple(int index)
The OpenIE triples in the sentence
|
CoreNLPProtos.RelationTriple.Builder |
getOpenieTripleBuilder(int index)
The OpenIE triples in the sentence
|
List<CoreNLPProtos.RelationTriple.Builder> |
getOpenieTripleBuilderList()
The OpenIE triples in the sentence
|
int |
getOpenieTripleCount()
The OpenIE triples in the sentence
|
List<CoreNLPProtos.RelationTriple> |
getOpenieTripleList()
The OpenIE triples in the sentence
|
CoreNLPProtos.RelationTripleOrBuilder |
getOpenieTripleOrBuilder(int index)
The OpenIE triples in the sentence
|
List<? extends CoreNLPProtos.RelationTripleOrBuilder> |
getOpenieTripleOrBuilderList()
The OpenIE triples in the sentence
|
int |
getParagraph()
optional uint32 paragraph = 11; |
int |
getParagraphIndex()
optional uint32 paragraphIndex = 67; |
CoreNLPProtos.ParseTree |
getParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
CoreNLPProtos.ParseTree.Builder |
getParseTreeBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
CoreNLPProtos.ParseTreeOrBuilder |
getParseTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
CoreNLPProtos.Relation |
getRelation(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Relation.Builder |
getRelationBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
List<CoreNLPProtos.Relation.Builder> |
getRelationBuilderList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
int |
getRelationCount()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
List<CoreNLPProtos.Relation> |
getRelationList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.RelationOrBuilder |
getRelationOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
List<? extends CoreNLPProtos.RelationOrBuilder> |
getRelationOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
String |
getSectionAuthor()
author of section
|
com.google.protobuf.ByteString |
getSectionAuthorBytes()
author of section
|
String |
getSectionDate()
date of section
|
com.google.protobuf.ByteString |
getSectionDateBytes()
date of section
|
int |
getSectionIndex()
section index for this sentence's section
|
String |
getSectionName()
name of section
|
com.google.protobuf.ByteString |
getSectionNameBytes()
name of section
|
boolean |
getSectionQuoted()
is this sentence in an xml quote in a post
|
String |
getSentenceID()
Useful when storing sentences (e.g.
|
com.google.protobuf.ByteString |
getSentenceIDBytes()
Useful when storing sentences (e.g.
|
int |
getSentenceIndex()
optional uint32 sentenceIndex = 4; |
String |
getSentiment()
optional string sentiment = 33; |
com.google.protobuf.ByteString |
getSentimentBytes()
optional string sentiment = 33; |
String |
getText()
Only needed if we're only saving the sentence.
|
com.google.protobuf.ByteString |
getTextBytes()
Only needed if we're only saving the sentence.
|
CoreNLPProtos.Token |
getToken(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Token.Builder |
getTokenBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
List<CoreNLPProtos.Token.Builder> |
getTokenBuilderList()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
int |
getTokenCount()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
List<CoreNLPProtos.Token> |
getTokenList()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
int |
getTokenOffsetBegin()
required uint32 tokenOffsetBegin = 2; |
int |
getTokenOffsetEnd()
required uint32 tokenOffsetEnd = 3; |
CoreNLPProtos.TokenOrBuilder |
getTokenOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
List<? extends CoreNLPProtos.TokenOrBuilder> |
getTokenOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
boolean |
hasAlternativeDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
boolean |
hasAnnotatedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
boolean |
hasBasicDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
boolean |
hasBinarizedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
boolean |
hasChapterIndex()
quote stuff
|
boolean |
hasCharacterOffsetBegin()
optional uint32 characterOffsetBegin = 5; |
boolean |
hasCharacterOffsetEnd()
optional uint32 characterOffsetEnd = 6; |
boolean |
hasCollapsedCCProcessedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
boolean |
hasCollapsedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
boolean |
hasDocID()
doc id
|
boolean |
hasEnhancedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
boolean |
hasEnhancedPlusPlusDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
boolean |
hasHasCorefMentionsAnnotation()
optional bool hasCorefMentionsAnnotation = 57; |
boolean |
hasHasEntityMentionsAnnotation()
check if there are entity mentions
|
boolean |
hasHasKBPTriplesAnnotation()
check if there are KBP triples
|
boolean |
hasHasNumerizedTokensAnnotation()
optional bool hasNumerizedTokensAnnotation = 54; |
boolean |
hasHasOpenieTriplesAnnotation()
check if there are OpenIE triples
|
boolean |
hasHasRelationAnnotations()
Fields set by other annotators in CoreNLP
|
boolean |
hasLineNumber()
optional uint32 lineNumber = 20; |
boolean |
hasParagraph()
optional uint32 paragraph = 11; |
boolean |
hasParagraphIndex()
optional uint32 paragraphIndex = 67; |
boolean |
hasParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
boolean |
hasSectionAuthor()
author of section
|
boolean |
hasSectionDate()
date of section
|
boolean |
hasSectionIndex()
section index for this sentence's section
|
boolean |
hasSectionName()
name of section
|
boolean |
hasSectionQuoted()
is this sentence in an xml quote in a post
|
boolean |
hasSentenceID()
Useful when storing sentences (e.g.
|
boolean |
hasSentenceIndex()
optional uint32 sentenceIndex = 4; |
boolean |
hasSentiment()
optional string sentiment = 33; |
boolean |
hasText()
Only needed if we're only saving the sentence.
|
boolean |
hasTokenOffsetBegin()
required uint32 tokenOffsetBegin = 2; |
boolean |
hasTokenOffsetEnd()
required uint32 tokenOffsetEnd = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoreNLPProtos.Sentence.Builder |
mergeAlternativeDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
CoreNLPProtos.Sentence.Builder |
mergeAnnotatedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
CoreNLPProtos.Sentence.Builder |
mergeBasicDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
CoreNLPProtos.Sentence.Builder |
mergeBinarizedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
CoreNLPProtos.Sentence.Builder |
mergeCollapsedCCProcessedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
CoreNLPProtos.Sentence.Builder |
mergeCollapsedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
CoreNLPProtos.Sentence.Builder |
mergeEnhancedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
CoreNLPProtos.Sentence.Builder |
mergeEnhancedPlusPlusDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
CoreNLPProtos.Sentence.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoreNLPProtos.Sentence.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoreNLPProtos.Sentence.Builder |
mergeParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
CoreNLPProtos.Sentence.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.Sentence.Builder |
removeCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
removeEntailedClause(int index)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
removeEntailedSentence(int index)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
removeEntity(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Sentence.Builder |
removeKBestParseTrees(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
removeKbpTriple(int index)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
removeMentions(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
removeMentionsForCoref(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
removeOpenieTriple(int index)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
removeRelation(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
removeToken(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
setAlternativeDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
CoreNLPProtos.Sentence.Builder |
setAlternativeDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13; |
CoreNLPProtos.Sentence.Builder |
setAnnotatedParseTree(CoreNLPProtos.ParseTree.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
CoreNLPProtos.Sentence.Builder |
setAnnotatedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32; |
CoreNLPProtos.Sentence.Builder |
setBasicDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
CoreNLPProtos.Sentence.Builder |
setBasicDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8; |
CoreNLPProtos.Sentence.Builder |
setBinarizedParseTree(CoreNLPProtos.ParseTree.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
CoreNLPProtos.Sentence.Builder |
setBinarizedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31; |
CoreNLPProtos.Sentence.Builder |
setChapterIndex(int value)
quote stuff
|
CoreNLPProtos.Sentence.Builder |
setCharacter(int index,
CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
setCharacter(int index,
CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
setCharacterOffsetBegin(int value)
optional uint32 characterOffsetBegin = 5; |
CoreNLPProtos.Sentence.Builder |
setCharacterOffsetEnd(int value)
optional uint32 characterOffsetEnd = 6; |
CoreNLPProtos.Sentence.Builder |
setCollapsedCCProcessedDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
CoreNLPProtos.Sentence.Builder |
setCollapsedCCProcessedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10; |
CoreNLPProtos.Sentence.Builder |
setCollapsedDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
CoreNLPProtos.Sentence.Builder |
setCollapsedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9; |
CoreNLPProtos.Sentence.Builder |
setDocID(String value)
doc id
|
CoreNLPProtos.Sentence.Builder |
setDocIDBytes(com.google.protobuf.ByteString value)
doc id
|
CoreNLPProtos.Sentence.Builder |
setEnhancedDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
CoreNLPProtos.Sentence.Builder |
setEnhancedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17; |
CoreNLPProtos.Sentence.Builder |
setEnhancedPlusPlusDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
CoreNLPProtos.Sentence.Builder |
setEnhancedPlusPlusDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18; |
CoreNLPProtos.Sentence.Builder |
setEntailedClause(int index,
CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
setEntailedClause(int index,
CoreNLPProtos.SentenceFragment value)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
setEntailedSentence(int index,
CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
setEntailedSentence(int index,
CoreNLPProtos.SentenceFragment value)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
setEntity(int index,
CoreNLPProtos.Entity.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Sentence.Builder |
setEntity(int index,
CoreNLPProtos.Entity value)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
<Type> CoreNLPProtos.Sentence.Builder |
setExtension(<any> extension,
int index,
Type value) |
<Type> CoreNLPProtos.Sentence.Builder |
setExtension(<any> extension,
Type value) |
CoreNLPProtos.Sentence.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CoreNLPProtos.Sentence.Builder |
setHasCorefMentionsAnnotation(boolean value)
optional bool hasCorefMentionsAnnotation = 57; |
CoreNLPProtos.Sentence.Builder |
setHasEntityMentionsAnnotation(boolean value)
check if there are entity mentions
|
CoreNLPProtos.Sentence.Builder |
setHasKBPTriplesAnnotation(boolean value)
check if there are KBP triples
|
CoreNLPProtos.Sentence.Builder |
setHasNumerizedTokensAnnotation(boolean value)
optional bool hasNumerizedTokensAnnotation = 54; |
CoreNLPProtos.Sentence.Builder |
setHasOpenieTriplesAnnotation(boolean value)
check if there are OpenIE triples
|
CoreNLPProtos.Sentence.Builder |
setHasRelationAnnotations(boolean value)
Fields set by other annotators in CoreNLP
|
CoreNLPProtos.Sentence.Builder |
setKBestParseTrees(int index,
CoreNLPProtos.ParseTree.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
setKBestParseTrees(int index,
CoreNLPProtos.ParseTree value)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
setKbpTriple(int index,
CoreNLPProtos.RelationTriple.Builder builderForValue)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
setKbpTriple(int index,
CoreNLPProtos.RelationTriple value)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
setLineNumber(int value)
optional uint32 lineNumber = 20; |
CoreNLPProtos.Sentence.Builder |
setMentions(int index,
CoreNLPProtos.NERMention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
setMentions(int index,
CoreNLPProtos.NERMention value)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
setMentionsForCoref(int index,
CoreNLPProtos.Mention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
setMentionsForCoref(int index,
CoreNLPProtos.Mention value)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
setOpenieTriple(int index,
CoreNLPProtos.RelationTriple.Builder builderForValue)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
setOpenieTriple(int index,
CoreNLPProtos.RelationTriple value)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
setParagraph(int value)
optional uint32 paragraph = 11; |
CoreNLPProtos.Sentence.Builder |
setParagraphIndex(int value)
optional uint32 paragraphIndex = 67; |
CoreNLPProtos.Sentence.Builder |
setParseTree(CoreNLPProtos.ParseTree.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
CoreNLPProtos.Sentence.Builder |
setParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7; |
CoreNLPProtos.Sentence.Builder |
setRelation(int index,
CoreNLPProtos.Relation.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
setRelation(int index,
CoreNLPProtos.Relation value)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CoreNLPProtos.Sentence.Builder |
setSectionAuthor(String value)
author of section
|
CoreNLPProtos.Sentence.Builder |
setSectionAuthorBytes(com.google.protobuf.ByteString value)
author of section
|
CoreNLPProtos.Sentence.Builder |
setSectionDate(String value)
date of section
|
CoreNLPProtos.Sentence.Builder |
setSectionDateBytes(com.google.protobuf.ByteString value)
date of section
|
CoreNLPProtos.Sentence.Builder |
setSectionIndex(int value)
section index for this sentence's section
|
CoreNLPProtos.Sentence.Builder |
setSectionName(String value)
name of section
|
CoreNLPProtos.Sentence.Builder |
setSectionNameBytes(com.google.protobuf.ByteString value)
name of section
|
CoreNLPProtos.Sentence.Builder |
setSectionQuoted(boolean value)
is this sentence in an xml quote in a post
|
CoreNLPProtos.Sentence.Builder |
setSentenceID(String value)
Useful when storing sentences (e.g.
|
CoreNLPProtos.Sentence.Builder |
setSentenceIDBytes(com.google.protobuf.ByteString value)
Useful when storing sentences (e.g.
|
CoreNLPProtos.Sentence.Builder |
setSentenceIndex(int value)
optional uint32 sentenceIndex = 4; |
CoreNLPProtos.Sentence.Builder |
setSentiment(String value)
optional string sentiment = 33; |
CoreNLPProtos.Sentence.Builder |
setSentimentBytes(com.google.protobuf.ByteString value)
optional string sentiment = 33; |
CoreNLPProtos.Sentence.Builder |
setText(String value)
Only needed if we're only saving the sentence.
|
CoreNLPProtos.Sentence.Builder |
setTextBytes(com.google.protobuf.ByteString value)
Only needed if we're only saving the sentence.
|
CoreNLPProtos.Sentence.Builder |
setToken(int index,
CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
setToken(int index,
CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.Sentence.Builder |
setTokenOffsetBegin(int value)
required uint32 tokenOffsetBegin = 2; |
CoreNLPProtos.Sentence.Builder |
setTokenOffsetEnd(int value)
required uint32 tokenOffsetEnd = 3; |
CoreNLPProtos.Sentence.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public CoreNLPProtos.Sentence.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public CoreNLPProtos.Sentence getDefaultInstanceForType()
public CoreNLPProtos.Sentence build()
public CoreNLPProtos.Sentence buildPartial()
public CoreNLPProtos.Sentence.Builder clone()
public CoreNLPProtos.Sentence.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CoreNLPProtos.Sentence.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public CoreNLPProtos.Sentence.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public CoreNLPProtos.Sentence.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public CoreNLPProtos.Sentence.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public <Type> CoreNLPProtos.Sentence.Builder setExtension(<any> extension, Type value)
public <Type> CoreNLPProtos.Sentence.Builder setExtension(<any> extension, int index, Type value)
public <Type> CoreNLPProtos.Sentence.Builder addExtension(<any> extension, Type value)
public <Type> CoreNLPProtos.Sentence.Builder clearExtension(<any> extension)
public CoreNLPProtos.Sentence.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public CoreNLPProtos.Sentence.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic List<CoreNLPProtos.Token> getTokenList()
repeated .edu.stanford.nlp.pipeline.Token token = 1;getTokenList in interface CoreNLPProtos.SentenceOrBuilderpublic int getTokenCount()
repeated .edu.stanford.nlp.pipeline.Token token = 1;getTokenCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Token getToken(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1;getToken in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setToken(int index, CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder setToken(int index, CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder addToken(CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder addToken(int index, CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder addToken(CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder addToken(int index, CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder addAllToken(Iterable<? extends CoreNLPProtos.Token> values)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder clearToken()
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Sentence.Builder removeToken(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Token.Builder getTokenBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.TokenOrBuilder getTokenOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1;getTokenOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.TokenOrBuilder> getTokenOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token token = 1;getTokenOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Token.Builder addTokenBuilder()
repeated .edu.stanford.nlp.pipeline.Token token = 1;public CoreNLPProtos.Token.Builder addTokenBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1;public List<CoreNLPProtos.Token.Builder> getTokenBuilderList()
repeated .edu.stanford.nlp.pipeline.Token token = 1;public boolean hasTokenOffsetBegin()
required uint32 tokenOffsetBegin = 2;hasTokenOffsetBegin in interface CoreNLPProtos.SentenceOrBuilderpublic int getTokenOffsetBegin()
required uint32 tokenOffsetBegin = 2;getTokenOffsetBegin in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setTokenOffsetBegin(int value)
required uint32 tokenOffsetBegin = 2;public CoreNLPProtos.Sentence.Builder clearTokenOffsetBegin()
required uint32 tokenOffsetBegin = 2;public boolean hasTokenOffsetEnd()
required uint32 tokenOffsetEnd = 3;hasTokenOffsetEnd in interface CoreNLPProtos.SentenceOrBuilderpublic int getTokenOffsetEnd()
required uint32 tokenOffsetEnd = 3;getTokenOffsetEnd in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setTokenOffsetEnd(int value)
required uint32 tokenOffsetEnd = 3;public CoreNLPProtos.Sentence.Builder clearTokenOffsetEnd()
required uint32 tokenOffsetEnd = 3;public boolean hasSentenceIndex()
optional uint32 sentenceIndex = 4;hasSentenceIndex in interface CoreNLPProtos.SentenceOrBuilderpublic int getSentenceIndex()
optional uint32 sentenceIndex = 4;getSentenceIndex in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSentenceIndex(int value)
optional uint32 sentenceIndex = 4;public CoreNLPProtos.Sentence.Builder clearSentenceIndex()
optional uint32 sentenceIndex = 4;public boolean hasCharacterOffsetBegin()
optional uint32 characterOffsetBegin = 5;hasCharacterOffsetBegin in interface CoreNLPProtos.SentenceOrBuilderpublic int getCharacterOffsetBegin()
optional uint32 characterOffsetBegin = 5;getCharacterOffsetBegin in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setCharacterOffsetBegin(int value)
optional uint32 characterOffsetBegin = 5;public CoreNLPProtos.Sentence.Builder clearCharacterOffsetBegin()
optional uint32 characterOffsetBegin = 5;public boolean hasCharacterOffsetEnd()
optional uint32 characterOffsetEnd = 6;hasCharacterOffsetEnd in interface CoreNLPProtos.SentenceOrBuilderpublic int getCharacterOffsetEnd()
optional uint32 characterOffsetEnd = 6;getCharacterOffsetEnd in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setCharacterOffsetEnd(int value)
optional uint32 characterOffsetEnd = 6;public CoreNLPProtos.Sentence.Builder clearCharacterOffsetEnd()
optional uint32 characterOffsetEnd = 6;public boolean hasParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;hasParseTree in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.ParseTree getParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;getParseTree in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;public CoreNLPProtos.Sentence.Builder setParseTree(CoreNLPProtos.ParseTree.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;public CoreNLPProtos.Sentence.Builder mergeParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;public CoreNLPProtos.Sentence.Builder clearParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;public CoreNLPProtos.ParseTree.Builder getParseTreeBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;public CoreNLPProtos.ParseTreeOrBuilder getParseTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;getParseTreeOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasBinarizedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;hasBinarizedParseTree in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.ParseTree getBinarizedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;getBinarizedParseTree in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setBinarizedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;public CoreNLPProtos.Sentence.Builder setBinarizedParseTree(CoreNLPProtos.ParseTree.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;public CoreNLPProtos.Sentence.Builder mergeBinarizedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;public CoreNLPProtos.Sentence.Builder clearBinarizedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;public CoreNLPProtos.ParseTree.Builder getBinarizedParseTreeBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;public CoreNLPProtos.ParseTreeOrBuilder getBinarizedParseTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;getBinarizedParseTreeOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasAnnotatedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;hasAnnotatedParseTree in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.ParseTree getAnnotatedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;getAnnotatedParseTree in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setAnnotatedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;public CoreNLPProtos.Sentence.Builder setAnnotatedParseTree(CoreNLPProtos.ParseTree.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;public CoreNLPProtos.Sentence.Builder mergeAnnotatedParseTree(CoreNLPProtos.ParseTree value)
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;public CoreNLPProtos.Sentence.Builder clearAnnotatedParseTree()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;public CoreNLPProtos.ParseTree.Builder getAnnotatedParseTreeBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;public CoreNLPProtos.ParseTreeOrBuilder getAnnotatedParseTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;getAnnotatedParseTreeOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasSentiment()
optional string sentiment = 33;hasSentiment in interface CoreNLPProtos.SentenceOrBuilderpublic String getSentiment()
optional string sentiment = 33;getSentiment in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getSentimentBytes()
optional string sentiment = 33;getSentimentBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSentiment(String value)
optional string sentiment = 33;public CoreNLPProtos.Sentence.Builder clearSentiment()
optional string sentiment = 33;public CoreNLPProtos.Sentence.Builder setSentimentBytes(com.google.protobuf.ByteString value)
optional string sentiment = 33;public List<CoreNLPProtos.ParseTree> getKBestParseTreesList()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;getKBestParseTreesList in interface CoreNLPProtos.SentenceOrBuilderpublic int getKBestParseTreesCount()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;getKBestParseTreesCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.ParseTree getKBestParseTrees(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;getKBestParseTrees in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setKBestParseTrees(int index, CoreNLPProtos.ParseTree value)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder setKBestParseTrees(int index, CoreNLPProtos.ParseTree.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder addKBestParseTrees(CoreNLPProtos.ParseTree value)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder addKBestParseTrees(int index, CoreNLPProtos.ParseTree value)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder addKBestParseTrees(CoreNLPProtos.ParseTree.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder addKBestParseTrees(int index, CoreNLPProtos.ParseTree.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder addAllKBestParseTrees(Iterable<? extends CoreNLPProtos.ParseTree> values)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder clearKBestParseTrees()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.Sentence.Builder removeKBestParseTrees(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.ParseTree.Builder getKBestParseTreesBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.ParseTreeOrBuilder getKBestParseTreesOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;getKBestParseTreesOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.ParseTreeOrBuilder> getKBestParseTreesOrBuilderList()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;getKBestParseTreesOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.ParseTree.Builder addKBestParseTreesBuilder()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public CoreNLPProtos.ParseTree.Builder addKBestParseTreesBuilder(int index)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public List<CoreNLPProtos.ParseTree.Builder> getKBestParseTreesBuilderList()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;public boolean hasBasicDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;hasBasicDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.DependencyGraph getBasicDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;getBasicDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setBasicDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;public CoreNLPProtos.Sentence.Builder setBasicDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;public CoreNLPProtos.Sentence.Builder mergeBasicDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;public CoreNLPProtos.Sentence.Builder clearBasicDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;public CoreNLPProtos.DependencyGraph.Builder getBasicDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;public CoreNLPProtos.DependencyGraphOrBuilder getBasicDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;getBasicDependenciesOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasCollapsedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;hasCollapsedDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.DependencyGraph getCollapsedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;getCollapsedDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setCollapsedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;public CoreNLPProtos.Sentence.Builder setCollapsedDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;public CoreNLPProtos.Sentence.Builder mergeCollapsedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;public CoreNLPProtos.Sentence.Builder clearCollapsedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;public CoreNLPProtos.DependencyGraph.Builder getCollapsedDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;public CoreNLPProtos.DependencyGraphOrBuilder getCollapsedDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;getCollapsedDependenciesOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasCollapsedCCProcessedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;hasCollapsedCCProcessedDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.DependencyGraph getCollapsedCCProcessedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;getCollapsedCCProcessedDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setCollapsedCCProcessedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;public CoreNLPProtos.Sentence.Builder setCollapsedCCProcessedDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;public CoreNLPProtos.Sentence.Builder mergeCollapsedCCProcessedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;public CoreNLPProtos.Sentence.Builder clearCollapsedCCProcessedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;public CoreNLPProtos.DependencyGraph.Builder getCollapsedCCProcessedDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;public CoreNLPProtos.DependencyGraphOrBuilder getCollapsedCCProcessedDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;getCollapsedCCProcessedDependenciesOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasAlternativeDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;hasAlternativeDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.DependencyGraph getAlternativeDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;getAlternativeDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setAlternativeDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;public CoreNLPProtos.Sentence.Builder setAlternativeDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;public CoreNLPProtos.Sentence.Builder mergeAlternativeDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;public CoreNLPProtos.Sentence.Builder clearAlternativeDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;public CoreNLPProtos.DependencyGraph.Builder getAlternativeDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;public CoreNLPProtos.DependencyGraphOrBuilder getAlternativeDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;getAlternativeDependenciesOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<CoreNLPProtos.RelationTriple> getOpenieTripleList()
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;getOpenieTripleList in interface CoreNLPProtos.SentenceOrBuilderpublic int getOpenieTripleCount()
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;getOpenieTripleCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.RelationTriple getOpenieTriple(int index)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;getOpenieTriple in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setOpenieTriple(int index, CoreNLPProtos.RelationTriple value)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder setOpenieTriple(int index, CoreNLPProtos.RelationTriple.Builder builderForValue)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder addOpenieTriple(CoreNLPProtos.RelationTriple value)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder addOpenieTriple(int index, CoreNLPProtos.RelationTriple value)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder addOpenieTriple(CoreNLPProtos.RelationTriple.Builder builderForValue)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder addOpenieTriple(int index, CoreNLPProtos.RelationTriple.Builder builderForValue)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder addAllOpenieTriple(Iterable<? extends CoreNLPProtos.RelationTriple> values)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder clearOpenieTriple()
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.Sentence.Builder removeOpenieTriple(int index)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.RelationTriple.Builder getOpenieTripleBuilder(int index)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.RelationTripleOrBuilder getOpenieTripleOrBuilder(int index)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;getOpenieTripleOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.RelationTripleOrBuilder> getOpenieTripleOrBuilderList()
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;getOpenieTripleOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.RelationTriple.Builder addOpenieTripleBuilder()
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public CoreNLPProtos.RelationTriple.Builder addOpenieTripleBuilder(int index)
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public List<CoreNLPProtos.RelationTriple.Builder> getOpenieTripleBuilderList()
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public List<CoreNLPProtos.RelationTriple> getKbpTripleList()
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;getKbpTripleList in interface CoreNLPProtos.SentenceOrBuilderpublic int getKbpTripleCount()
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;getKbpTripleCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.RelationTriple getKbpTriple(int index)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;getKbpTriple in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setKbpTriple(int index, CoreNLPProtos.RelationTriple value)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder setKbpTriple(int index, CoreNLPProtos.RelationTriple.Builder builderForValue)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder addKbpTriple(CoreNLPProtos.RelationTriple value)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder addKbpTriple(int index, CoreNLPProtos.RelationTriple value)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder addKbpTriple(CoreNLPProtos.RelationTriple.Builder builderForValue)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder addKbpTriple(int index, CoreNLPProtos.RelationTriple.Builder builderForValue)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder addAllKbpTriple(Iterable<? extends CoreNLPProtos.RelationTriple> values)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder clearKbpTriple()
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.Sentence.Builder removeKbpTriple(int index)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.RelationTriple.Builder getKbpTripleBuilder(int index)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.RelationTripleOrBuilder getKbpTripleOrBuilder(int index)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;getKbpTripleOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.RelationTripleOrBuilder> getKbpTripleOrBuilderList()
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;getKbpTripleOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.RelationTriple.Builder addKbpTripleBuilder()
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public CoreNLPProtos.RelationTriple.Builder addKbpTripleBuilder(int index)
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public List<CoreNLPProtos.RelationTriple.Builder> getKbpTripleBuilderList()
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public List<CoreNLPProtos.SentenceFragment> getEntailedSentenceList()
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;getEntailedSentenceList in interface CoreNLPProtos.SentenceOrBuilderpublic int getEntailedSentenceCount()
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;getEntailedSentenceCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.SentenceFragment getEntailedSentence(int index)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;getEntailedSentence in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setEntailedSentence(int index, CoreNLPProtos.SentenceFragment value)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder setEntailedSentence(int index, CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder addEntailedSentence(CoreNLPProtos.SentenceFragment value)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder addEntailedSentence(int index, CoreNLPProtos.SentenceFragment value)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder addEntailedSentence(CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder addEntailedSentence(int index, CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder addAllEntailedSentence(Iterable<? extends CoreNLPProtos.SentenceFragment> values)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder clearEntailedSentence()
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.Sentence.Builder removeEntailedSentence(int index)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.SentenceFragment.Builder getEntailedSentenceBuilder(int index)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.SentenceFragmentOrBuilder getEntailedSentenceOrBuilder(int index)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;getEntailedSentenceOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.SentenceFragmentOrBuilder> getEntailedSentenceOrBuilderList()
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;getEntailedSentenceOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.SentenceFragment.Builder addEntailedSentenceBuilder()
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public CoreNLPProtos.SentenceFragment.Builder addEntailedSentenceBuilder(int index)
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public List<CoreNLPProtos.SentenceFragment.Builder> getEntailedSentenceBuilderList()
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public List<CoreNLPProtos.SentenceFragment> getEntailedClauseList()
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;getEntailedClauseList in interface CoreNLPProtos.SentenceOrBuilderpublic int getEntailedClauseCount()
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;getEntailedClauseCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.SentenceFragment getEntailedClause(int index)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;getEntailedClause in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setEntailedClause(int index, CoreNLPProtos.SentenceFragment value)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder setEntailedClause(int index, CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder addEntailedClause(CoreNLPProtos.SentenceFragment value)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder addEntailedClause(int index, CoreNLPProtos.SentenceFragment value)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder addEntailedClause(CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder addEntailedClause(int index, CoreNLPProtos.SentenceFragment.Builder builderForValue)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder addAllEntailedClause(Iterable<? extends CoreNLPProtos.SentenceFragment> values)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder clearEntailedClause()
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.Sentence.Builder removeEntailedClause(int index)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.SentenceFragment.Builder getEntailedClauseBuilder(int index)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.SentenceFragmentOrBuilder getEntailedClauseOrBuilder(int index)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;getEntailedClauseOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.SentenceFragmentOrBuilder> getEntailedClauseOrBuilderList()
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;getEntailedClauseOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.SentenceFragment.Builder addEntailedClauseBuilder()
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public CoreNLPProtos.SentenceFragment.Builder addEntailedClauseBuilder(int index)
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public List<CoreNLPProtos.SentenceFragment.Builder> getEntailedClauseBuilderList()
The entailed clauses, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedClause = 35;public boolean hasEnhancedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;hasEnhancedDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.DependencyGraph getEnhancedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;getEnhancedDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setEnhancedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;public CoreNLPProtos.Sentence.Builder setEnhancedDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;public CoreNLPProtos.Sentence.Builder mergeEnhancedDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;public CoreNLPProtos.Sentence.Builder clearEnhancedDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;public CoreNLPProtos.DependencyGraph.Builder getEnhancedDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;public CoreNLPProtos.DependencyGraphOrBuilder getEnhancedDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedDependencies = 17;getEnhancedDependenciesOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasEnhancedPlusPlusDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;hasEnhancedPlusPlusDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.DependencyGraph getEnhancedPlusPlusDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;getEnhancedPlusPlusDependencies in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setEnhancedPlusPlusDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;public CoreNLPProtos.Sentence.Builder setEnhancedPlusPlusDependencies(CoreNLPProtos.DependencyGraph.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;public CoreNLPProtos.Sentence.Builder mergeEnhancedPlusPlusDependencies(CoreNLPProtos.DependencyGraph value)
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;public CoreNLPProtos.Sentence.Builder clearEnhancedPlusPlusDependencies()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;public CoreNLPProtos.DependencyGraph.Builder getEnhancedPlusPlusDependenciesBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;public CoreNLPProtos.DependencyGraphOrBuilder getEnhancedPlusPlusDependenciesOrBuilder()
optional .edu.stanford.nlp.pipeline.DependencyGraph enhancedPlusPlusDependencies = 18;getEnhancedPlusPlusDependenciesOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<CoreNLPProtos.Token> getCharacterList()
repeated .edu.stanford.nlp.pipeline.Token character = 19;getCharacterList in interface CoreNLPProtos.SentenceOrBuilderpublic int getCharacterCount()
repeated .edu.stanford.nlp.pipeline.Token character = 19;getCharacterCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Token getCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19;getCharacter in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setCharacter(int index, CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder setCharacter(int index, CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder addCharacter(CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder addCharacter(int index, CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder addCharacter(CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder addCharacter(int index, CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder addAllCharacter(Iterable<? extends CoreNLPProtos.Token> values)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder clearCharacter()
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Sentence.Builder removeCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Token.Builder getCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.TokenOrBuilder getCharacterOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19;getCharacterOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.TokenOrBuilder> getCharacterOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 19;getCharacterOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Token.Builder addCharacterBuilder()
repeated .edu.stanford.nlp.pipeline.Token character = 19;public CoreNLPProtos.Token.Builder addCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 19;public List<CoreNLPProtos.Token.Builder> getCharacterBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 19;public boolean hasParagraph()
optional uint32 paragraph = 11;hasParagraph in interface CoreNLPProtos.SentenceOrBuilderpublic int getParagraph()
optional uint32 paragraph = 11;getParagraph in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setParagraph(int value)
optional uint32 paragraph = 11;public CoreNLPProtos.Sentence.Builder clearParagraph()
optional uint32 paragraph = 11;public boolean hasText()
Only needed if we're only saving the sentence.
optional string text = 12;hasText in interface CoreNLPProtos.SentenceOrBuilderpublic String getText()
Only needed if we're only saving the sentence.
optional string text = 12;getText in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
Only needed if we're only saving the sentence.
optional string text = 12;getTextBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setText(String value)
Only needed if we're only saving the sentence.
optional string text = 12;public CoreNLPProtos.Sentence.Builder clearText()
Only needed if we're only saving the sentence.
optional string text = 12;public CoreNLPProtos.Sentence.Builder setTextBytes(com.google.protobuf.ByteString value)
Only needed if we're only saving the sentence.
optional string text = 12;public boolean hasLineNumber()
optional uint32 lineNumber = 20;hasLineNumber in interface CoreNLPProtos.SentenceOrBuilderpublic int getLineNumber()
optional uint32 lineNumber = 20;getLineNumber in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setLineNumber(int value)
optional uint32 lineNumber = 20;public CoreNLPProtos.Sentence.Builder clearLineNumber()
optional uint32 lineNumber = 20;public boolean hasHasRelationAnnotations()
Fields set by other annotators in CoreNLP
optional bool hasRelationAnnotations = 51;hasHasRelationAnnotations in interface CoreNLPProtos.SentenceOrBuilderpublic boolean getHasRelationAnnotations()
Fields set by other annotators in CoreNLP
optional bool hasRelationAnnotations = 51;getHasRelationAnnotations in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setHasRelationAnnotations(boolean value)
Fields set by other annotators in CoreNLP
optional bool hasRelationAnnotations = 51;public CoreNLPProtos.Sentence.Builder clearHasRelationAnnotations()
Fields set by other annotators in CoreNLP
optional bool hasRelationAnnotations = 51;public List<CoreNLPProtos.Entity> getEntityList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;getEntityList in interface CoreNLPProtos.SentenceOrBuilderpublic int getEntityCount()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;getEntityCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Entity getEntity(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;getEntity in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setEntity(int index, CoreNLPProtos.Entity value)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder setEntity(int index, CoreNLPProtos.Entity.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder addEntity(CoreNLPProtos.Entity value)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder addEntity(int index, CoreNLPProtos.Entity value)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder addEntity(CoreNLPProtos.Entity.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder addEntity(int index, CoreNLPProtos.Entity.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder addAllEntity(Iterable<? extends CoreNLPProtos.Entity> values)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder clearEntity()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Sentence.Builder removeEntity(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Entity.Builder getEntityBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.EntityOrBuilder getEntityOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;getEntityOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.EntityOrBuilder> getEntityOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;getEntityOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Entity.Builder addEntityBuilder()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public CoreNLPProtos.Entity.Builder addEntityBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public List<CoreNLPProtos.Entity.Builder> getEntityBuilderList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public List<CoreNLPProtos.Relation> getRelationList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;getRelationList in interface CoreNLPProtos.SentenceOrBuilderpublic int getRelationCount()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;getRelationCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Relation getRelation(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;getRelation in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setRelation(int index, CoreNLPProtos.Relation value)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder setRelation(int index, CoreNLPProtos.Relation.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder addRelation(CoreNLPProtos.Relation value)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder addRelation(int index, CoreNLPProtos.Relation value)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder addRelation(CoreNLPProtos.Relation.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder addRelation(int index, CoreNLPProtos.Relation.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder addAllRelation(Iterable<? extends CoreNLPProtos.Relation> values)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder clearRelation()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Sentence.Builder removeRelation(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Relation.Builder getRelationBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.RelationOrBuilder getRelationOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;getRelationOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.RelationOrBuilder> getRelationOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;getRelationOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Relation.Builder addRelationBuilder()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public CoreNLPProtos.Relation.Builder addRelationBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public List<CoreNLPProtos.Relation.Builder> getRelationBuilderList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;public boolean hasHasNumerizedTokensAnnotation()
optional bool hasNumerizedTokensAnnotation = 54;hasHasNumerizedTokensAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic boolean getHasNumerizedTokensAnnotation()
optional bool hasNumerizedTokensAnnotation = 54;getHasNumerizedTokensAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setHasNumerizedTokensAnnotation(boolean value)
optional bool hasNumerizedTokensAnnotation = 54;public CoreNLPProtos.Sentence.Builder clearHasNumerizedTokensAnnotation()
optional bool hasNumerizedTokensAnnotation = 54;public List<CoreNLPProtos.NERMention> getMentionsList()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;getMentionsList in interface CoreNLPProtos.SentenceOrBuilderpublic int getMentionsCount()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;getMentionsCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.NERMention getMentions(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;getMentions in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setMentions(int index, CoreNLPProtos.NERMention value)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder setMentions(int index, CoreNLPProtos.NERMention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder addMentions(CoreNLPProtos.NERMention value)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder addMentions(int index, CoreNLPProtos.NERMention value)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder addMentions(CoreNLPProtos.NERMention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder addMentions(int index, CoreNLPProtos.NERMention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder addAllMentions(Iterable<? extends CoreNLPProtos.NERMention> values)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder clearMentions()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.Sentence.Builder removeMentions(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.NERMention.Builder getMentionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.NERMentionOrBuilder getMentionsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;getMentionsOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.NERMentionOrBuilder> getMentionsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;getMentionsOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.NERMention.Builder addMentionsBuilder()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public CoreNLPProtos.NERMention.Builder addMentionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public List<CoreNLPProtos.NERMention.Builder> getMentionsBuilderList()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public List<CoreNLPProtos.Mention> getMentionsForCorefList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;getMentionsForCorefList in interface CoreNLPProtos.SentenceOrBuilderpublic int getMentionsForCorefCount()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;getMentionsForCorefCount in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Mention getMentionsForCoref(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;getMentionsForCoref in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setMentionsForCoref(int index, CoreNLPProtos.Mention value)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder setMentionsForCoref(int index, CoreNLPProtos.Mention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder addMentionsForCoref(CoreNLPProtos.Mention value)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder addMentionsForCoref(int index, CoreNLPProtos.Mention value)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder addMentionsForCoref(CoreNLPProtos.Mention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder addMentionsForCoref(int index, CoreNLPProtos.Mention.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder addAllMentionsForCoref(Iterable<? extends CoreNLPProtos.Mention> values)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder clearMentionsForCoref()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Sentence.Builder removeMentionsForCoref(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Mention.Builder getMentionsForCorefBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.MentionOrBuilder getMentionsForCorefOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;getMentionsForCorefOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic List<? extends CoreNLPProtos.MentionOrBuilder> getMentionsForCorefOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;getMentionsForCorefOrBuilderList in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Mention.Builder addMentionsForCorefBuilder()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public CoreNLPProtos.Mention.Builder addMentionsForCorefBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public List<CoreNLPProtos.Mention.Builder> getMentionsForCorefBuilderList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;public boolean hasHasCorefMentionsAnnotation()
optional bool hasCorefMentionsAnnotation = 57;hasHasCorefMentionsAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic boolean getHasCorefMentionsAnnotation()
optional bool hasCorefMentionsAnnotation = 57;getHasCorefMentionsAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setHasCorefMentionsAnnotation(boolean value)
optional bool hasCorefMentionsAnnotation = 57;public CoreNLPProtos.Sentence.Builder clearHasCorefMentionsAnnotation()
optional bool hasCorefMentionsAnnotation = 57;public boolean hasSentenceID()
Useful when storing sentences (e.g. ForEach)
optional string sentenceID = 58;hasSentenceID in interface CoreNLPProtos.SentenceOrBuilderpublic String getSentenceID()
Useful when storing sentences (e.g. ForEach)
optional string sentenceID = 58;getSentenceID in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getSentenceIDBytes()
Useful when storing sentences (e.g. ForEach)
optional string sentenceID = 58;getSentenceIDBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSentenceID(String value)
Useful when storing sentences (e.g. ForEach)
optional string sentenceID = 58;public CoreNLPProtos.Sentence.Builder clearSentenceID()
Useful when storing sentences (e.g. ForEach)
optional string sentenceID = 58;public CoreNLPProtos.Sentence.Builder setSentenceIDBytes(com.google.protobuf.ByteString value)
Useful when storing sentences (e.g. ForEach)
optional string sentenceID = 58;public boolean hasSectionDate()
date of section
optional string sectionDate = 59;hasSectionDate in interface CoreNLPProtos.SentenceOrBuilderpublic String getSectionDate()
date of section
optional string sectionDate = 59;getSectionDate in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getSectionDateBytes()
date of section
optional string sectionDate = 59;getSectionDateBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSectionDate(String value)
date of section
optional string sectionDate = 59;public CoreNLPProtos.Sentence.Builder clearSectionDate()
date of section
optional string sectionDate = 59;public CoreNLPProtos.Sentence.Builder setSectionDateBytes(com.google.protobuf.ByteString value)
date of section
optional string sectionDate = 59;public boolean hasSectionIndex()
section index for this sentence's section
optional uint32 sectionIndex = 60;hasSectionIndex in interface CoreNLPProtos.SentenceOrBuilderpublic int getSectionIndex()
section index for this sentence's section
optional uint32 sectionIndex = 60;getSectionIndex in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSectionIndex(int value)
section index for this sentence's section
optional uint32 sectionIndex = 60;public CoreNLPProtos.Sentence.Builder clearSectionIndex()
section index for this sentence's section
optional uint32 sectionIndex = 60;public boolean hasSectionName()
name of section
optional string sectionName = 61;hasSectionName in interface CoreNLPProtos.SentenceOrBuilderpublic String getSectionName()
name of section
optional string sectionName = 61;getSectionName in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getSectionNameBytes()
name of section
optional string sectionName = 61;getSectionNameBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSectionName(String value)
name of section
optional string sectionName = 61;public CoreNLPProtos.Sentence.Builder clearSectionName()
name of section
optional string sectionName = 61;public CoreNLPProtos.Sentence.Builder setSectionNameBytes(com.google.protobuf.ByteString value)
name of section
optional string sectionName = 61;public boolean hasSectionAuthor()
author of section
optional string sectionAuthor = 62;hasSectionAuthor in interface CoreNLPProtos.SentenceOrBuilderpublic String getSectionAuthor()
author of section
optional string sectionAuthor = 62;getSectionAuthor in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getSectionAuthorBytes()
author of section
optional string sectionAuthor = 62;getSectionAuthorBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSectionAuthor(String value)
author of section
optional string sectionAuthor = 62;public CoreNLPProtos.Sentence.Builder clearSectionAuthor()
author of section
optional string sectionAuthor = 62;public CoreNLPProtos.Sentence.Builder setSectionAuthorBytes(com.google.protobuf.ByteString value)
author of section
optional string sectionAuthor = 62;public boolean hasDocID()
doc id
optional string docID = 63;hasDocID in interface CoreNLPProtos.SentenceOrBuilderpublic String getDocID()
doc id
optional string docID = 63;getDocID in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getDocIDBytes()
doc id
optional string docID = 63;getDocIDBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setDocID(String value)
doc id
optional string docID = 63;public CoreNLPProtos.Sentence.Builder clearDocID()
doc id
optional string docID = 63;public CoreNLPProtos.Sentence.Builder setDocIDBytes(com.google.protobuf.ByteString value)
doc id
optional string docID = 63;public boolean hasSectionQuoted()
is this sentence in an xml quote in a post
optional bool sectionQuoted = 64;hasSectionQuoted in interface CoreNLPProtos.SentenceOrBuilderpublic boolean getSectionQuoted()
is this sentence in an xml quote in a post
optional bool sectionQuoted = 64;getSectionQuoted in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSectionQuoted(boolean value)
is this sentence in an xml quote in a post
optional bool sectionQuoted = 64;public CoreNLPProtos.Sentence.Builder clearSectionQuoted()
is this sentence in an xml quote in a post
optional bool sectionQuoted = 64;public boolean hasHasEntityMentionsAnnotation()
check if there are entity mentions
optional bool hasEntityMentionsAnnotation = 65;hasHasEntityMentionsAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic boolean getHasEntityMentionsAnnotation()
check if there are entity mentions
optional bool hasEntityMentionsAnnotation = 65;getHasEntityMentionsAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setHasEntityMentionsAnnotation(boolean value)
check if there are entity mentions
optional bool hasEntityMentionsAnnotation = 65;public CoreNLPProtos.Sentence.Builder clearHasEntityMentionsAnnotation()
check if there are entity mentions
optional bool hasEntityMentionsAnnotation = 65;public boolean hasHasKBPTriplesAnnotation()
check if there are KBP triples
optional bool hasKBPTriplesAnnotation = 68;hasHasKBPTriplesAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic boolean getHasKBPTriplesAnnotation()
check if there are KBP triples
optional bool hasKBPTriplesAnnotation = 68;getHasKBPTriplesAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setHasKBPTriplesAnnotation(boolean value)
check if there are KBP triples
optional bool hasKBPTriplesAnnotation = 68;public CoreNLPProtos.Sentence.Builder clearHasKBPTriplesAnnotation()
check if there are KBP triples
optional bool hasKBPTriplesAnnotation = 68;public boolean hasHasOpenieTriplesAnnotation()
check if there are OpenIE triples
optional bool hasOpenieTriplesAnnotation = 69;hasHasOpenieTriplesAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic boolean getHasOpenieTriplesAnnotation()
check if there are OpenIE triples
optional bool hasOpenieTriplesAnnotation = 69;getHasOpenieTriplesAnnotation in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setHasOpenieTriplesAnnotation(boolean value)
check if there are OpenIE triples
optional bool hasOpenieTriplesAnnotation = 69;public CoreNLPProtos.Sentence.Builder clearHasOpenieTriplesAnnotation()
check if there are OpenIE triples
optional bool hasOpenieTriplesAnnotation = 69;public boolean hasChapterIndex()
quote stuff
optional uint32 chapterIndex = 66;hasChapterIndex in interface CoreNLPProtos.SentenceOrBuilderpublic int getChapterIndex()
quote stuff
optional uint32 chapterIndex = 66;getChapterIndex in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setChapterIndex(int value)
quote stuff
optional uint32 chapterIndex = 66;public CoreNLPProtos.Sentence.Builder clearChapterIndex()
quote stuff
optional uint32 chapterIndex = 66;public boolean hasParagraphIndex()
optional uint32 paragraphIndex = 67;hasParagraphIndex in interface CoreNLPProtos.SentenceOrBuilderpublic int getParagraphIndex()
optional uint32 paragraphIndex = 67;getParagraphIndex in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setParagraphIndex(int value)
optional uint32 paragraphIndex = 67;public CoreNLPProtos.Sentence.Builder clearParagraphIndex()
optional uint32 paragraphIndex = 67;public final CoreNLPProtos.Sentence.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final CoreNLPProtos.Sentence.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)