public static interface CoreNLPProtos.MentionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
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; |
java.util.List<java.lang.String> |
getDependentsList()
repeated string dependents = 52; |
CoreNLPProtos.IndexedWord |
getDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
CoreNLPProtos.IndexedWordOrBuilder |
getDependingVerbOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
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.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.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; |
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; |
java.util.List<java.lang.String> |
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; |
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.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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMentionID()
optional int32 mentionID = 1;int getMentionID()
optional int32 mentionID = 1;boolean hasMentionType()
optional string mentionType = 2;java.lang.String getMentionType()
optional string mentionType = 2;com.google.protobuf.ByteString getMentionTypeBytes()
optional string mentionType = 2;boolean hasNumber()
optional string number = 3;java.lang.String getNumber()
optional string number = 3;com.google.protobuf.ByteString getNumberBytes()
optional string number = 3;boolean hasGender()
optional string gender = 4;java.lang.String getGender()
optional string gender = 4;com.google.protobuf.ByteString getGenderBytes()
optional string gender = 4;boolean hasAnimacy()
optional string animacy = 5;java.lang.String getAnimacy()
optional string animacy = 5;com.google.protobuf.ByteString getAnimacyBytes()
optional string animacy = 5;boolean hasPerson()
optional string person = 6;java.lang.String getPerson()
optional string person = 6;com.google.protobuf.ByteString getPersonBytes()
optional string person = 6;boolean hasStartIndex()
optional uint32 startIndex = 7;int getStartIndex()
optional uint32 startIndex = 7;boolean hasEndIndex()
optional uint32 endIndex = 9;int getEndIndex()
optional uint32 endIndex = 9;boolean hasHeadIndex()
optional int32 headIndex = 10;int getHeadIndex()
optional int32 headIndex = 10;boolean hasHeadString()
optional string headString = 11;java.lang.String getHeadString()
optional string headString = 11;com.google.protobuf.ByteString getHeadStringBytes()
optional string headString = 11;boolean hasNerString()
optional string nerString = 12;java.lang.String getNerString()
optional string nerString = 12;com.google.protobuf.ByteString getNerStringBytes()
optional string nerString = 12;boolean hasOriginalRef()
optional int32 originalRef = 13;int getOriginalRef()
optional int32 originalRef = 13;boolean hasGoldCorefClusterID()
optional int32 goldCorefClusterID = 14;int getGoldCorefClusterID()
optional int32 goldCorefClusterID = 14;boolean hasCorefClusterID()
optional int32 corefClusterID = 15;int getCorefClusterID()
optional int32 corefClusterID = 15;boolean hasMentionNum()
optional int32 mentionNum = 16;int getMentionNum()
optional int32 mentionNum = 16;boolean hasSentNum()
optional int32 sentNum = 17;int getSentNum()
optional int32 sentNum = 17;boolean hasUtter()
optional int32 utter = 18;int getUtter()
optional int32 utter = 18;boolean hasParagraph()
optional int32 paragraph = 19;int getParagraph()
optional int32 paragraph = 19;boolean hasIsSubject()
optional bool isSubject = 20;boolean getIsSubject()
optional bool isSubject = 20;boolean hasIsDirectObject()
optional bool isDirectObject = 21;boolean getIsDirectObject()
optional bool isDirectObject = 21;boolean hasIsIndirectObject()
optional bool isIndirectObject = 22;boolean getIsIndirectObject()
optional bool isIndirectObject = 22;boolean hasIsPrepositionObject()
optional bool isPrepositionObject = 23;boolean getIsPrepositionObject()
optional bool isPrepositionObject = 23;boolean hasHasTwin()
optional bool hasTwin = 24;boolean getHasTwin()
optional bool hasTwin = 24;boolean hasGeneric()
optional bool generic = 25;boolean getGeneric()
optional bool generic = 25;boolean hasIsSingleton()
optional bool isSingleton = 26;boolean getIsSingleton()
optional bool isSingleton = 26;boolean hasHasBasicDependency()
optional bool hasBasicDependency = 27;boolean getHasBasicDependency()
optional bool hasBasicDependency = 27;boolean hasHasEnhancedDependency()
optional bool hasEnhancedDependency = 28;boolean getHasEnhancedDependency()
optional bool hasEnhancedDependency = 28;boolean hasHasContextParseTree()
optional bool hasContextParseTree = 29;boolean getHasContextParseTree()
optional bool hasContextParseTree = 29;boolean hasHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;CoreNLPProtos.IndexedWord getHeadIndexedWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;CoreNLPProtos.IndexedWordOrBuilder getHeadIndexedWordOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;boolean hasDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;CoreNLPProtos.IndexedWord getDependingVerb()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;CoreNLPProtos.IndexedWordOrBuilder getDependingVerbOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;boolean hasHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;CoreNLPProtos.IndexedWord getHeadWord()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;CoreNLPProtos.IndexedWordOrBuilder getHeadWordOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;boolean hasSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;CoreNLPProtos.SpeakerInfo getSpeakerInfo()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;CoreNLPProtos.SpeakerInfoOrBuilder getSpeakerInfoOrBuilder()
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;java.util.List<CoreNLPProtos.IndexedWord> getSentenceWordsList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;CoreNLPProtos.IndexedWord getSentenceWords(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;int getSentenceWordsCount()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> getSentenceWordsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;CoreNLPProtos.IndexedWordOrBuilder getSentenceWordsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;java.util.List<CoreNLPProtos.IndexedWord> getOriginalSpanList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;CoreNLPProtos.IndexedWord getOriginalSpan(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;int getOriginalSpanCount()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> getOriginalSpanOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;CoreNLPProtos.IndexedWordOrBuilder getOriginalSpanOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;java.util.List<java.lang.String> getDependentsList()
repeated string dependents = 52;int getDependentsCount()
repeated string dependents = 52;java.lang.String getDependents(int index)
repeated string dependents = 52;index - The index of the element to return.com.google.protobuf.ByteString getDependentsBytes(int index)
repeated string dependents = 52;index - The index of the value to return.java.util.List<java.lang.String> getPreprocessedTermsList()
repeated string preprocessedTerms = 53;int getPreprocessedTermsCount()
repeated string preprocessedTerms = 53;java.lang.String getPreprocessedTerms(int index)
repeated string preprocessedTerms = 53;index - The index of the element to return.com.google.protobuf.ByteString getPreprocessedTermsBytes(int index)
repeated string preprocessedTerms = 53;index - The index of the value to return.java.util.List<java.lang.Integer> getAppositionsList()
repeated int32 appositions = 54;int getAppositionsCount()
repeated int32 appositions = 54;int getAppositions(int index)
repeated int32 appositions = 54;index - The index of the element to return.java.util.List<java.lang.Integer> getPredicateNominativesList()
repeated int32 predicateNominatives = 55;int getPredicateNominativesCount()
repeated int32 predicateNominatives = 55;int getPredicateNominatives(int index)
repeated int32 predicateNominatives = 55;index - The index of the element to return.java.util.List<java.lang.Integer> getRelativePronounsList()
repeated int32 relativePronouns = 56;int getRelativePronounsCount()
repeated int32 relativePronouns = 56;int getRelativePronouns(int index)
repeated int32 relativePronouns = 56;index - The index of the element to return.java.util.List<java.lang.Integer> getListMembersList()
repeated int32 listMembers = 57;int getListMembersCount()
repeated int32 listMembers = 57;int getListMembers(int index)
repeated int32 listMembers = 57;index - The index of the element to return.java.util.List<java.lang.Integer> getBelongToListsList()
repeated int32 belongToLists = 58;int getBelongToListsCount()
repeated int32 belongToLists = 58;int getBelongToLists(int index)
repeated int32 belongToLists = 58;index - The index of the element to return.