public static final class CoreNLPProtos.Sentence.Builder extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder> 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(java.lang.Iterable<? extends CoreNLPProtos.Token> values)
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
CoreNLPProtos.Sentence.Builder |
addAllEntailedClause(java.lang.Iterable<? extends CoreNLPProtos.SentenceFragment> values)
The entailed clauses, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addAllEntailedSentence(java.lang.Iterable<? extends CoreNLPProtos.SentenceFragment> values)
The entailed sentences, by natural logic
|
CoreNLPProtos.Sentence.Builder |
addAllEntity(java.lang.Iterable<? extends CoreNLPProtos.Entity> values)
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
CoreNLPProtos.Sentence.Builder |
addAllKBestParseTrees(java.lang.Iterable<? extends CoreNLPProtos.ParseTree> values)
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
CoreNLPProtos.Sentence.Builder |
addAllKbpTriple(java.lang.Iterable<? extends CoreNLPProtos.RelationTriple> values)
The KBP triples in this sentence
|
CoreNLPProtos.Sentence.Builder |
addAllMentions(java.lang.Iterable<? extends CoreNLPProtos.NERMention> values)
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55; |
CoreNLPProtos.Sentence.Builder |
addAllMentionsForCoref(java.lang.Iterable<? extends CoreNLPProtos.Mention> values)
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
CoreNLPProtos.Sentence.Builder |
addAllOpenieTriple(java.lang.Iterable<? extends CoreNLPProtos.RelationTriple> values)
The OpenIE triples in the sentence
|
CoreNLPProtos.Sentence.Builder |
addAllRelation(java.lang.Iterable<? extends CoreNLPProtos.Relation> values)
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
CoreNLPProtos.Sentence.Builder |
addAllToken(java.lang.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(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,java.util.List<Type>> 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,
java.lang.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 |
clearEnhancedSentence()
the quote annotator can soometimes add merged sentences
|
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(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,?> 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 |
clearSpeaker()
speaker stuff
|
CoreNLPProtos.Sentence.Builder |
clearSpeakerType()
The type of speaker speaking this sentence
|
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; |
java.util.List<CoreNLPProtos.Token.Builder> |
getCharacterBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
int |
getCharacterCount()
repeated .edu.stanford.nlp.pipeline.Token character = 19; |
java.util.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; |
java.util.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() |
java.lang.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.Sentence |
getEnhancedSentence()
the quote annotator can soometimes add merged sentences
|
CoreNLPProtos.Sentence.Builder |
getEnhancedSentenceBuilder()
the quote annotator can soometimes add merged sentences
|
CoreNLPProtos.SentenceOrBuilder |
getEnhancedSentenceOrBuilder()
the quote annotator can soometimes add merged sentences
|
CoreNLPProtos.SentenceFragment |
getEntailedClause(int index)
The entailed clauses, by natural logic
|
CoreNLPProtos.SentenceFragment.Builder |
getEntailedClauseBuilder(int index)
The entailed clauses, by natural logic
|
java.util.List<CoreNLPProtos.SentenceFragment.Builder> |
getEntailedClauseBuilderList()
The entailed clauses, by natural logic
|
int |
getEntailedClauseCount()
The entailed clauses, by natural logic
|
java.util.List<CoreNLPProtos.SentenceFragment> |
getEntailedClauseList()
The entailed clauses, by natural logic
|
CoreNLPProtos.SentenceFragmentOrBuilder |
getEntailedClauseOrBuilder(int index)
The entailed clauses, by natural logic
|
java.util.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
|
java.util.List<CoreNLPProtos.SentenceFragment.Builder> |
getEntailedSentenceBuilderList()
The entailed sentences, by natural logic
|
int |
getEntailedSentenceCount()
The entailed sentences, by natural logic
|
java.util.List<CoreNLPProtos.SentenceFragment> |
getEntailedSentenceList()
The entailed sentences, by natural logic
|
CoreNLPProtos.SentenceFragmentOrBuilder |
getEntailedSentenceOrBuilder(int index)
The entailed sentences, by natural logic
|
java.util.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; |
java.util.List<CoreNLPProtos.Entity.Builder> |
getEntityBuilderList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
int |
getEntityCount()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52; |
java.util.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; |
java.util.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; |
java.util.List<CoreNLPProtos.ParseTree.Builder> |
getKBestParseTreesBuilderList()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
int |
getKBestParseTreesCount()
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34; |
java.util.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; |
java.util.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
|
java.util.List<CoreNLPProtos.RelationTriple.Builder> |
getKbpTripleBuilderList()
The KBP triples in this sentence
|
int |
getKbpTripleCount()
The KBP triples in this sentence
|
java.util.List<CoreNLPProtos.RelationTriple> |
getKbpTripleList()
The KBP triples in this sentence
|
CoreNLPProtos.RelationTripleOrBuilder |
getKbpTripleOrBuilder(int index)
The KBP triples in this sentence
|
java.util.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; |
java.util.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; |
java.util.List<CoreNLPProtos.Mention.Builder> |
getMentionsForCorefBuilderList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
int |
getMentionsForCorefCount()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
java.util.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; |
java.util.List<? extends CoreNLPProtos.MentionOrBuilder> |
getMentionsForCorefOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56; |
java.util.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; |
java.util.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
|
java.util.List<CoreNLPProtos.RelationTriple.Builder> |
getOpenieTripleBuilderList()
The OpenIE triples in the sentence
|
int |
getOpenieTripleCount()
The OpenIE triples in the sentence
|
java.util.List<CoreNLPProtos.RelationTriple> |
getOpenieTripleList()
The OpenIE triples in the sentence
|
CoreNLPProtos.RelationTripleOrBuilder |
getOpenieTripleOrBuilder(int index)
The OpenIE triples in the sentence
|
java.util.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; |
java.util.List<CoreNLPProtos.Relation.Builder> |
getRelationBuilderList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
int |
getRelationCount()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
java.util.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; |
java.util.List<? extends CoreNLPProtos.RelationOrBuilder> |
getRelationOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Relation relation = 53; |
java.lang.String |
getSectionAuthor()
author of section
|
com.google.protobuf.ByteString |
getSectionAuthorBytes()
author of section
|
java.lang.String |
getSectionDate()
date of section
|
com.google.protobuf.ByteString |
getSectionDateBytes()
date of section
|
int |
getSectionIndex()
section index for this sentence's section
|
java.lang.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
|
java.lang.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; |
java.lang.String |
getSentiment()
optional string sentiment = 33; |
com.google.protobuf.ByteString |
getSentimentBytes()
optional string sentiment = 33; |
java.lang.String |
getSpeaker()
speaker stuff
|
com.google.protobuf.ByteString |
getSpeakerBytes()
speaker stuff
|
java.lang.String |
getSpeakerType()
The type of speaker speaking this sentence
|
com.google.protobuf.ByteString |
getSpeakerTypeBytes()
The type of speaker speaking this sentence
|
java.lang.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; |
java.util.List<CoreNLPProtos.Token.Builder> |
getTokenBuilderList()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
int |
getTokenCount()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
java.util.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; |
java.util.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 |
hasEnhancedSentence()
the quote annotator can soometimes add merged sentences
|
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 |
hasSpeaker()
speaker stuff
|
boolean |
hasSpeakerType()
The type of speaker speaking this sentence
|
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 |
mergeEnhancedSentence(CoreNLPProtos.Sentence value)
the quote annotator can soometimes add merged sentences
|
CoreNLPProtos.Sentence.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoreNLPProtos.Sentence.Builder |
mergeFrom(CoreNLPProtos.Sentence other) |
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(java.lang.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 |
setEnhancedSentence(CoreNLPProtos.Sentence.Builder builderForValue)
the quote annotator can soometimes add merged sentences
|
CoreNLPProtos.Sentence.Builder |
setEnhancedSentence(CoreNLPProtos.Sentence value)
the quote annotator can soometimes add merged sentences
|
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(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,java.util.List<Type>> extension,
int index,
Type value) |
<Type> CoreNLPProtos.Sentence.Builder |
setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,Type> extension,
Type value) |
CoreNLPProtos.Sentence.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.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,
java.lang.Object value) |
CoreNLPProtos.Sentence.Builder |
setSectionAuthor(java.lang.String value)
author of section
|
CoreNLPProtos.Sentence.Builder |
setSectionAuthorBytes(com.google.protobuf.ByteString value)
author of section
|
CoreNLPProtos.Sentence.Builder |
setSectionDate(java.lang.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(java.lang.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(java.lang.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(java.lang.String value)
optional string sentiment = 33; |
CoreNLPProtos.Sentence.Builder |
setSentimentBytes(com.google.protobuf.ByteString value)
optional string sentiment = 33; |
CoreNLPProtos.Sentence.Builder |
setSpeaker(java.lang.String value)
speaker stuff
|
CoreNLPProtos.Sentence.Builder |
setSpeakerBytes(com.google.protobuf.ByteString value)
speaker stuff
|
CoreNLPProtos.Sentence.Builder |
setSpeakerType(java.lang.String value)
The type of speaker speaking this sentence
|
CoreNLPProtos.Sentence.Builder |
setSpeakerTypeBytes(com.google.protobuf.ByteString value)
The type of speaker speaking this sentence
|
CoreNLPProtos.Sentence.Builder |
setText(java.lang.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) |
addExtension, addExtension, clearExtension, clearExtension, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getField, getFieldBuilder, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, mergeExtensionFields, newBuilderForField, parseUnknownField, setExtension, setExtension, setExtension, setExtensiongetOneofFieldDescriptor, getParentForChildren, getUnknownFields, getUnknownFieldSetBuilder, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, onBuilt, onChanged, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<CoreNLPProtos.Sentence>getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CoreNLPProtos.Sentence build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CoreNLPProtos.Sentence buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CoreNLPProtos.Sentence.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public <Type> CoreNLPProtos.Sentence.Builder setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,Type> extension, Type value)
setExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public <Type> CoreNLPProtos.Sentence.Builder setExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,java.util.List<Type>> extension, int index, Type value)
setExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public <Type> CoreNLPProtos.Sentence.Builder addExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,java.util.List<Type>> extension, Type value)
addExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public <Type> CoreNLPProtos.Sentence.Builder clearExtension(com.google.protobuf.GeneratedMessage.GeneratedExtension<CoreNLPProtos.Sentence,?> extension)
clearExtension in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder mergeFrom(CoreNLPProtos.Sentence other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<CoreNLPProtos.Sentence,CoreNLPProtos.Sentence.Builder>public CoreNLPProtos.Sentence.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoreNLPProtos.Sentence.Builder>java.io.IOExceptionpublic java.util.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(java.lang.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 java.util.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 java.util.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;value - The tokenOffsetBegin to set.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;value - The tokenOffsetEnd to set.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;value - The sentenceIndex to set.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;value - The characterOffsetBegin to set.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;value - The characterOffsetEnd to set.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 java.lang.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(java.lang.String value)
optional string sentiment = 33;value - The sentiment to set.public CoreNLPProtos.Sentence.Builder clearSentiment()
optional string sentiment = 33;public CoreNLPProtos.Sentence.Builder setSentimentBytes(com.google.protobuf.ByteString value)
optional string sentiment = 33;value - The bytes for sentiment to set.public java.util.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(java.lang.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 java.util.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 java.util.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 java.util.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(java.lang.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 java.util.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 java.util.List<CoreNLPProtos.RelationTriple.Builder> getOpenieTripleBuilderList()
The OpenIE triples in the sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple openieTriple = 14;public java.util.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(java.lang.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 java.util.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 java.util.List<CoreNLPProtos.RelationTriple.Builder> getKbpTripleBuilderList()
The KBP triples in this sentence
repeated .edu.stanford.nlp.pipeline.RelationTriple kbpTriple = 16;public java.util.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(java.lang.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 java.util.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 java.util.List<CoreNLPProtos.SentenceFragment.Builder> getEntailedSentenceBuilderList()
The entailed sentences, by natural logic
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;public java.util.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(java.lang.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 java.util.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 java.util.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 java.util.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(java.lang.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 java.util.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 java.util.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;value - The paragraph to set.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 java.lang.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(java.lang.String value)
Only needed if we're only saving the sentence.
optional string text = 12;value - The text to set.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;value - The bytes for text to set.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;value - The lineNumber to set.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;value - The hasRelationAnnotations to set.public CoreNLPProtos.Sentence.Builder clearHasRelationAnnotations()
Fields set by other annotators in CoreNLP
optional bool hasRelationAnnotations = 51;public java.util.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(java.lang.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 java.util.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 java.util.List<CoreNLPProtos.Entity.Builder> getEntityBuilderList()
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;public java.util.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(java.lang.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 java.util.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 java.util.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;value - The hasNumerizedTokensAnnotation to set.public CoreNLPProtos.Sentence.Builder clearHasNumerizedTokensAnnotation()
optional bool hasNumerizedTokensAnnotation = 54;public java.util.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(java.lang.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 java.util.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 java.util.List<CoreNLPProtos.NERMention.Builder> getMentionsBuilderList()
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;public java.util.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(java.lang.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 java.util.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 java.util.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;value - The hasCorefMentionsAnnotation to set.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 java.lang.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(java.lang.String value)
Useful when storing sentences (e.g. ForEach)
optional string sentenceID = 58;value - The sentenceID to set.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;value - The bytes for sentenceID to set.public boolean hasSectionDate()
date of section
optional string sectionDate = 59;hasSectionDate in interface CoreNLPProtos.SentenceOrBuilderpublic java.lang.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(java.lang.String value)
date of section
optional string sectionDate = 59;value - The sectionDate to set.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;value - The bytes for sectionDate to set.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;value - The sectionIndex to set.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 java.lang.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(java.lang.String value)
name of section
optional string sectionName = 61;value - The sectionName to set.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;value - The bytes for sectionName to set.public boolean hasSectionAuthor()
author of section
optional string sectionAuthor = 62;hasSectionAuthor in interface CoreNLPProtos.SentenceOrBuilderpublic java.lang.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(java.lang.String value)
author of section
optional string sectionAuthor = 62;value - The sectionAuthor to set.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;value - The bytes for sectionAuthor to set.public boolean hasDocID()
doc id
optional string docID = 63;hasDocID in interface CoreNLPProtos.SentenceOrBuilderpublic java.lang.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(java.lang.String value)
doc id
optional string docID = 63;value - The docID to set.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;value - The bytes for docID to set.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;value - The sectionQuoted to set.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;value - The hasEntityMentionsAnnotation to set.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;value - The hasKBPTriplesAnnotation to set.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;value - The hasOpenieTriplesAnnotation to set.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;value - The chapterIndex to set.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;value - The paragraphIndex to set.public CoreNLPProtos.Sentence.Builder clearParagraphIndex()
optional uint32 paragraphIndex = 67;public boolean hasEnhancedSentence()
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;hasEnhancedSentence in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence getEnhancedSentence()
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;getEnhancedSentence in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setEnhancedSentence(CoreNLPProtos.Sentence value)
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;public CoreNLPProtos.Sentence.Builder setEnhancedSentence(CoreNLPProtos.Sentence.Builder builderForValue)
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;public CoreNLPProtos.Sentence.Builder mergeEnhancedSentence(CoreNLPProtos.Sentence value)
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;public CoreNLPProtos.Sentence.Builder clearEnhancedSentence()
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;public CoreNLPProtos.Sentence.Builder getEnhancedSentenceBuilder()
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;public CoreNLPProtos.SentenceOrBuilder getEnhancedSentenceOrBuilder()
the quote annotator can soometimes add merged sentences
optional .edu.stanford.nlp.pipeline.Sentence enhancedSentence = 70;getEnhancedSentenceOrBuilder in interface CoreNLPProtos.SentenceOrBuilderpublic boolean hasSpeaker()
speaker stuff
optional string speaker = 71;hasSpeaker in interface CoreNLPProtos.SentenceOrBuilderpublic java.lang.String getSpeaker()
speaker stuff
optional string speaker = 71;getSpeaker in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getSpeakerBytes()
speaker stuff
optional string speaker = 71;getSpeakerBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSpeaker(java.lang.String value)
speaker stuff
optional string speaker = 71;value - The speaker to set.public CoreNLPProtos.Sentence.Builder clearSpeaker()
speaker stuff
optional string speaker = 71;public CoreNLPProtos.Sentence.Builder setSpeakerBytes(com.google.protobuf.ByteString value)
speaker stuff
optional string speaker = 71;value - The bytes for speaker to set.public boolean hasSpeakerType()
The type of speaker speaking this sentence
optional string speakerType = 72;hasSpeakerType in interface CoreNLPProtos.SentenceOrBuilderpublic java.lang.String getSpeakerType()
The type of speaker speaking this sentence
optional string speakerType = 72;getSpeakerType in interface CoreNLPProtos.SentenceOrBuilderpublic com.google.protobuf.ByteString getSpeakerTypeBytes()
The type of speaker speaking this sentence
optional string speakerType = 72;getSpeakerTypeBytes in interface CoreNLPProtos.SentenceOrBuilderpublic CoreNLPProtos.Sentence.Builder setSpeakerType(java.lang.String value)
The type of speaker speaking this sentence
optional string speakerType = 72;value - The speakerType to set.public CoreNLPProtos.Sentence.Builder clearSpeakerType()
The type of speaker speaking this sentence
optional string speakerType = 72;public CoreNLPProtos.Sentence.Builder setSpeakerTypeBytes(com.google.protobuf.ByteString value)
The type of speaker speaking this sentence
optional string speakerType = 72;value - The bytes for speakerType to set.public final CoreNLPProtos.Sentence.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Sentence.Builder>public final CoreNLPProtos.Sentence.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Sentence.Builder>