public static final class CoreNLPProtos.Document.Builder extends <any> implements CoreNLPProtos.DocumentOrBuilder
A document; that is, the equivalent of an Annotation.Protobuf type
edu.stanford.nlp.pipeline.Document| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.Document.Builder |
addAllCharacter(Iterable<? extends CoreNLPProtos.Token> values)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
addAllCorefChain(Iterable<? extends CoreNLPProtos.CorefChain> values)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
addAllCorefMentionToEntityMentionMappings(Iterable<? extends Integer> values)
repeated uint32 corefMentionToEntityMentionMappings = 17; |
CoreNLPProtos.Document.Builder |
addAllEntityMentionToCorefMentionMappings(Iterable<? extends Integer> values)
repeated uint32 entityMentionToCorefMentionMappings = 18; |
CoreNLPProtos.Document.Builder |
addAllMentions(Iterable<? extends CoreNLPProtos.NERMention> values)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
addAllMentionsForCoref(Iterable<? extends CoreNLPProtos.Mention> values)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
addAllQuote(Iterable<? extends CoreNLPProtos.Quote> values)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
addAllSections(Iterable<? extends CoreNLPProtos.Section> values)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
addAllSentence(Iterable<? extends CoreNLPProtos.Sentence> values)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
addAllSentencelessToken(Iterable<? extends CoreNLPProtos.Token> values)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
addCharacter(CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
addCharacter(CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
addCharacter(int index,
CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
addCharacter(int index,
CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Token.Builder |
addCharacterBuilder()
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Token.Builder |
addCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
addCorefChain(CoreNLPProtos.CorefChain.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
addCorefChain(CoreNLPProtos.CorefChain value)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
addCorefChain(int index,
CoreNLPProtos.CorefChain.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
addCorefChain(int index,
CoreNLPProtos.CorefChain value)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.CorefChain.Builder |
addCorefChainBuilder()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.CorefChain.Builder |
addCorefChainBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
addCorefMentionToEntityMentionMappings(int value)
repeated uint32 corefMentionToEntityMentionMappings = 17; |
CoreNLPProtos.Document.Builder |
addEntityMentionToCorefMentionMappings(int value)
repeated uint32 entityMentionToCorefMentionMappings = 18; |
<Type> CoreNLPProtos.Document.Builder |
addExtension(<any> extension,
Type value) |
CoreNLPProtos.Document.Builder |
addMentions(CoreNLPProtos.NERMention.Builder builderForValue)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
addMentions(CoreNLPProtos.NERMention value)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
addMentions(int index,
CoreNLPProtos.NERMention.Builder builderForValue)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
addMentions(int index,
CoreNLPProtos.NERMention value)
This field is for entity mentions across the document.
|
CoreNLPProtos.NERMention.Builder |
addMentionsBuilder()
This field is for entity mentions across the document.
|
CoreNLPProtos.NERMention.Builder |
addMentionsBuilder(int index)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
addMentionsForCoref(CoreNLPProtos.Mention.Builder builderForValue)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
addMentionsForCoref(CoreNLPProtos.Mention value)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
addMentionsForCoref(int index,
CoreNLPProtos.Mention.Builder builderForValue)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
addMentionsForCoref(int index,
CoreNLPProtos.Mention value)
coref mentions for entire document *
|
CoreNLPProtos.Mention.Builder |
addMentionsForCorefBuilder()
coref mentions for entire document *
|
CoreNLPProtos.Mention.Builder |
addMentionsForCorefBuilder(int index)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
addQuote(CoreNLPProtos.Quote.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
addQuote(CoreNLPProtos.Quote value)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
addQuote(int index,
CoreNLPProtos.Quote.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
addQuote(int index,
CoreNLPProtos.Quote value)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Quote.Builder |
addQuoteBuilder()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Quote.Builder |
addQuoteBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CoreNLPProtos.Document.Builder |
addSections(CoreNLPProtos.Section.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
addSections(CoreNLPProtos.Section value)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
addSections(int index,
CoreNLPProtos.Section.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
addSections(int index,
CoreNLPProtos.Section value)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Section.Builder |
addSectionsBuilder()
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Section.Builder |
addSectionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
addSentence(CoreNLPProtos.Sentence.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
addSentence(CoreNLPProtos.Sentence value)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
addSentence(int index,
CoreNLPProtos.Sentence.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
addSentence(int index,
CoreNLPProtos.Sentence value)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Sentence.Builder |
addSentenceBuilder()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Sentence.Builder |
addSentenceBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
addSentencelessToken(CoreNLPProtos.Token.Builder builderForValue)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
addSentencelessToken(CoreNLPProtos.Token value)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
addSentencelessToken(int index,
CoreNLPProtos.Token.Builder builderForValue)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
addSentencelessToken(int index,
CoreNLPProtos.Token value)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Token.Builder |
addSentencelessTokenBuilder()
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Token.Builder |
addSentencelessTokenBuilder(int index)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document |
build() |
CoreNLPProtos.Document |
buildPartial() |
CoreNLPProtos.Document.Builder |
clear() |
CoreNLPProtos.Document.Builder |
clearCalendar()
optional uint64 calendar = 8; |
CoreNLPProtos.Document.Builder |
clearCharacter()
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
clearCorefChain()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
clearCorefMentionToEntityMentionMappings()
repeated uint32 corefMentionToEntityMentionMappings = 17; |
CoreNLPProtos.Document.Builder |
clearDocDate()
optional string docDate = 7; |
CoreNLPProtos.Document.Builder |
clearDocID()
optional string docID = 4; |
CoreNLPProtos.Document.Builder |
clearEntityMentionToCorefMentionMappings()
repeated uint32 entityMentionToCorefMentionMappings = 18; |
<Type> CoreNLPProtos.Document.Builder |
clearExtension(<any> extension) |
CoreNLPProtos.Document.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CoreNLPProtos.Document.Builder |
clearHasCorefAnnotation()
optional bool hasCorefAnnotation = 16; |
CoreNLPProtos.Document.Builder |
clearHasCorefMentionAnnotation()
optional bool hasCorefMentionAnnotation = 15; |
CoreNLPProtos.Document.Builder |
clearHasEntityMentionsAnnotation()
used to differentiate between null and empty list
|
CoreNLPProtos.Document.Builder |
clearMentions()
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
clearMentionsForCoref()
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CoreNLPProtos.Document.Builder |
clearQuote()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
clearSections()
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
clearSentence()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
clearSentencelessToken()
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
clearText()
required string text = 1; |
CoreNLPProtos.Document.Builder |
clearXmlDoc()
xml information
|
CoreNLPProtos.Document.Builder |
clone() |
long |
getCalendar()
optional uint64 calendar = 8; |
CoreNLPProtos.Token |
getCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Token.Builder |
getCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
List<CoreNLPProtos.Token.Builder> |
getCharacterBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
int |
getCharacterCount()
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
List<CoreNLPProtos.Token> |
getCharacterList()
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.TokenOrBuilder |
getCharacterOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
List<? extends CoreNLPProtos.TokenOrBuilder> |
getCharacterOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.CorefChain |
getCorefChain(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.CorefChain.Builder |
getCorefChainBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
List<CoreNLPProtos.CorefChain.Builder> |
getCorefChainBuilderList()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
int |
getCorefChainCount()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
List<CoreNLPProtos.CorefChain> |
getCorefChainList()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.CorefChainOrBuilder |
getCorefChainOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
List<? extends CoreNLPProtos.CorefChainOrBuilder> |
getCorefChainOrBuilderList()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
int |
getCorefMentionToEntityMentionMappings(int index)
repeated uint32 corefMentionToEntityMentionMappings = 17; |
int |
getCorefMentionToEntityMentionMappingsCount()
repeated uint32 corefMentionToEntityMentionMappings = 17; |
List<Integer> |
getCorefMentionToEntityMentionMappingsList()
repeated uint32 corefMentionToEntityMentionMappings = 17; |
CoreNLPProtos.Document |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocDate()
optional string docDate = 7; |
com.google.protobuf.ByteString |
getDocDateBytes()
optional string docDate = 7; |
String |
getDocID()
optional string docID = 4; |
com.google.protobuf.ByteString |
getDocIDBytes()
optional string docID = 4; |
int |
getEntityMentionToCorefMentionMappings(int index)
repeated uint32 entityMentionToCorefMentionMappings = 18; |
int |
getEntityMentionToCorefMentionMappingsCount()
repeated uint32 entityMentionToCorefMentionMappings = 18; |
List<Integer> |
getEntityMentionToCorefMentionMappingsList()
repeated uint32 entityMentionToCorefMentionMappings = 18; |
boolean |
getHasCorefAnnotation()
optional bool hasCorefAnnotation = 16; |
boolean |
getHasCorefMentionAnnotation()
optional bool hasCorefMentionAnnotation = 15; |
boolean |
getHasEntityMentionsAnnotation()
used to differentiate between null and empty list
|
CoreNLPProtos.NERMention |
getMentions(int index)
This field is for entity mentions across the document.
|
CoreNLPProtos.NERMention.Builder |
getMentionsBuilder(int index)
This field is for entity mentions across the document.
|
List<CoreNLPProtos.NERMention.Builder> |
getMentionsBuilderList()
This field is for entity mentions across the document.
|
int |
getMentionsCount()
This field is for entity mentions across the document.
|
CoreNLPProtos.Mention |
getMentionsForCoref(int index)
coref mentions for entire document *
|
CoreNLPProtos.Mention.Builder |
getMentionsForCorefBuilder(int index)
coref mentions for entire document *
|
List<CoreNLPProtos.Mention.Builder> |
getMentionsForCorefBuilderList()
coref mentions for entire document *
|
int |
getMentionsForCorefCount()
coref mentions for entire document *
|
List<CoreNLPProtos.Mention> |
getMentionsForCorefList()
coref mentions for entire document *
|
CoreNLPProtos.MentionOrBuilder |
getMentionsForCorefOrBuilder(int index)
coref mentions for entire document *
|
List<? extends CoreNLPProtos.MentionOrBuilder> |
getMentionsForCorefOrBuilderList()
coref mentions for entire document *
|
List<CoreNLPProtos.NERMention> |
getMentionsList()
This field is for entity mentions across the document.
|
CoreNLPProtos.NERMentionOrBuilder |
getMentionsOrBuilder(int index)
This field is for entity mentions across the document.
|
List<? extends CoreNLPProtos.NERMentionOrBuilder> |
getMentionsOrBuilderList()
This field is for entity mentions across the document.
|
CoreNLPProtos.Quote |
getQuote(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Quote.Builder |
getQuoteBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
List<CoreNLPProtos.Quote.Builder> |
getQuoteBuilderList()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
int |
getQuoteCount()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
List<CoreNLPProtos.Quote> |
getQuoteList()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.QuoteOrBuilder |
getQuoteOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
List<? extends CoreNLPProtos.QuoteOrBuilder> |
getQuoteOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Section |
getSections(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Section.Builder |
getSectionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
List<CoreNLPProtos.Section.Builder> |
getSectionsBuilderList()
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
int |
getSectionsCount()
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
List<CoreNLPProtos.Section> |
getSectionsList()
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.SectionOrBuilder |
getSectionsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
List<? extends CoreNLPProtos.SectionOrBuilder> |
getSectionsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Sentence |
getSentence(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Sentence.Builder |
getSentenceBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
List<CoreNLPProtos.Sentence.Builder> |
getSentenceBuilderList()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
int |
getSentenceCount()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Token |
getSentencelessToken(int index)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Token.Builder |
getSentencelessTokenBuilder(int index)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
List<CoreNLPProtos.Token.Builder> |
getSentencelessTokenBuilderList()
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
int |
getSentencelessTokenCount()
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
List<CoreNLPProtos.Token> |
getSentencelessTokenList()
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.TokenOrBuilder |
getSentencelessTokenOrBuilder(int index)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
List<? extends CoreNLPProtos.TokenOrBuilder> |
getSentencelessTokenOrBuilderList()
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
List<CoreNLPProtos.Sentence> |
getSentenceList()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.SentenceOrBuilder |
getSentenceOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
List<? extends CoreNLPProtos.SentenceOrBuilder> |
getSentenceOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
String |
getText()
required string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
required string text = 1; |
boolean |
getXmlDoc()
xml information
|
boolean |
hasCalendar()
optional uint64 calendar = 8; |
boolean |
hasDocDate()
optional string docDate = 7; |
boolean |
hasDocID()
optional string docID = 4; |
boolean |
hasHasCorefAnnotation()
optional bool hasCorefAnnotation = 16; |
boolean |
hasHasCorefMentionAnnotation()
optional bool hasCorefMentionAnnotation = 15; |
boolean |
hasHasEntityMentionsAnnotation()
used to differentiate between null and empty list
|
boolean |
hasText()
required string text = 1; |
boolean |
hasXmlDoc()
xml information
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoreNLPProtos.Document.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoreNLPProtos.Document.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoreNLPProtos.Document.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.Document.Builder |
removeCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
removeCorefChain(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
removeMentions(int index)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
removeMentionsForCoref(int index)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
removeQuote(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
removeSections(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
removeSentence(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
removeSentencelessToken(int index)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
setCalendar(long value)
optional uint64 calendar = 8; |
CoreNLPProtos.Document.Builder |
setCharacter(int index,
CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
setCharacter(int index,
CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 10; |
CoreNLPProtos.Document.Builder |
setCorefChain(int index,
CoreNLPProtos.CorefChain.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
setCorefChain(int index,
CoreNLPProtos.CorefChain value)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3; |
CoreNLPProtos.Document.Builder |
setCorefMentionToEntityMentionMappings(int index,
int value)
repeated uint32 corefMentionToEntityMentionMappings = 17; |
CoreNLPProtos.Document.Builder |
setDocDate(String value)
optional string docDate = 7; |
CoreNLPProtos.Document.Builder |
setDocDateBytes(com.google.protobuf.ByteString value)
optional string docDate = 7; |
CoreNLPProtos.Document.Builder |
setDocID(String value)
optional string docID = 4; |
CoreNLPProtos.Document.Builder |
setDocIDBytes(com.google.protobuf.ByteString value)
optional string docID = 4; |
CoreNLPProtos.Document.Builder |
setEntityMentionToCorefMentionMappings(int index,
int value)
repeated uint32 entityMentionToCorefMentionMappings = 18; |
<Type> CoreNLPProtos.Document.Builder |
setExtension(<any> extension,
int index,
Type value) |
<Type> CoreNLPProtos.Document.Builder |
setExtension(<any> extension,
Type value) |
CoreNLPProtos.Document.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CoreNLPProtos.Document.Builder |
setHasCorefAnnotation(boolean value)
optional bool hasCorefAnnotation = 16; |
CoreNLPProtos.Document.Builder |
setHasCorefMentionAnnotation(boolean value)
optional bool hasCorefMentionAnnotation = 15; |
CoreNLPProtos.Document.Builder |
setHasEntityMentionsAnnotation(boolean value)
used to differentiate between null and empty list
|
CoreNLPProtos.Document.Builder |
setMentions(int index,
CoreNLPProtos.NERMention.Builder builderForValue)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
setMentions(int index,
CoreNLPProtos.NERMention value)
This field is for entity mentions across the document.
|
CoreNLPProtos.Document.Builder |
setMentionsForCoref(int index,
CoreNLPProtos.Mention.Builder builderForValue)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
setMentionsForCoref(int index,
CoreNLPProtos.Mention value)
coref mentions for entire document *
|
CoreNLPProtos.Document.Builder |
setQuote(int index,
CoreNLPProtos.Quote.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
setQuote(int index,
CoreNLPProtos.Quote value)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6; |
CoreNLPProtos.Document.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CoreNLPProtos.Document.Builder |
setSections(int index,
CoreNLPProtos.Section.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
setSections(int index,
CoreNLPProtos.Section value)
repeated .edu.stanford.nlp.pipeline.Section sections = 12; |
CoreNLPProtos.Document.Builder |
setSentence(int index,
CoreNLPProtos.Sentence.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
setSentence(int index,
CoreNLPProtos.Sentence value)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2; |
CoreNLPProtos.Document.Builder |
setSentencelessToken(int index,
CoreNLPProtos.Token.Builder builderForValue)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
setSentencelessToken(int index,
CoreNLPProtos.Token value)
A peculiar field, for the corner case when a Document is
serialized without any sentences.
|
CoreNLPProtos.Document.Builder |
setText(String value)
required string text = 1; |
CoreNLPProtos.Document.Builder |
setTextBytes(com.google.protobuf.ByteString value)
required string text = 1; |
CoreNLPProtos.Document.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.Document.Builder |
setXmlDoc(boolean value)
xml information
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public CoreNLPProtos.Document.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public CoreNLPProtos.Document getDefaultInstanceForType()
public CoreNLPProtos.Document build()
public CoreNLPProtos.Document buildPartial()
public CoreNLPProtos.Document.Builder clone()
public CoreNLPProtos.Document.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CoreNLPProtos.Document.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public CoreNLPProtos.Document.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public CoreNLPProtos.Document.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public CoreNLPProtos.Document.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public <Type> CoreNLPProtos.Document.Builder setExtension(<any> extension, Type value)
public <Type> CoreNLPProtos.Document.Builder setExtension(<any> extension, int index, Type value)
public <Type> CoreNLPProtos.Document.Builder addExtension(<any> extension, Type value)
public <Type> CoreNLPProtos.Document.Builder clearExtension(<any> extension)
public CoreNLPProtos.Document.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public CoreNLPProtos.Document.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasText()
required string text = 1;hasText in interface CoreNLPProtos.DocumentOrBuilderpublic String getText()
required string text = 1;getText in interface CoreNLPProtos.DocumentOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
required string text = 1;getTextBytes in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setText(String value)
required string text = 1;public CoreNLPProtos.Document.Builder clearText()
required string text = 1;public CoreNLPProtos.Document.Builder setTextBytes(com.google.protobuf.ByteString value)
required string text = 1;public List<CoreNLPProtos.Sentence> getSentenceList()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;getSentenceList in interface CoreNLPProtos.DocumentOrBuilderpublic int getSentenceCount()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;getSentenceCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Sentence getSentence(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;getSentence in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setSentence(int index, CoreNLPProtos.Sentence value)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder setSentence(int index, CoreNLPProtos.Sentence.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder addSentence(CoreNLPProtos.Sentence value)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder addSentence(int index, CoreNLPProtos.Sentence value)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder addSentence(CoreNLPProtos.Sentence.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder addSentence(int index, CoreNLPProtos.Sentence.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder addAllSentence(Iterable<? extends CoreNLPProtos.Sentence> values)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder clearSentence()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Document.Builder removeSentence(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Sentence.Builder getSentenceBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.SentenceOrBuilder getSentenceOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;getSentenceOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.SentenceOrBuilder> getSentenceOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;getSentenceOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Sentence.Builder addSentenceBuilder()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public CoreNLPProtos.Sentence.Builder addSentenceBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public List<CoreNLPProtos.Sentence.Builder> getSentenceBuilderList()
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;public List<CoreNLPProtos.CorefChain> getCorefChainList()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;getCorefChainList in interface CoreNLPProtos.DocumentOrBuilderpublic int getCorefChainCount()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;getCorefChainCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.CorefChain getCorefChain(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;getCorefChain in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setCorefChain(int index, CoreNLPProtos.CorefChain value)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder setCorefChain(int index, CoreNLPProtos.CorefChain.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder addCorefChain(CoreNLPProtos.CorefChain value)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder addCorefChain(int index, CoreNLPProtos.CorefChain value)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder addCorefChain(CoreNLPProtos.CorefChain.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder addCorefChain(int index, CoreNLPProtos.CorefChain.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder addAllCorefChain(Iterable<? extends CoreNLPProtos.CorefChain> values)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder clearCorefChain()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.Document.Builder removeCorefChain(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.CorefChain.Builder getCorefChainBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.CorefChainOrBuilder getCorefChainOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;getCorefChainOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.CorefChainOrBuilder> getCorefChainOrBuilderList()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;getCorefChainOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.CorefChain.Builder addCorefChainBuilder()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public CoreNLPProtos.CorefChain.Builder addCorefChainBuilder(int index)
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public List<CoreNLPProtos.CorefChain.Builder> getCorefChainBuilderList()
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;public boolean hasDocID()
optional string docID = 4;hasDocID in interface CoreNLPProtos.DocumentOrBuilderpublic String getDocID()
optional string docID = 4;getDocID in interface CoreNLPProtos.DocumentOrBuilderpublic com.google.protobuf.ByteString getDocIDBytes()
optional string docID = 4;getDocIDBytes in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setDocID(String value)
optional string docID = 4;public CoreNLPProtos.Document.Builder clearDocID()
optional string docID = 4;public CoreNLPProtos.Document.Builder setDocIDBytes(com.google.protobuf.ByteString value)
optional string docID = 4;public boolean hasDocDate()
optional string docDate = 7;hasDocDate in interface CoreNLPProtos.DocumentOrBuilderpublic String getDocDate()
optional string docDate = 7;getDocDate in interface CoreNLPProtos.DocumentOrBuilderpublic com.google.protobuf.ByteString getDocDateBytes()
optional string docDate = 7;getDocDateBytes in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setDocDate(String value)
optional string docDate = 7;public CoreNLPProtos.Document.Builder clearDocDate()
optional string docDate = 7;public CoreNLPProtos.Document.Builder setDocDateBytes(com.google.protobuf.ByteString value)
optional string docDate = 7;public boolean hasCalendar()
optional uint64 calendar = 8;hasCalendar in interface CoreNLPProtos.DocumentOrBuilderpublic long getCalendar()
optional uint64 calendar = 8;getCalendar in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setCalendar(long value)
optional uint64 calendar = 8;public CoreNLPProtos.Document.Builder clearCalendar()
optional uint64 calendar = 8;public List<CoreNLPProtos.Token> getSentencelessTokenList()
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;getSentencelessTokenList in interface CoreNLPProtos.DocumentOrBuilderpublic int getSentencelessTokenCount()
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;getSentencelessTokenCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Token getSentencelessToken(int index)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;getSentencelessToken in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setSentencelessToken(int index, CoreNLPProtos.Token value)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder setSentencelessToken(int index, CoreNLPProtos.Token.Builder builderForValue)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder addSentencelessToken(CoreNLPProtos.Token value)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder addSentencelessToken(int index, CoreNLPProtos.Token value)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder addSentencelessToken(CoreNLPProtos.Token.Builder builderForValue)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder addSentencelessToken(int index, CoreNLPProtos.Token.Builder builderForValue)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder addAllSentencelessToken(Iterable<? extends CoreNLPProtos.Token> values)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder clearSentencelessToken()
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Document.Builder removeSentencelessToken(int index)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Token.Builder getSentencelessTokenBuilder(int index)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.TokenOrBuilder getSentencelessTokenOrBuilder(int index)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;getSentencelessTokenOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.TokenOrBuilder> getSentencelessTokenOrBuilderList()
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;getSentencelessTokenOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Token.Builder addSentencelessTokenBuilder()
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public CoreNLPProtos.Token.Builder addSentencelessTokenBuilder(int index)
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public List<CoreNLPProtos.Token.Builder> getSentencelessTokenBuilderList()
A peculiar field, for the corner case when a Document is serialized without any sentences. Otherwise
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;public List<CoreNLPProtos.Token> getCharacterList()
repeated .edu.stanford.nlp.pipeline.Token character = 10;getCharacterList in interface CoreNLPProtos.DocumentOrBuilderpublic int getCharacterCount()
repeated .edu.stanford.nlp.pipeline.Token character = 10;getCharacterCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Token getCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10;getCharacter in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setCharacter(int index, CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder setCharacter(int index, CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder addCharacter(CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder addCharacter(int index, CoreNLPProtos.Token value)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder addCharacter(CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder addCharacter(int index, CoreNLPProtos.Token.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder addAllCharacter(Iterable<? extends CoreNLPProtos.Token> values)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder clearCharacter()
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Document.Builder removeCharacter(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Token.Builder getCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.TokenOrBuilder getCharacterOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10;getCharacterOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.TokenOrBuilder> getCharacterOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 10;getCharacterOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Token.Builder addCharacterBuilder()
repeated .edu.stanford.nlp.pipeline.Token character = 10;public CoreNLPProtos.Token.Builder addCharacterBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token character = 10;public List<CoreNLPProtos.Token.Builder> getCharacterBuilderList()
repeated .edu.stanford.nlp.pipeline.Token character = 10;public List<CoreNLPProtos.Quote> getQuoteList()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;getQuoteList in interface CoreNLPProtos.DocumentOrBuilderpublic int getQuoteCount()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;getQuoteCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Quote getQuote(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;getQuote in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setQuote(int index, CoreNLPProtos.Quote value)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder setQuote(int index, CoreNLPProtos.Quote.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder addQuote(CoreNLPProtos.Quote value)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder addQuote(int index, CoreNLPProtos.Quote value)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder addQuote(CoreNLPProtos.Quote.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder addQuote(int index, CoreNLPProtos.Quote.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder addAllQuote(Iterable<? extends CoreNLPProtos.Quote> values)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder clearQuote()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Document.Builder removeQuote(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Quote.Builder getQuoteBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.QuoteOrBuilder getQuoteOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;getQuoteOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.QuoteOrBuilder> getQuoteOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;getQuoteOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Quote.Builder addQuoteBuilder()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public CoreNLPProtos.Quote.Builder addQuoteBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public List<CoreNLPProtos.Quote.Builder> getQuoteBuilderList()
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;public List<CoreNLPProtos.NERMention> getMentionsList()
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;getMentionsList in interface CoreNLPProtos.DocumentOrBuilderpublic int getMentionsCount()
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;getMentionsCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.NERMention getMentions(int index)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;getMentions in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setMentions(int index, CoreNLPProtos.NERMention value)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder setMentions(int index, CoreNLPProtos.NERMention.Builder builderForValue)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder addMentions(CoreNLPProtos.NERMention value)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder addMentions(int index, CoreNLPProtos.NERMention value)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder addMentions(CoreNLPProtos.NERMention.Builder builderForValue)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder addMentions(int index, CoreNLPProtos.NERMention.Builder builderForValue)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder addAllMentions(Iterable<? extends CoreNLPProtos.NERMention> values)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder clearMentions()
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.Document.Builder removeMentions(int index)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.NERMention.Builder getMentionsBuilder(int index)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.NERMentionOrBuilder getMentionsOrBuilder(int index)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;getMentionsOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.NERMentionOrBuilder> getMentionsOrBuilderList()
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;getMentionsOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.NERMention.Builder addMentionsBuilder()
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public CoreNLPProtos.NERMention.Builder addMentionsBuilder(int index)
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public List<CoreNLPProtos.NERMention.Builder> getMentionsBuilderList()
This field is for entity mentions across the document.
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 9;public boolean hasHasEntityMentionsAnnotation()
used to differentiate between null and empty list
optional bool hasEntityMentionsAnnotation = 13;hasHasEntityMentionsAnnotation in interface CoreNLPProtos.DocumentOrBuilderpublic boolean getHasEntityMentionsAnnotation()
used to differentiate between null and empty list
optional bool hasEntityMentionsAnnotation = 13;getHasEntityMentionsAnnotation in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setHasEntityMentionsAnnotation(boolean value)
used to differentiate between null and empty list
optional bool hasEntityMentionsAnnotation = 13;public CoreNLPProtos.Document.Builder clearHasEntityMentionsAnnotation()
used to differentiate between null and empty list
optional bool hasEntityMentionsAnnotation = 13;public boolean hasXmlDoc()
xml information
optional bool xmlDoc = 11;hasXmlDoc in interface CoreNLPProtos.DocumentOrBuilderpublic boolean getXmlDoc()
xml information
optional bool xmlDoc = 11;getXmlDoc in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setXmlDoc(boolean value)
xml information
optional bool xmlDoc = 11;public CoreNLPProtos.Document.Builder clearXmlDoc()
xml information
optional bool xmlDoc = 11;public List<CoreNLPProtos.Section> getSectionsList()
repeated .edu.stanford.nlp.pipeline.Section sections = 12;getSectionsList in interface CoreNLPProtos.DocumentOrBuilderpublic int getSectionsCount()
repeated .edu.stanford.nlp.pipeline.Section sections = 12;getSectionsCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Section getSections(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;getSections in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setSections(int index, CoreNLPProtos.Section value)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder setSections(int index, CoreNLPProtos.Section.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder addSections(CoreNLPProtos.Section value)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder addSections(int index, CoreNLPProtos.Section value)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder addSections(CoreNLPProtos.Section.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder addSections(int index, CoreNLPProtos.Section.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder addAllSections(Iterable<? extends CoreNLPProtos.Section> values)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder clearSections()
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Document.Builder removeSections(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Section.Builder getSectionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.SectionOrBuilder getSectionsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;getSectionsOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.SectionOrBuilder> getSectionsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Section sections = 12;getSectionsOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Section.Builder addSectionsBuilder()
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public CoreNLPProtos.Section.Builder addSectionsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public List<CoreNLPProtos.Section.Builder> getSectionsBuilderList()
repeated .edu.stanford.nlp.pipeline.Section sections = 12;public List<CoreNLPProtos.Mention> getMentionsForCorefList()
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;getMentionsForCorefList in interface CoreNLPProtos.DocumentOrBuilderpublic int getMentionsForCorefCount()
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;getMentionsForCorefCount in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Mention getMentionsForCoref(int index)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;getMentionsForCoref in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setMentionsForCoref(int index, CoreNLPProtos.Mention value)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder setMentionsForCoref(int index, CoreNLPProtos.Mention.Builder builderForValue)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder addMentionsForCoref(CoreNLPProtos.Mention value)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder addMentionsForCoref(int index, CoreNLPProtos.Mention value)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder addMentionsForCoref(CoreNLPProtos.Mention.Builder builderForValue)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder addMentionsForCoref(int index, CoreNLPProtos.Mention.Builder builderForValue)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder addAllMentionsForCoref(Iterable<? extends CoreNLPProtos.Mention> values)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder clearMentionsForCoref()
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Document.Builder removeMentionsForCoref(int index)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Mention.Builder getMentionsForCorefBuilder(int index)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.MentionOrBuilder getMentionsForCorefOrBuilder(int index)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;getMentionsForCorefOrBuilder in interface CoreNLPProtos.DocumentOrBuilderpublic List<? extends CoreNLPProtos.MentionOrBuilder> getMentionsForCorefOrBuilderList()
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;getMentionsForCorefOrBuilderList in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Mention.Builder addMentionsForCorefBuilder()
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public CoreNLPProtos.Mention.Builder addMentionsForCorefBuilder(int index)
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public List<CoreNLPProtos.Mention.Builder> getMentionsForCorefBuilderList()
coref mentions for entire document *
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 14;public boolean hasHasCorefMentionAnnotation()
optional bool hasCorefMentionAnnotation = 15;hasHasCorefMentionAnnotation in interface CoreNLPProtos.DocumentOrBuilderpublic boolean getHasCorefMentionAnnotation()
optional bool hasCorefMentionAnnotation = 15;getHasCorefMentionAnnotation in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setHasCorefMentionAnnotation(boolean value)
optional bool hasCorefMentionAnnotation = 15;public CoreNLPProtos.Document.Builder clearHasCorefMentionAnnotation()
optional bool hasCorefMentionAnnotation = 15;public boolean hasHasCorefAnnotation()
optional bool hasCorefAnnotation = 16;hasHasCorefAnnotation in interface CoreNLPProtos.DocumentOrBuilderpublic boolean getHasCorefAnnotation()
optional bool hasCorefAnnotation = 16;getHasCorefAnnotation in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setHasCorefAnnotation(boolean value)
optional bool hasCorefAnnotation = 16;public CoreNLPProtos.Document.Builder clearHasCorefAnnotation()
optional bool hasCorefAnnotation = 16;public List<Integer> getCorefMentionToEntityMentionMappingsList()
repeated uint32 corefMentionToEntityMentionMappings = 17;getCorefMentionToEntityMentionMappingsList in interface CoreNLPProtos.DocumentOrBuilderpublic int getCorefMentionToEntityMentionMappingsCount()
repeated uint32 corefMentionToEntityMentionMappings = 17;getCorefMentionToEntityMentionMappingsCount in interface CoreNLPProtos.DocumentOrBuilderpublic int getCorefMentionToEntityMentionMappings(int index)
repeated uint32 corefMentionToEntityMentionMappings = 17;getCorefMentionToEntityMentionMappings in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setCorefMentionToEntityMentionMappings(int index, int value)
repeated uint32 corefMentionToEntityMentionMappings = 17;public CoreNLPProtos.Document.Builder addCorefMentionToEntityMentionMappings(int value)
repeated uint32 corefMentionToEntityMentionMappings = 17;public CoreNLPProtos.Document.Builder addAllCorefMentionToEntityMentionMappings(Iterable<? extends Integer> values)
repeated uint32 corefMentionToEntityMentionMappings = 17;public CoreNLPProtos.Document.Builder clearCorefMentionToEntityMentionMappings()
repeated uint32 corefMentionToEntityMentionMappings = 17;public List<Integer> getEntityMentionToCorefMentionMappingsList()
repeated uint32 entityMentionToCorefMentionMappings = 18;getEntityMentionToCorefMentionMappingsList in interface CoreNLPProtos.DocumentOrBuilderpublic int getEntityMentionToCorefMentionMappingsCount()
repeated uint32 entityMentionToCorefMentionMappings = 18;getEntityMentionToCorefMentionMappingsCount in interface CoreNLPProtos.DocumentOrBuilderpublic int getEntityMentionToCorefMentionMappings(int index)
repeated uint32 entityMentionToCorefMentionMappings = 18;getEntityMentionToCorefMentionMappings in interface CoreNLPProtos.DocumentOrBuilderpublic CoreNLPProtos.Document.Builder setEntityMentionToCorefMentionMappings(int index, int value)
repeated uint32 entityMentionToCorefMentionMappings = 18;public CoreNLPProtos.Document.Builder addEntityMentionToCorefMentionMappings(int value)
repeated uint32 entityMentionToCorefMentionMappings = 18;public CoreNLPProtos.Document.Builder addAllEntityMentionToCorefMentionMappings(Iterable<? extends Integer> values)
repeated uint32 entityMentionToCorefMentionMappings = 18;public CoreNLPProtos.Document.Builder clearEntityMentionToCorefMentionMappings()
repeated uint32 entityMentionToCorefMentionMappings = 18;public final CoreNLPProtos.Document.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final CoreNLPProtos.Document.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)