public static final class CoreNLPProtos.Mention extends com.google.protobuf.GeneratedMessageV3 implements CoreNLPProtos.MentionOrBuilder
edu.stanford.nlp.pipeline.Mention| Modifier and Type | Class and Description |
|---|---|
static class |
CoreNLPProtos.Mention.Builder
Protobuf type
edu.stanford.nlp.pipeline.Mention |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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; |
static CoreNLPProtos.Mention |
getDefaultInstance() |
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.IndexedWordOrBuilder |
getDependingVerbOrBuilder()
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<CoreNLPProtos.Mention> |
getParserForType() |
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; |
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; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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() |
static CoreNLPProtos.Mention.Builder |
newBuilder() |
static CoreNLPProtos.Mention.Builder |
newBuilder(CoreNLPProtos.Mention prototype) |
CoreNLPProtos.Mention.Builder |
newBuilderForType() |
protected CoreNLPProtos.Mention.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CoreNLPProtos.Mention |
parseDelimitedFrom(java.io.InputStream input) |
static CoreNLPProtos.Mention |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Mention |
parseFrom(byte[] data) |
static CoreNLPProtos.Mention |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Mention |
parseFrom(java.nio.ByteBuffer data) |
static CoreNLPProtos.Mention |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Mention |
parseFrom(com.google.protobuf.ByteString data) |
static CoreNLPProtos.Mention |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Mention |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CoreNLPProtos.Mention |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CoreNLPProtos.Mention |
parseFrom(java.io.InputStream input) |
static CoreNLPProtos.Mention |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CoreNLPProtos.Mention> |
parser() |
CoreNLPProtos.Mention.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MENTIONID_FIELD_NUMBER
public static final int MENTIONTYPE_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
public static final int GENDER_FIELD_NUMBER
public static final int ANIMACY_FIELD_NUMBER
public static final int PERSON_FIELD_NUMBER
public static final int STARTINDEX_FIELD_NUMBER
public static final int ENDINDEX_FIELD_NUMBER
public static final int HEADINDEX_FIELD_NUMBER
public static final int HEADSTRING_FIELD_NUMBER
public static final int NERSTRING_FIELD_NUMBER
public static final int ORIGINALREF_FIELD_NUMBER
public static final int GOLDCOREFCLUSTERID_FIELD_NUMBER
public static final int COREFCLUSTERID_FIELD_NUMBER
public static final int MENTIONNUM_FIELD_NUMBER
public static final int SENTNUM_FIELD_NUMBER
public static final int UTTER_FIELD_NUMBER
public static final int PARAGRAPH_FIELD_NUMBER
public static final int ISSUBJECT_FIELD_NUMBER
public static final int ISDIRECTOBJECT_FIELD_NUMBER
public static final int ISINDIRECTOBJECT_FIELD_NUMBER
public static final int ISPREPOSITIONOBJECT_FIELD_NUMBER
public static final int HASTWIN_FIELD_NUMBER
public static final int GENERIC_FIELD_NUMBER
public static final int ISSINGLETON_FIELD_NUMBER
public static final int HASBASICDEPENDENCY_FIELD_NUMBER
public static final int HASENHANCEDDEPENDENCY_FIELD_NUMBER
public static final int HASCONTEXTPARSETREE_FIELD_NUMBER
public static final int HEADINDEXEDWORD_FIELD_NUMBER
public static final int DEPENDINGVERB_FIELD_NUMBER
public static final int HEADWORD_FIELD_NUMBER
public static final int SPEAKERINFO_FIELD_NUMBER
public static final int SENTENCEWORDS_FIELD_NUMBER
public static final int ORIGINALSPAN_FIELD_NUMBER
public static final int DEPENDENTS_FIELD_NUMBER
public static final int PREPROCESSEDTERMS_FIELD_NUMBER
public static final int APPOSITIONS_FIELD_NUMBER
public static final int PREDICATENOMINATIVES_FIELD_NUMBER
public static final int RELATIVEPRONOUNS_FIELD_NUMBER
public static final int LISTMEMBERS_FIELD_NUMBER
public static final int BELONGTOLISTS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<CoreNLPProtos.Mention> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasMentionID()
optional int32 mentionID = 1;hasMentionID in interface CoreNLPProtos.MentionOrBuilderpublic int getMentionID()
optional int32 mentionID = 1;getMentionID in interface CoreNLPProtos.MentionOrBuilderpublic 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 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 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 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 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 boolean hasStartIndex()
optional uint32 startIndex = 7;hasStartIndex in interface CoreNLPProtos.MentionOrBuilderpublic int getStartIndex()
optional uint32 startIndex = 7;getStartIndex in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasEndIndex()
optional uint32 endIndex = 9;hasEndIndex in interface CoreNLPProtos.MentionOrBuilderpublic int getEndIndex()
optional uint32 endIndex = 9;getEndIndex in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasHeadIndex()
optional int32 headIndex = 10;hasHeadIndex in interface CoreNLPProtos.MentionOrBuilderpublic int getHeadIndex()
optional int32 headIndex = 10;getHeadIndex in interface CoreNLPProtos.MentionOrBuilderpublic 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 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 boolean hasOriginalRef()
optional int32 originalRef = 13;hasOriginalRef in interface CoreNLPProtos.MentionOrBuilderpublic int getOriginalRef()
optional int32 originalRef = 13;getOriginalRef in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasGoldCorefClusterID()
optional int32 goldCorefClusterID = 14;hasGoldCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic int getGoldCorefClusterID()
optional int32 goldCorefClusterID = 14;getGoldCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasCorefClusterID()
optional int32 corefClusterID = 15;hasCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic int getCorefClusterID()
optional int32 corefClusterID = 15;getCorefClusterID in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasMentionNum()
optional int32 mentionNum = 16;hasMentionNum in interface CoreNLPProtos.MentionOrBuilderpublic int getMentionNum()
optional int32 mentionNum = 16;getMentionNum in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasSentNum()
optional int32 sentNum = 17;hasSentNum in interface CoreNLPProtos.MentionOrBuilderpublic int getSentNum()
optional int32 sentNum = 17;getSentNum in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasUtter()
optional int32 utter = 18;hasUtter in interface CoreNLPProtos.MentionOrBuilderpublic int getUtter()
optional int32 utter = 18;getUtter in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasParagraph()
optional int32 paragraph = 19;hasParagraph in interface CoreNLPProtos.MentionOrBuilderpublic int getParagraph()
optional int32 paragraph = 19;getParagraph in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasIsSubject()
optional bool isSubject = 20;hasIsSubject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsSubject()
optional bool isSubject = 20;getIsSubject in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasIsDirectObject()
optional bool isDirectObject = 21;hasIsDirectObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsDirectObject()
optional bool isDirectObject = 21;getIsDirectObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasIsIndirectObject()
optional bool isIndirectObject = 22;hasIsIndirectObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsIndirectObject()
optional bool isIndirectObject = 22;getIsIndirectObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasIsPrepositionObject()
optional bool isPrepositionObject = 23;hasIsPrepositionObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsPrepositionObject()
optional bool isPrepositionObject = 23;getIsPrepositionObject in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasHasTwin()
optional bool hasTwin = 24;hasHasTwin in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasTwin()
optional bool hasTwin = 24;getHasTwin in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasGeneric()
optional bool generic = 25;hasGeneric in interface CoreNLPProtos.MentionOrBuilderpublic boolean getGeneric()
optional bool generic = 25;getGeneric in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasIsSingleton()
optional bool isSingleton = 26;hasIsSingleton in interface CoreNLPProtos.MentionOrBuilderpublic boolean getIsSingleton()
optional bool isSingleton = 26;getIsSingleton in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasHasBasicDependency()
optional bool hasBasicDependency = 27;hasHasBasicDependency in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasBasicDependency()
optional bool hasBasicDependency = 27;getHasBasicDependency in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasHasEnhancedDependency()
optional bool hasEnhancedDependency = 28;hasHasEnhancedDependency in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasEnhancedDependency()
optional bool hasEnhancedDependency = 28;getHasEnhancedDependency in interface CoreNLPProtos.MentionOrBuilderpublic boolean hasHasContextParseTree()
optional bool hasContextParseTree = 29;hasHasContextParseTree in interface CoreNLPProtos.MentionOrBuilderpublic boolean getHasContextParseTree()
optional bool hasContextParseTree = 29;getHasContextParseTree in interface CoreNLPProtos.MentionOrBuilderpublic 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.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.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.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.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 java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> getSentenceWordsOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;getSentenceWordsOrBuilderList 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.IndexedWordOrBuilder getSentenceWordsOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;getSentenceWordsOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic java.util.List<CoreNLPProtos.IndexedWord> getOriginalSpanList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpanList in interface CoreNLPProtos.MentionOrBuilderpublic java.util.List<? extends CoreNLPProtos.IndexedWordOrBuilder> getOriginalSpanOrBuilderList()
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpanOrBuilderList 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.IndexedWordOrBuilder getOriginalSpanOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;getOriginalSpanOrBuilder in interface CoreNLPProtos.MentionOrBuilderpublic 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 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 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static CoreNLPProtos.Mention parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Mention parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Mention parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Mention parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Mention parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Mention parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CoreNLPProtos.Mention parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Mention parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Mention parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Mention parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Mention parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static CoreNLPProtos.Mention parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic CoreNLPProtos.Mention.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CoreNLPProtos.Mention.Builder newBuilder()
public static CoreNLPProtos.Mention.Builder newBuilder(CoreNLPProtos.Mention prototype)
public CoreNLPProtos.Mention.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CoreNLPProtos.Mention.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CoreNLPProtos.Mention getDefaultInstance()
public static com.google.protobuf.Parser<CoreNLPProtos.Mention> parser()
public com.google.protobuf.Parser<CoreNLPProtos.Mention> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CoreNLPProtos.Mention getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder