public static final class CoreNLPProtos.Mention.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.Builder> implements CoreNLPProtos.MentionOrBuilder
edu.stanford.nlp.pipeline.Mention| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.Mention.Builder |
addAllAppositions(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 appositions = 54; |
CoreNLPProtos.Mention.Builder |
addAllBelongToLists(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 belongToLists = 58; |
CoreNLPProtos.Mention.Builder |
addAllDependents(java.lang.Iterable<java.lang.String> values)
repeated string dependents = 52; |
CoreNLPProtos.Mention.Builder |
addAllListMembers(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 listMembers = 57; |
CoreNLPProtos.Mention.Builder |
addAllOriginalSpan(java.lang.Iterable<? extends CoreNLPProtos.IndexedWord> values)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
addAllPredicateNominatives(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 predicateNominatives = 55; |
CoreNLPProtos.Mention.Builder |
addAllPreprocessedTerms(java.lang.Iterable<java.lang.String> values)
repeated string preprocessedTerms = 53; |
CoreNLPProtos.Mention.Builder |
addAllRelativePronouns(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 relativePronouns = 56; |
CoreNLPProtos.Mention.Builder |
addAllSentenceWords(java.lang.Iterable<? extends CoreNLPProtos.IndexedWord> values)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
addAppositions(int value)
repeated int32 appositions = 54; |
CoreNLPProtos.Mention.Builder |
addBelongToLists(int value)
repeated int32 belongToLists = 58; |
CoreNLPProtos.Mention.Builder |
addDependents(java.lang.String value)
repeated string dependents = 52; |
CoreNLPProtos.Mention.Builder |
addDependentsBytes(com.google.protobuf.ByteString value)
repeated string dependents = 52; |
CoreNLPProtos.Mention.Builder |
addListMembers(int value)
repeated int32 listMembers = 57; |
CoreNLPProtos.Mention.Builder |
addOriginalSpan(CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
addOriginalSpan(CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
addOriginalSpan(int index,
CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
addOriginalSpan(int index,
CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.IndexedWord.Builder |
addOriginalSpanBuilder()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.IndexedWord.Builder |
addOriginalSpanBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
addPredicateNominatives(int value)
repeated int32 predicateNominatives = 55; |
CoreNLPProtos.Mention.Builder |
addPreprocessedTerms(java.lang.String value)
repeated string preprocessedTerms = 53; |
CoreNLPProtos.Mention.Builder |
addPreprocessedTermsBytes(com.google.protobuf.ByteString value)
repeated string preprocessedTerms = 53; |
CoreNLPProtos.Mention.Builder |
addRelativePronouns(int value)
repeated int32 relativePronouns = 56; |
CoreNLPProtos.Mention.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CoreNLPProtos.Mention.Builder |
addSentenceWords(CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
addSentenceWords(CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
addSentenceWords(int index,
CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
addSentenceWords(int index,
CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.IndexedWord.Builder |
addSentenceWordsBuilder()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.IndexedWord.Builder |
addSentenceWordsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention |
build() |
CoreNLPProtos.Mention |
buildPartial() |
CoreNLPProtos.Mention.Builder |
clear() |
CoreNLPProtos.Mention.Builder |
clearAnimacy()
optional string animacy = 5; |
CoreNLPProtos.Mention.Builder |
clearAppositions()
repeated int32 appositions = 54; |
CoreNLPProtos.Mention.Builder |
clearBelongToLists()
repeated int32 belongToLists = 58; |
CoreNLPProtos.Mention.Builder |
clearCorefClusterID()
optional int32 corefClusterID = 15; |
CoreNLPProtos.Mention.Builder |
clearDependents()
repeated string dependents = 52; |
CoreNLPProtos.Mention.Builder |
clearDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
CoreNLPProtos.Mention.Builder |
clearEndIndex()
optional uint32 endIndex = 9; |
CoreNLPProtos.Mention.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CoreNLPProtos.Mention.Builder |
clearGender()
optional string gender = 4; |
CoreNLPProtos.Mention.Builder |
clearGeneric()
optional bool generic = 25; |
CoreNLPProtos.Mention.Builder |
clearGoldCorefClusterID()
optional int32 goldCorefClusterID = 14; |
CoreNLPProtos.Mention.Builder |
clearHasBasicDependency()
optional bool hasBasicDependency = 27; |
CoreNLPProtos.Mention.Builder |
clearHasContextParseTree()
optional bool hasContextParseTree = 29; |
CoreNLPProtos.Mention.Builder |
clearHasEnhancedDependency()
optional bool hasEnhancedDependency = 28; |
CoreNLPProtos.Mention.Builder |
clearHasTwin()
optional bool hasTwin = 24; |
CoreNLPProtos.Mention.Builder |
clearHeadIndex()
optional int32 headIndex = 10; |
CoreNLPProtos.Mention.Builder |
clearHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
CoreNLPProtos.Mention.Builder |
clearHeadString()
optional string headString = 11; |
CoreNLPProtos.Mention.Builder |
clearHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
CoreNLPProtos.Mention.Builder |
clearIsDirectObject()
optional bool isDirectObject = 21; |
CoreNLPProtos.Mention.Builder |
clearIsIndirectObject()
optional bool isIndirectObject = 22; |
CoreNLPProtos.Mention.Builder |
clearIsPrepositionObject()
optional bool isPrepositionObject = 23; |
CoreNLPProtos.Mention.Builder |
clearIsSingleton()
optional bool isSingleton = 26; |
CoreNLPProtos.Mention.Builder |
clearIsSubject()
optional bool isSubject = 20; |
CoreNLPProtos.Mention.Builder |
clearListMembers()
repeated int32 listMembers = 57; |
CoreNLPProtos.Mention.Builder |
clearMentionID()
optional int32 mentionID = 1; |
CoreNLPProtos.Mention.Builder |
clearMentionNum()
optional int32 mentionNum = 16; |
CoreNLPProtos.Mention.Builder |
clearMentionType()
optional string mentionType = 2; |
CoreNLPProtos.Mention.Builder |
clearNerString()
optional string nerString = 12; |
CoreNLPProtos.Mention.Builder |
clearNumber()
optional string number = 3; |
CoreNLPProtos.Mention.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CoreNLPProtos.Mention.Builder |
clearOriginalRef()
optional int32 originalRef = 13; |
CoreNLPProtos.Mention.Builder |
clearOriginalSpan()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
clearParagraph()
optional int32 paragraph = 19; |
CoreNLPProtos.Mention.Builder |
clearPerson()
optional string person = 6; |
CoreNLPProtos.Mention.Builder |
clearPredicateNominatives()
repeated int32 predicateNominatives = 55; |
CoreNLPProtos.Mention.Builder |
clearPreprocessedTerms()
repeated string preprocessedTerms = 53; |
CoreNLPProtos.Mention.Builder |
clearRelativePronouns()
repeated int32 relativePronouns = 56; |
CoreNLPProtos.Mention.Builder |
clearSentenceWords()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
clearSentNum()
optional int32 sentNum = 17; |
CoreNLPProtos.Mention.Builder |
clearSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
CoreNLPProtos.Mention.Builder |
clearStartIndex()
optional uint32 startIndex = 7; |
CoreNLPProtos.Mention.Builder |
clearUtter()
optional int32 utter = 18; |
CoreNLPProtos.Mention.Builder |
clone() |
java.lang.String |
getAnimacy()
optional string animacy = 5; |
com.google.protobuf.ByteString |
getAnimacyBytes()
optional string animacy = 5; |
int |
getAppositions(int index)
repeated int32 appositions = 54; |
int |
getAppositionsCount()
repeated int32 appositions = 54; |
java.util.List<java.lang.Integer> |
getAppositionsList()
repeated int32 appositions = 54; |
int |
getBelongToLists(int index)
repeated int32 belongToLists = 58; |
int |
getBelongToListsCount()
repeated int32 belongToLists = 58; |
java.util.List<java.lang.Integer> |
getBelongToListsList()
repeated int32 belongToLists = 58; |
int |
getCorefClusterID()
optional int32 corefClusterID = 15; |
CoreNLPProtos.Mention |
getDefaultInstanceForType() |
java.lang.String |
getDependents(int index)
repeated string dependents = 52; |
com.google.protobuf.ByteString |
getDependentsBytes(int index)
repeated string dependents = 52; |
int |
getDependentsCount()
repeated string dependents = 52; |
com.google.protobuf.ProtocolStringList |
getDependentsList()
repeated string dependents = 52; |
CoreNLPProtos.IndexedWord |
getDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
CoreNLPProtos.IndexedWord.Builder |
getDependingVerbBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
CoreNLPProtos.IndexedWordOrBuilder |
getDependingVerbOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getEndIndex()
optional uint32 endIndex = 9; |
java.lang.String |
getGender()
optional string gender = 4; |
com.google.protobuf.ByteString |
getGenderBytes()
optional string gender = 4; |
boolean |
getGeneric()
optional bool generic = 25; |
int |
getGoldCorefClusterID()
optional int32 goldCorefClusterID = 14; |
boolean |
getHasBasicDependency()
optional bool hasBasicDependency = 27; |
boolean |
getHasContextParseTree()
optional bool hasContextParseTree = 29; |
boolean |
getHasEnhancedDependency()
optional bool hasEnhancedDependency = 28; |
boolean |
getHasTwin()
optional bool hasTwin = 24; |
int |
getHeadIndex()
optional int32 headIndex = 10; |
CoreNLPProtos.IndexedWord |
getHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
CoreNLPProtos.IndexedWord.Builder |
getHeadIndexedWordBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
CoreNLPProtos.IndexedWordOrBuilder |
getHeadIndexedWordOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
java.lang.String |
getHeadString()
optional string headString = 11; |
com.google.protobuf.ByteString |
getHeadStringBytes()
optional string headString = 11; |
CoreNLPProtos.IndexedWord |
getHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
CoreNLPProtos.IndexedWord.Builder |
getHeadWordBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
CoreNLPProtos.IndexedWordOrBuilder |
getHeadWordOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
boolean |
getIsDirectObject()
optional bool isDirectObject = 21; |
boolean |
getIsIndirectObject()
optional bool isIndirectObject = 22; |
boolean |
getIsPrepositionObject()
optional bool isPrepositionObject = 23; |
boolean |
getIsSingleton()
optional bool isSingleton = 26; |
boolean |
getIsSubject()
optional bool isSubject = 20; |
int |
getListMembers(int index)
repeated int32 listMembers = 57; |
int |
getListMembersCount()
repeated int32 listMembers = 57; |
java.util.List<java.lang.Integer> |
getListMembersList()
repeated int32 listMembers = 57; |
int |
getMentionID()
optional int32 mentionID = 1; |
int |
getMentionNum()
optional int32 mentionNum = 16; |
java.lang.String |
getMentionType()
optional string mentionType = 2; |
com.google.protobuf.ByteString |
getMentionTypeBytes()
optional string mentionType = 2; |
java.lang.String |
getNerString()
optional string nerString = 12; |
com.google.protobuf.ByteString |
getNerStringBytes()
optional string nerString = 12; |
java.lang.String |
getNumber()
optional string number = 3; |
com.google.protobuf.ByteString |
getNumberBytes()
optional string number = 3; |
int |
getOriginalRef()
optional int32 originalRef = 13; |
CoreNLPProtos.IndexedWord |
getOriginalSpan(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.IndexedWord.Builder |
getOriginalSpanBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
java.util.List<CoreNLPProtos.IndexedWord.Builder> |
getOriginalSpanBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
int |
getOriginalSpanCount()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
java.util.List<CoreNLPProtos.IndexedWord> |
getOriginalSpanList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.IndexedWordOrBuilder |
getOriginalSpanOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> |
getOriginalSpanOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
int |
getParagraph()
optional int32 paragraph = 19; |
java.lang.String |
getPerson()
optional string person = 6; |
com.google.protobuf.ByteString |
getPersonBytes()
optional string person = 6; |
int |
getPredicateNominatives(int index)
repeated int32 predicateNominatives = 55; |
int |
getPredicateNominativesCount()
repeated int32 predicateNominatives = 55; |
java.util.List<java.lang.Integer> |
getPredicateNominativesList()
repeated int32 predicateNominatives = 55; |
java.lang.String |
getPreprocessedTerms(int index)
repeated string preprocessedTerms = 53; |
com.google.protobuf.ByteString |
getPreprocessedTermsBytes(int index)
repeated string preprocessedTerms = 53; |
int |
getPreprocessedTermsCount()
repeated string preprocessedTerms = 53; |
com.google.protobuf.ProtocolStringList |
getPreprocessedTermsList()
repeated string preprocessedTerms = 53; |
int |
getRelativePronouns(int index)
repeated int32 relativePronouns = 56; |
int |
getRelativePronounsCount()
repeated int32 relativePronouns = 56; |
java.util.List<java.lang.Integer> |
getRelativePronounsList()
repeated int32 relativePronouns = 56; |
CoreNLPProtos.IndexedWord |
getSentenceWords(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.IndexedWord.Builder |
getSentenceWordsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
java.util.List<CoreNLPProtos.IndexedWord.Builder> |
getSentenceWordsBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
int |
getSentenceWordsCount()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
java.util.List<CoreNLPProtos.IndexedWord> |
getSentenceWordsList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.IndexedWordOrBuilder |
getSentenceWordsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> |
getSentenceWordsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
int |
getSentNum()
optional int32 sentNum = 17; |
CoreNLPProtos.SpeakerInfo |
getSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
CoreNLPProtos.SpeakerInfo.Builder |
getSpeakerInfoBuilder()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
CoreNLPProtos.SpeakerInfoOrBuilder |
getSpeakerInfoOrBuilder()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
int |
getStartIndex()
optional uint32 startIndex = 7; |
int |
getUtter()
optional int32 utter = 18; |
boolean |
hasAnimacy()
optional string animacy = 5; |
boolean |
hasCorefClusterID()
optional int32 corefClusterID = 15; |
boolean |
hasDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
boolean |
hasEndIndex()
optional uint32 endIndex = 9; |
boolean |
hasGender()
optional string gender = 4; |
boolean |
hasGeneric()
optional bool generic = 25; |
boolean |
hasGoldCorefClusterID()
optional int32 goldCorefClusterID = 14; |
boolean |
hasHasBasicDependency()
optional bool hasBasicDependency = 27; |
boolean |
hasHasContextParseTree()
optional bool hasContextParseTree = 29; |
boolean |
hasHasEnhancedDependency()
optional bool hasEnhancedDependency = 28; |
boolean |
hasHasTwin()
optional bool hasTwin = 24; |
boolean |
hasHeadIndex()
optional int32 headIndex = 10; |
boolean |
hasHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
boolean |
hasHeadString()
optional string headString = 11; |
boolean |
hasHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
boolean |
hasIsDirectObject()
optional bool isDirectObject = 21; |
boolean |
hasIsIndirectObject()
optional bool isIndirectObject = 22; |
boolean |
hasIsPrepositionObject()
optional bool isPrepositionObject = 23; |
boolean |
hasIsSingleton()
optional bool isSingleton = 26; |
boolean |
hasIsSubject()
optional bool isSubject = 20; |
boolean |
hasMentionID()
optional int32 mentionID = 1; |
boolean |
hasMentionNum()
optional int32 mentionNum = 16; |
boolean |
hasMentionType()
optional string mentionType = 2; |
boolean |
hasNerString()
optional string nerString = 12; |
boolean |
hasNumber()
optional string number = 3; |
boolean |
hasOriginalRef()
optional int32 originalRef = 13; |
boolean |
hasParagraph()
optional int32 paragraph = 19; |
boolean |
hasPerson()
optional string person = 6; |
boolean |
hasSentNum()
optional int32 sentNum = 17; |
boolean |
hasSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
boolean |
hasStartIndex()
optional uint32 startIndex = 7; |
boolean |
hasUtter()
optional int32 utter = 18; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoreNLPProtos.Mention.Builder |
mergeDependingVerb(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
CoreNLPProtos.Mention.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoreNLPProtos.Mention.Builder |
mergeFrom(CoreNLPProtos.Mention other) |
CoreNLPProtos.Mention.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoreNLPProtos.Mention.Builder |
mergeHeadIndexedWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
CoreNLPProtos.Mention.Builder |
mergeHeadWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
CoreNLPProtos.Mention.Builder |
mergeSpeakerInfo(CoreNLPProtos.SpeakerInfo value)
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
CoreNLPProtos.Mention.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.Mention.Builder |
removeOriginalSpan(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
removeSentenceWords(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
setAnimacy(java.lang.String value)
optional string animacy = 5; |
CoreNLPProtos.Mention.Builder |
setAnimacyBytes(com.google.protobuf.ByteString value)
optional string animacy = 5; |
CoreNLPProtos.Mention.Builder |
setAppositions(int index,
int value)
repeated int32 appositions = 54; |
CoreNLPProtos.Mention.Builder |
setBelongToLists(int index,
int value)
repeated int32 belongToLists = 58; |
CoreNLPProtos.Mention.Builder |
setCorefClusterID(int value)
optional int32 corefClusterID = 15; |
CoreNLPProtos.Mention.Builder |
setDependents(int index,
java.lang.String value)
repeated string dependents = 52; |
CoreNLPProtos.Mention.Builder |
setDependingVerb(CoreNLPProtos.IndexedWord.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
CoreNLPProtos.Mention.Builder |
setDependingVerb(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
CoreNLPProtos.Mention.Builder |
setEndIndex(int value)
optional uint32 endIndex = 9; |
CoreNLPProtos.Mention.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CoreNLPProtos.Mention.Builder |
setGender(java.lang.String value)
optional string gender = 4; |
CoreNLPProtos.Mention.Builder |
setGenderBytes(com.google.protobuf.ByteString value)
optional string gender = 4; |
CoreNLPProtos.Mention.Builder |
setGeneric(boolean value)
optional bool generic = 25; |
CoreNLPProtos.Mention.Builder |
setGoldCorefClusterID(int value)
optional int32 goldCorefClusterID = 14; |
CoreNLPProtos.Mention.Builder |
setHasBasicDependency(boolean value)
optional bool hasBasicDependency = 27; |
CoreNLPProtos.Mention.Builder |
setHasContextParseTree(boolean value)
optional bool hasContextParseTree = 29; |
CoreNLPProtos.Mention.Builder |
setHasEnhancedDependency(boolean value)
optional bool hasEnhancedDependency = 28; |
CoreNLPProtos.Mention.Builder |
setHasTwin(boolean value)
optional bool hasTwin = 24; |
CoreNLPProtos.Mention.Builder |
setHeadIndex(int value)
optional int32 headIndex = 10; |
CoreNLPProtos.Mention.Builder |
setHeadIndexedWord(CoreNLPProtos.IndexedWord.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
CoreNLPProtos.Mention.Builder |
setHeadIndexedWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30; |
CoreNLPProtos.Mention.Builder |
setHeadString(java.lang.String value)
optional string headString = 11; |
CoreNLPProtos.Mention.Builder |
setHeadStringBytes(com.google.protobuf.ByteString value)
optional string headString = 11; |
CoreNLPProtos.Mention.Builder |
setHeadWord(CoreNLPProtos.IndexedWord.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
CoreNLPProtos.Mention.Builder |
setHeadWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32; |
CoreNLPProtos.Mention.Builder |
setIsDirectObject(boolean value)
optional bool isDirectObject = 21; |
CoreNLPProtos.Mention.Builder |
setIsIndirectObject(boolean value)
optional bool isIndirectObject = 22; |
CoreNLPProtos.Mention.Builder |
setIsPrepositionObject(boolean value)
optional bool isPrepositionObject = 23; |
CoreNLPProtos.Mention.Builder |
setIsSingleton(boolean value)
optional bool isSingleton = 26; |
CoreNLPProtos.Mention.Builder |
setIsSubject(boolean value)
optional bool isSubject = 20; |
CoreNLPProtos.Mention.Builder |
setListMembers(int index,
int value)
repeated int32 listMembers = 57; |
CoreNLPProtos.Mention.Builder |
setMentionID(int value)
optional int32 mentionID = 1; |
CoreNLPProtos.Mention.Builder |
setMentionNum(int value)
optional int32 mentionNum = 16; |
CoreNLPProtos.Mention.Builder |
setMentionType(java.lang.String value)
optional string mentionType = 2; |
CoreNLPProtos.Mention.Builder |
setMentionTypeBytes(com.google.protobuf.ByteString value)
optional string mentionType = 2; |
CoreNLPProtos.Mention.Builder |
setNerString(java.lang.String value)
optional string nerString = 12; |
CoreNLPProtos.Mention.Builder |
setNerStringBytes(com.google.protobuf.ByteString value)
optional string nerString = 12; |
CoreNLPProtos.Mention.Builder |
setNumber(java.lang.String value)
optional string number = 3; |
CoreNLPProtos.Mention.Builder |
setNumberBytes(com.google.protobuf.ByteString value)
optional string number = 3; |
CoreNLPProtos.Mention.Builder |
setOriginalRef(int value)
optional int32 originalRef = 13; |
CoreNLPProtos.Mention.Builder |
setOriginalSpan(int index,
CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
setOriginalSpan(int index,
CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51; |
CoreNLPProtos.Mention.Builder |
setParagraph(int value)
optional int32 paragraph = 19; |
CoreNLPProtos.Mention.Builder |
setPerson(java.lang.String value)
optional string person = 6; |
CoreNLPProtos.Mention.Builder |
setPersonBytes(com.google.protobuf.ByteString value)
optional string person = 6; |
CoreNLPProtos.Mention.Builder |
setPredicateNominatives(int index,
int value)
repeated int32 predicateNominatives = 55; |
CoreNLPProtos.Mention.Builder |
setPreprocessedTerms(int index,
java.lang.String value)
repeated string preprocessedTerms = 53; |
CoreNLPProtos.Mention.Builder |
setRelativePronouns(int index,
int value)
repeated int32 relativePronouns = 56; |
CoreNLPProtos.Mention.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CoreNLPProtos.Mention.Builder |
setSentenceWords(int index,
CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
setSentenceWords(int index,
CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50; |
CoreNLPProtos.Mention.Builder |
setSentNum(int value)
optional int32 sentNum = 17; |
CoreNLPProtos.Mention.Builder |
setSpeakerInfo(CoreNLPProtos.SpeakerInfo.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
CoreNLPProtos.Mention.Builder |
setSpeakerInfo(CoreNLPProtos.SpeakerInfo value)
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33; |
CoreNLPProtos.Mention.Builder |
setStartIndex(int value)
optional uint32 startIndex = 7; |
CoreNLPProtos.Mention.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.Mention.Builder |
setUtter(int value)
optional int32 utter = 18; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.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.Mention.Builder>public CoreNLPProtos.Mention getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CoreNLPProtos.Mention build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CoreNLPProtos.Mention buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CoreNLPProtos.Mention.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.Mention.Builder>public CoreNLPProtos.Mention.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.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.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.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.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.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.Builder mergeFrom(CoreNLPProtos.Mention other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.Builder>public CoreNLPProtos.Mention.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.Mention.Builder>java.io.IOExceptionpublic boolean hasMentionID()
optional int32 mentionID = 1;hasMentionID in interface CoreNLPProtos.MentionOrBuilderpublic int getMentionID()
optional int32 mentionID = 1;getMentionID in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setMentionID(int value)
optional int32 mentionID = 1;value - The mentionID to set.public CoreNLPProtos.Mention.Builder clearMentionID()
optional int32 mentionID = 1;public boolean hasMentionType()
optional string mentionType = 2;hasMentionType in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getMentionType()
optional string mentionType = 2;getMentionType in interface CoreNLPProtos.MentionOrBuilderpublic com.google.protobuf.ByteString getMentionTypeBytes()
optional string mentionType = 2;getMentionTypeBytes in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setMentionType(java.lang.String value)
optional string mentionType = 2;value - The mentionType to set.public CoreNLPProtos.Mention.Builder clearMentionType()
optional string mentionType = 2;public CoreNLPProtos.Mention.Builder setMentionTypeBytes(com.google.protobuf.ByteString value)
optional string mentionType = 2;value - The bytes for mentionType to set.public boolean hasNumber()
optional string number = 3;hasNumber in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getNumber()
optional string number = 3;getNumber in interface CoreNLPProtos.MentionOrBuilderpublic com.google.protobuf.ByteString getNumberBytes()
optional string number = 3;getNumberBytes in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setNumber(java.lang.String value)
optional string number = 3;value - The number to set.public CoreNLPProtos.Mention.Builder clearNumber()
optional string number = 3;public CoreNLPProtos.Mention.Builder setNumberBytes(com.google.protobuf.ByteString value)
optional string number = 3;value - The bytes for number to set.public boolean hasGender()
optional string gender = 4;hasGender in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getGender()
optional string gender = 4;getGender in interface CoreNLPProtos.MentionOrBuilderpublic com.google.protobuf.ByteString getGenderBytes()
optional string gender = 4;getGenderBytes in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setGender(java.lang.String value)
optional string gender = 4;value - The gender to set.public CoreNLPProtos.Mention.Builder clearGender()
optional string gender = 4;public CoreNLPProtos.Mention.Builder setGenderBytes(com.google.protobuf.ByteString value)
optional string gender = 4;value - The bytes for gender to set.public boolean hasAnimacy()
optional string animacy = 5;hasAnimacy in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getAnimacy()
optional string animacy = 5;getAnimacy in interface CoreNLPProtos.MentionOrBuilderpublic com.google.protobuf.ByteString getAnimacyBytes()
optional string animacy = 5;getAnimacyBytes in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setAnimacy(java.lang.String value)
optional string animacy = 5;value - The animacy to set.public CoreNLPProtos.Mention.Builder clearAnimacy()
optional string animacy = 5;public CoreNLPProtos.Mention.Builder setAnimacyBytes(com.google.protobuf.ByteString value)
optional string animacy = 5;value - The bytes for animacy to set.public boolean hasPerson()
optional string person = 6;hasPerson in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getPerson()
optional string person = 6;getPerson in interface CoreNLPProtos.MentionOrBuilderpublic com.google.protobuf.ByteString getPersonBytes()
optional string person = 6;getPersonBytes in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setPerson(java.lang.String value)
optional string person = 6;value - The person to set.public CoreNLPProtos.Mention.Builder clearPerson()
optional string person = 6;public CoreNLPProtos.Mention.Builder setPersonBytes(com.google.protobuf.ByteString value)
optional string person = 6;value - The bytes for person to set.public boolean hasStartIndex()
optional uint32 startIndex = 7;hasStartIndex in interface CoreNLPProtos.MentionOrBuilderpublic int getStartIndex()
optional uint32 startIndex = 7;getStartIndex in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setStartIndex(int value)
optional uint32 startIndex = 7;value - The startIndex to set.public CoreNLPProtos.Mention.Builder clearStartIndex()
optional uint32 startIndex = 7;public boolean hasEndIndex()
optional uint32 endIndex = 9;hasEndIndex in interface CoreNLPProtos.MentionOrBuilderpublic int getEndIndex()
optional uint32 endIndex = 9;getEndIndex in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setEndIndex(int value)
optional uint32 endIndex = 9;value - The endIndex to set.public CoreNLPProtos.Mention.Builder clearEndIndex()
optional uint32 endIndex = 9;public boolean hasHeadIndex()
optional int32 headIndex = 10;hasHeadIndex in interface CoreNLPProtos.MentionOrBuilderpublic int getHeadIndex()
optional int32 headIndex = 10;getHeadIndex in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHeadIndex(int value)
optional int32 headIndex = 10;value - The headIndex to set.public CoreNLPProtos.Mention.Builder clearHeadIndex()
optional int32 headIndex = 10;public boolean hasHeadString()
optional string headString = 11;hasHeadString in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getHeadString()
optional string headString = 11;getHeadString in interface CoreNLPProtos.MentionOrBuilderpublic com.google.protobuf.ByteString getHeadStringBytes()
optional string headString = 11;getHeadStringBytes in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHeadString(java.lang.String value)
optional string headString = 11;value - The headString to set.public CoreNLPProtos.Mention.Builder clearHeadString()
optional string headString = 11;public CoreNLPProtos.Mention.Builder setHeadStringBytes(com.google.protobuf.ByteString value)
optional string headString = 11;value - The bytes for headString to set.public boolean hasNerString()
optional string nerString = 12;hasNerString in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getNerString()
optional string nerString = 12;getNerString in interface CoreNLPProtos.MentionOrBuilderpublic com.google.protobuf.ByteString getNerStringBytes()
optional string nerString = 12;getNerStringBytes in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setNerString(java.lang.String value)
optional string nerString = 12;value - The nerString to set.public CoreNLPProtos.Mention.Builder clearNerString()
optional string nerString = 12;public CoreNLPProtos.Mention.Builder setNerStringBytes(com.google.protobuf.ByteString value)
optional string nerString = 12;value - The bytes for nerString to set.public boolean hasOriginalRef()
optional int32 originalRef = 13;hasOriginalRef in interface CoreNLPProtos.MentionOrBuilderpublic int getOriginalRef()
optional int32 originalRef = 13;getOriginalRef in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setOriginalRef(int value)
optional int32 originalRef = 13;value - The originalRef to set.public CoreNLPProtos.Mention.Builder clearOriginalRef()
optional int32 originalRef = 13;public boolean hasGoldCorefClusterID()
optional int32 goldCorefClusterID = 14;hasGoldCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic int getGoldCorefClusterID()
optional int32 goldCorefClusterID = 14;getGoldCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setGoldCorefClusterID(int value)
optional int32 goldCorefClusterID = 14;value - The goldCorefClusterID to set.public CoreNLPProtos.Mention.Builder clearGoldCorefClusterID()
optional int32 goldCorefClusterID = 14;public boolean hasCorefClusterID()
optional int32 corefClusterID = 15;hasCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic int getCorefClusterID()
optional int32 corefClusterID = 15;getCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setCorefClusterID(int value)
optional int32 corefClusterID = 15;value - The corefClusterID to set.public CoreNLPProtos.Mention.Builder clearCorefClusterID()
optional int32 corefClusterID = 15;public boolean hasMentionNum()
optional int32 mentionNum = 16;hasMentionNum in interface CoreNLPProtos.MentionOrBuilderpublic int getMentionNum()
optional int32 mentionNum = 16;getMentionNum in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setMentionNum(int value)
optional int32 mentionNum = 16;value - The mentionNum to set.public CoreNLPProtos.Mention.Builder clearMentionNum()
optional int32 mentionNum = 16;public boolean hasSentNum()
optional int32 sentNum = 17;hasSentNum in interface CoreNLPProtos.MentionOrBuilderpublic int getSentNum()
optional int32 sentNum = 17;getSentNum in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setSentNum(int value)
optional int32 sentNum = 17;value - The sentNum to set.public CoreNLPProtos.Mention.Builder clearSentNum()
optional int32 sentNum = 17;public boolean hasUtter()
optional int32 utter = 18;hasUtter in interface CoreNLPProtos.MentionOrBuilderpublic int getUtter()
optional int32 utter = 18;getUtter in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setUtter(int value)
optional int32 utter = 18;value - The utter to set.public CoreNLPProtos.Mention.Builder clearUtter()
optional int32 utter = 18;public boolean hasParagraph()
optional int32 paragraph = 19;hasParagraph in interface CoreNLPProtos.MentionOrBuilderpublic int getParagraph()
optional int32 paragraph = 19;getParagraph in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setParagraph(int value)
optional int32 paragraph = 19;value - The paragraph to set.public CoreNLPProtos.Mention.Builder clearParagraph()
optional int32 paragraph = 19;public boolean hasIsSubject()
optional bool isSubject = 20;hasIsSubject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsSubject()
optional bool isSubject = 20;getIsSubject in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setIsSubject(boolean value)
optional bool isSubject = 20;value - The isSubject to set.public CoreNLPProtos.Mention.Builder clearIsSubject()
optional bool isSubject = 20;public boolean hasIsDirectObject()
optional bool isDirectObject = 21;hasIsDirectObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsDirectObject()
optional bool isDirectObject = 21;getIsDirectObject in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setIsDirectObject(boolean value)
optional bool isDirectObject = 21;value - The isDirectObject to set.public CoreNLPProtos.Mention.Builder clearIsDirectObject()
optional bool isDirectObject = 21;public boolean hasIsIndirectObject()
optional bool isIndirectObject = 22;hasIsIndirectObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsIndirectObject()
optional bool isIndirectObject = 22;getIsIndirectObject in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setIsIndirectObject(boolean value)
optional bool isIndirectObject = 22;value - The isIndirectObject to set.public CoreNLPProtos.Mention.Builder clearIsIndirectObject()
optional bool isIndirectObject = 22;public boolean hasIsPrepositionObject()
optional bool isPrepositionObject = 23;hasIsPrepositionObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsPrepositionObject()
optional bool isPrepositionObject = 23;getIsPrepositionObject in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setIsPrepositionObject(boolean value)
optional bool isPrepositionObject = 23;value - The isPrepositionObject to set.public CoreNLPProtos.Mention.Builder clearIsPrepositionObject()
optional bool isPrepositionObject = 23;public boolean hasHasTwin()
optional bool hasTwin = 24;hasHasTwin in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasTwin()
optional bool hasTwin = 24;getHasTwin in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHasTwin(boolean value)
optional bool hasTwin = 24;value - The hasTwin to set.public CoreNLPProtos.Mention.Builder clearHasTwin()
optional bool hasTwin = 24;public boolean hasGeneric()
optional bool generic = 25;hasGeneric in interface CoreNLPProtos.MentionOrBuilderpublic boolean getGeneric()
optional bool generic = 25;getGeneric in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setGeneric(boolean value)
optional bool generic = 25;value - The generic to set.public CoreNLPProtos.Mention.Builder clearGeneric()
optional bool generic = 25;public boolean hasIsSingleton()
optional bool isSingleton = 26;hasIsSingleton in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsSingleton()
optional bool isSingleton = 26;getIsSingleton in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setIsSingleton(boolean value)
optional bool isSingleton = 26;value - The isSingleton to set.public CoreNLPProtos.Mention.Builder clearIsSingleton()
optional bool isSingleton = 26;public boolean hasHasBasicDependency()
optional bool hasBasicDependency = 27;hasHasBasicDependency in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasBasicDependency()
optional bool hasBasicDependency = 27;getHasBasicDependency in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHasBasicDependency(boolean value)
optional bool hasBasicDependency = 27;value - The hasBasicDependency to set.public CoreNLPProtos.Mention.Builder clearHasBasicDependency()
optional bool hasBasicDependency = 27;public boolean hasHasEnhancedDependency()
optional bool hasEnhancedDependency = 28;hasHasEnhancedDependency in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasEnhancedDependency()
optional bool hasEnhancedDependency = 28;getHasEnhancedDependency in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHasEnhancedDependency(boolean value)
optional bool hasEnhancedDependency = 28;value - The hasEnhancedDependency to set.public CoreNLPProtos.Mention.Builder clearHasEnhancedDependency()
optional bool hasEnhancedDependency = 28;public boolean hasHasContextParseTree()
optional bool hasContextParseTree = 29;hasHasContextParseTree in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasContextParseTree()
optional bool hasContextParseTree = 29;getHasContextParseTree in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHasContextParseTree(boolean value)
optional bool hasContextParseTree = 29;value - The hasContextParseTree to set.public CoreNLPProtos.Mention.Builder clearHasContextParseTree()
optional bool hasContextParseTree = 29;public boolean hasHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;hasHeadIndexedWord in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.IndexedWord getHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;getHeadIndexedWord in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHeadIndexedWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;public CoreNLPProtos.Mention.Builder setHeadIndexedWord(CoreNLPProtos.IndexedWord.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;public CoreNLPProtos.Mention.Builder mergeHeadIndexedWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;public CoreNLPProtos.Mention.Builder clearHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;public CoreNLPProtos.IndexedWord.Builder getHeadIndexedWordBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;public CoreNLPProtos.IndexedWordOrBuilder getHeadIndexedWordOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;getHeadIndexedWordOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;hasDependingVerb in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.IndexedWord getDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;getDependingVerb in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setDependingVerb(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;public CoreNLPProtos.Mention.Builder setDependingVerb(CoreNLPProtos.IndexedWord.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;public CoreNLPProtos.Mention.Builder mergeDependingVerb(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;public CoreNLPProtos.Mention.Builder clearDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;public CoreNLPProtos.IndexedWord.Builder getDependingVerbBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;public CoreNLPProtos.IndexedWordOrBuilder getDependingVerbOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;getDependingVerbOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;hasHeadWord in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.IndexedWord getHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;getHeadWord in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setHeadWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;public CoreNLPProtos.Mention.Builder setHeadWord(CoreNLPProtos.IndexedWord.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;public CoreNLPProtos.Mention.Builder mergeHeadWord(CoreNLPProtos.IndexedWord value)
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;public CoreNLPProtos.Mention.Builder clearHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;public CoreNLPProtos.IndexedWord.Builder getHeadWordBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;public CoreNLPProtos.IndexedWordOrBuilder getHeadWordOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;getHeadWordOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;hasSpeakerInfo in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.SpeakerInfo getSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;getSpeakerInfo in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setSpeakerInfo(CoreNLPProtos.SpeakerInfo value)
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;public CoreNLPProtos.Mention.Builder setSpeakerInfo(CoreNLPProtos.SpeakerInfo.Builder builderForValue)
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;public CoreNLPProtos.Mention.Builder mergeSpeakerInfo(CoreNLPProtos.SpeakerInfo value)
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;public CoreNLPProtos.Mention.Builder clearSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;public CoreNLPProtos.SpeakerInfo.Builder getSpeakerInfoBuilder()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;public CoreNLPProtos.SpeakerInfoOrBuilder getSpeakerInfoOrBuilder()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;getSpeakerInfoOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic java.util.List<CoreNLPProtos.IndexedWord> getSentenceWordsList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;getSentenceWordsList in interface CoreNLPProtos.MentionOrBuilderpublic int getSentenceWordsCount()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;getSentenceWordsCount in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.IndexedWord getSentenceWords(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;getSentenceWords in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setSentenceWords(int index, CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder setSentenceWords(int index, CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder addSentenceWords(CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder addSentenceWords(int index, CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder addSentenceWords(CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder addSentenceWords(int index, CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder addAllSentenceWords(java.lang.Iterable<? extends CoreNLPProtos.IndexedWord> values)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder clearSentenceWords()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.Mention.Builder removeSentenceWords(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.IndexedWord.Builder getSentenceWordsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.IndexedWordOrBuilder getSentenceWordsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;getSentenceWordsOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> getSentenceWordsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;getSentenceWordsOrBuilderList in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.IndexedWord.Builder addSentenceWordsBuilder()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public CoreNLPProtos.IndexedWord.Builder addSentenceWordsBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public java.util.List<CoreNLPProtos.IndexedWord.Builder> getSentenceWordsBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;public java.util.List<CoreNLPProtos.IndexedWord> getOriginalSpanList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpanList in interface CoreNLPProtos.MentionOrBuilderpublic int getOriginalSpanCount()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpanCount in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.IndexedWord getOriginalSpan(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpan in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.Mention.Builder setOriginalSpan(int index, CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder setOriginalSpan(int index, CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder addOriginalSpan(CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder addOriginalSpan(int index, CoreNLPProtos.IndexedWord value)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder addOriginalSpan(CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder addOriginalSpan(int index, CoreNLPProtos.IndexedWord.Builder builderForValue)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder addAllOriginalSpan(java.lang.Iterable<? extends CoreNLPProtos.IndexedWord> values)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder clearOriginalSpan()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.Mention.Builder removeOriginalSpan(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.IndexedWord.Builder getOriginalSpanBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.IndexedWordOrBuilder getOriginalSpanOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpanOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> getOriginalSpanOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpanOrBuilderList in interface CoreNLPProtos.MentionOrBuilderpublic CoreNLPProtos.IndexedWord.Builder addOriginalSpanBuilder()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public CoreNLPProtos.IndexedWord.Builder addOriginalSpanBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public java.util.List<CoreNLPProtos.IndexedWord.Builder> getOriginalSpanBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;public com.google.protobuf.ProtocolStringList getDependentsList()
repeated string dependents = 52;getDependentsList in interface CoreNLPProtos.MentionOrBuilderpublic int getDependentsCount()
repeated string dependents = 52;getDependentsCount in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getDependents(int index)
repeated string dependents = 52;getDependents in interface CoreNLPProtos.MentionOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getDependentsBytes(int index)
repeated string dependents = 52;getDependentsBytes in interface CoreNLPProtos.MentionOrBuilderindex - The index of the value to return.public CoreNLPProtos.Mention.Builder setDependents(int index, java.lang.String value)
repeated string dependents = 52;index - The index to set the value at.value - The dependents to set.public CoreNLPProtos.Mention.Builder addDependents(java.lang.String value)
repeated string dependents = 52;value - The dependents to add.public CoreNLPProtos.Mention.Builder addAllDependents(java.lang.Iterable<java.lang.String> values)
repeated string dependents = 52;values - The dependents to add.public CoreNLPProtos.Mention.Builder clearDependents()
repeated string dependents = 52;public CoreNLPProtos.Mention.Builder addDependentsBytes(com.google.protobuf.ByteString value)
repeated string dependents = 52;value - The bytes of the dependents to add.public com.google.protobuf.ProtocolStringList getPreprocessedTermsList()
repeated string preprocessedTerms = 53;getPreprocessedTermsList in interface CoreNLPProtos.MentionOrBuilderpublic int getPreprocessedTermsCount()
repeated string preprocessedTerms = 53;getPreprocessedTermsCount in interface CoreNLPProtos.MentionOrBuilderpublic java.lang.String getPreprocessedTerms(int index)
repeated string preprocessedTerms = 53;getPreprocessedTerms in interface CoreNLPProtos.MentionOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getPreprocessedTermsBytes(int index)
repeated string preprocessedTerms = 53;getPreprocessedTermsBytes in interface CoreNLPProtos.MentionOrBuilderindex - The index of the value to return.public CoreNLPProtos.Mention.Builder setPreprocessedTerms(int index, java.lang.String value)
repeated string preprocessedTerms = 53;index - The index to set the value at.value - The preprocessedTerms to set.public CoreNLPProtos.Mention.Builder addPreprocessedTerms(java.lang.String value)
repeated string preprocessedTerms = 53;value - The preprocessedTerms to add.public CoreNLPProtos.Mention.Builder addAllPreprocessedTerms(java.lang.Iterable<java.lang.String> values)
repeated string preprocessedTerms = 53;values - The preprocessedTerms to add.public CoreNLPProtos.Mention.Builder clearPreprocessedTerms()
repeated string preprocessedTerms = 53;public CoreNLPProtos.Mention.Builder addPreprocessedTermsBytes(com.google.protobuf.ByteString value)
repeated string preprocessedTerms = 53;value - The bytes of the preprocessedTerms to add.public java.util.List<java.lang.Integer> getAppositionsList()
repeated int32 appositions = 54;getAppositionsList in interface CoreNLPProtos.MentionOrBuilderpublic int getAppositionsCount()
repeated int32 appositions = 54;getAppositionsCount in interface CoreNLPProtos.MentionOrBuilderpublic int getAppositions(int index)
repeated int32 appositions = 54;getAppositions in interface CoreNLPProtos.MentionOrBuilderindex - The index of the element to return.public CoreNLPProtos.Mention.Builder setAppositions(int index, int value)
repeated int32 appositions = 54;index - The index to set the value at.value - The appositions to set.public CoreNLPProtos.Mention.Builder addAppositions(int value)
repeated int32 appositions = 54;value - The appositions to add.public CoreNLPProtos.Mention.Builder addAllAppositions(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 appositions = 54;values - The appositions to add.public CoreNLPProtos.Mention.Builder clearAppositions()
repeated int32 appositions = 54;public java.util.List<java.lang.Integer> getPredicateNominativesList()
repeated int32 predicateNominatives = 55;getPredicateNominativesList in interface CoreNLPProtos.MentionOrBuilderpublic int getPredicateNominativesCount()
repeated int32 predicateNominatives = 55;getPredicateNominativesCount in interface CoreNLPProtos.MentionOrBuilderpublic int getPredicateNominatives(int index)
repeated int32 predicateNominatives = 55;getPredicateNominatives in interface CoreNLPProtos.MentionOrBuilderindex - The index of the element to return.public CoreNLPProtos.Mention.Builder setPredicateNominatives(int index, int value)
repeated int32 predicateNominatives = 55;index - The index to set the value at.value - The predicateNominatives to set.public CoreNLPProtos.Mention.Builder addPredicateNominatives(int value)
repeated int32 predicateNominatives = 55;value - The predicateNominatives to add.public CoreNLPProtos.Mention.Builder addAllPredicateNominatives(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 predicateNominatives = 55;values - The predicateNominatives to add.public CoreNLPProtos.Mention.Builder clearPredicateNominatives()
repeated int32 predicateNominatives = 55;public java.util.List<java.lang.Integer> getRelativePronounsList()
repeated int32 relativePronouns = 56;getRelativePronounsList in interface CoreNLPProtos.MentionOrBuilderpublic int getRelativePronounsCount()
repeated int32 relativePronouns = 56;getRelativePronounsCount in interface CoreNLPProtos.MentionOrBuilderpublic int getRelativePronouns(int index)
repeated int32 relativePronouns = 56;getRelativePronouns in interface CoreNLPProtos.MentionOrBuilderindex - The index of the element to return.public CoreNLPProtos.Mention.Builder setRelativePronouns(int index, int value)
repeated int32 relativePronouns = 56;index - The index to set the value at.value - The relativePronouns to set.public CoreNLPProtos.Mention.Builder addRelativePronouns(int value)
repeated int32 relativePronouns = 56;value - The relativePronouns to add.public CoreNLPProtos.Mention.Builder addAllRelativePronouns(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 relativePronouns = 56;values - The relativePronouns to add.public CoreNLPProtos.Mention.Builder clearRelativePronouns()
repeated int32 relativePronouns = 56;public java.util.List<java.lang.Integer> getListMembersList()
repeated int32 listMembers = 57;getListMembersList in interface CoreNLPProtos.MentionOrBuilderpublic int getListMembersCount()
repeated int32 listMembers = 57;getListMembersCount in interface CoreNLPProtos.MentionOrBuilderpublic int getListMembers(int index)
repeated int32 listMembers = 57;getListMembers in interface CoreNLPProtos.MentionOrBuilderindex - The index of the element to return.public CoreNLPProtos.Mention.Builder setListMembers(int index, int value)
repeated int32 listMembers = 57;index - The index to set the value at.value - The listMembers to set.public CoreNLPProtos.Mention.Builder addListMembers(int value)
repeated int32 listMembers = 57;value - The listMembers to add.public CoreNLPProtos.Mention.Builder addAllListMembers(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 listMembers = 57;values - The listMembers to add.public CoreNLPProtos.Mention.Builder clearListMembers()
repeated int32 listMembers = 57;public java.util.List<java.lang.Integer> getBelongToListsList()
repeated int32 belongToLists = 58;getBelongToListsList in interface CoreNLPProtos.MentionOrBuilderpublic int getBelongToListsCount()
repeated int32 belongToLists = 58;getBelongToListsCount in interface CoreNLPProtos.MentionOrBuilderpublic int getBelongToLists(int index)
repeated int32 belongToLists = 58;getBelongToLists in interface CoreNLPProtos.MentionOrBuilderindex - The index of the element to return.public CoreNLPProtos.Mention.Builder setBelongToLists(int index, int value)
repeated int32 belongToLists = 58;index - The index to set the value at.value - The belongToLists to set.public CoreNLPProtos.Mention.Builder addBelongToLists(int value)
repeated int32 belongToLists = 58;value - The belongToLists to add.public CoreNLPProtos.Mention.Builder addAllBelongToLists(java.lang.Iterable<? extends java.lang.Integer> values)
repeated int32 belongToLists = 58;values - The belongToLists to add.public CoreNLPProtos.Mention.Builder clearBelongToLists()
repeated int32 belongToLists = 58;public final CoreNLPProtos.Mention.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.Builder>public final CoreNLPProtos.Mention.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CoreNLPProtos.Mention.Builder>