public static final class CoreNLPProtos.RelationTriple.Builder extends <any> implements CoreNLPProtos.RelationTripleOrBuilder
An OpenIE relation triple. Created by the openie annotator.Protobuf type
edu.stanford.nlp.pipeline.RelationTriple| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.RelationTriple.Builder |
addAllObjectTokens(Iterable<? extends CoreNLPProtos.TokenLocation> values)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addAllRelationTokens(Iterable<? extends CoreNLPProtos.TokenLocation> values)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addAllSubjectTokens(Iterable<? extends CoreNLPProtos.TokenLocation> values)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addObjectTokens(CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addObjectTokens(CoreNLPProtos.TokenLocation value)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addObjectTokens(int index,
CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addObjectTokens(int index,
CoreNLPProtos.TokenLocation value)
The tokens comprising the object of the triple
|
CoreNLPProtos.TokenLocation.Builder |
addObjectTokensBuilder()
The tokens comprising the object of the triple
|
CoreNLPProtos.TokenLocation.Builder |
addObjectTokensBuilder(int index)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addRelationTokens(CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addRelationTokens(CoreNLPProtos.TokenLocation value)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addRelationTokens(int index,
CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addRelationTokens(int index,
CoreNLPProtos.TokenLocation value)
The tokens comprising the relation of the triple
|
CoreNLPProtos.TokenLocation.Builder |
addRelationTokensBuilder()
The tokens comprising the relation of the triple
|
CoreNLPProtos.TokenLocation.Builder |
addRelationTokensBuilder(int index)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CoreNLPProtos.RelationTriple.Builder |
addSubjectTokens(CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addSubjectTokens(CoreNLPProtos.TokenLocation value)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addSubjectTokens(int index,
CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
addSubjectTokens(int index,
CoreNLPProtos.TokenLocation value)
The tokens comprising the subject of the triple
|
CoreNLPProtos.TokenLocation.Builder |
addSubjectTokensBuilder()
The tokens comprising the subject of the triple
|
CoreNLPProtos.TokenLocation.Builder |
addSubjectTokensBuilder(int index)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple |
build() |
CoreNLPProtos.RelationTriple |
buildPartial() |
CoreNLPProtos.RelationTriple.Builder |
clear() |
CoreNLPProtos.RelationTriple.Builder |
clearConfidence()
The [optional] confidence of the extraction
|
CoreNLPProtos.RelationTriple.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CoreNLPProtos.RelationTriple.Builder |
clearIstmod()
If true, this expresses an implicit tmod relation
|
CoreNLPProtos.RelationTriple.Builder |
clearObject()
The surface form of the object
|
CoreNLPProtos.RelationTriple.Builder |
clearObjectTokens()
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CoreNLPProtos.RelationTriple.Builder |
clearPrefixBe()
If true, this relation string is missing a 'be' prefix
|
CoreNLPProtos.RelationTriple.Builder |
clearRelation()
The surface form of the relation (required)
|
CoreNLPProtos.RelationTriple.Builder |
clearRelationTokens()
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
clearSubject()
The surface form of the subject
|
CoreNLPProtos.RelationTriple.Builder |
clearSubjectTokens()
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
clearSuffixBe()
If true, this relation string is missing a 'be' suffix
|
CoreNLPProtos.RelationTriple.Builder |
clearSuffixOf()
If true, this relation string is missing a 'of' prefix
|
CoreNLPProtos.RelationTriple.Builder |
clearTree()
The dependency graph fragment for this triple
|
CoreNLPProtos.RelationTriple.Builder |
clone() |
double |
getConfidence()
The [optional] confidence of the extraction
|
CoreNLPProtos.RelationTriple |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIstmod()
If true, this expresses an implicit tmod relation
|
String |
getObject()
The surface form of the object
|
com.google.protobuf.ByteString |
getObjectBytes()
The surface form of the object
|
CoreNLPProtos.TokenLocation |
getObjectTokens(int index)
The tokens comprising the object of the triple
|
CoreNLPProtos.TokenLocation.Builder |
getObjectTokensBuilder(int index)
The tokens comprising the object of the triple
|
List<CoreNLPProtos.TokenLocation.Builder> |
getObjectTokensBuilderList()
The tokens comprising the object of the triple
|
int |
getObjectTokensCount()
The tokens comprising the object of the triple
|
List<CoreNLPProtos.TokenLocation> |
getObjectTokensList()
The tokens comprising the object of the triple
|
CoreNLPProtos.TokenLocationOrBuilder |
getObjectTokensOrBuilder(int index)
The tokens comprising the object of the triple
|
List<? extends CoreNLPProtos.TokenLocationOrBuilder> |
getObjectTokensOrBuilderList()
The tokens comprising the object of the triple
|
boolean |
getPrefixBe()
If true, this relation string is missing a 'be' prefix
|
String |
getRelation()
The surface form of the relation (required)
|
com.google.protobuf.ByteString |
getRelationBytes()
The surface form of the relation (required)
|
CoreNLPProtos.TokenLocation |
getRelationTokens(int index)
The tokens comprising the relation of the triple
|
CoreNLPProtos.TokenLocation.Builder |
getRelationTokensBuilder(int index)
The tokens comprising the relation of the triple
|
List<CoreNLPProtos.TokenLocation.Builder> |
getRelationTokensBuilderList()
The tokens comprising the relation of the triple
|
int |
getRelationTokensCount()
The tokens comprising the relation of the triple
|
List<CoreNLPProtos.TokenLocation> |
getRelationTokensList()
The tokens comprising the relation of the triple
|
CoreNLPProtos.TokenLocationOrBuilder |
getRelationTokensOrBuilder(int index)
The tokens comprising the relation of the triple
|
List<? extends CoreNLPProtos.TokenLocationOrBuilder> |
getRelationTokensOrBuilderList()
The tokens comprising the relation of the triple
|
String |
getSubject()
The surface form of the subject
|
com.google.protobuf.ByteString |
getSubjectBytes()
The surface form of the subject
|
CoreNLPProtos.TokenLocation |
getSubjectTokens(int index)
The tokens comprising the subject of the triple
|
CoreNLPProtos.TokenLocation.Builder |
getSubjectTokensBuilder(int index)
The tokens comprising the subject of the triple
|
List<CoreNLPProtos.TokenLocation.Builder> |
getSubjectTokensBuilderList()
The tokens comprising the subject of the triple
|
int |
getSubjectTokensCount()
The tokens comprising the subject of the triple
|
List<CoreNLPProtos.TokenLocation> |
getSubjectTokensList()
The tokens comprising the subject of the triple
|
CoreNLPProtos.TokenLocationOrBuilder |
getSubjectTokensOrBuilder(int index)
The tokens comprising the subject of the triple
|
List<? extends CoreNLPProtos.TokenLocationOrBuilder> |
getSubjectTokensOrBuilderList()
The tokens comprising the subject of the triple
|
boolean |
getSuffixBe()
If true, this relation string is missing a 'be' suffix
|
boolean |
getSuffixOf()
If true, this relation string is missing a 'of' prefix
|
CoreNLPProtos.DependencyGraph |
getTree()
The dependency graph fragment for this triple
|
CoreNLPProtos.DependencyGraph.Builder |
getTreeBuilder()
The dependency graph fragment for this triple
|
CoreNLPProtos.DependencyGraphOrBuilder |
getTreeOrBuilder()
The dependency graph fragment for this triple
|
boolean |
hasConfidence()
The [optional] confidence of the extraction
|
boolean |
hasIstmod()
If true, this expresses an implicit tmod relation
|
boolean |
hasObject()
The surface form of the object
|
boolean |
hasPrefixBe()
If true, this relation string is missing a 'be' prefix
|
boolean |
hasRelation()
The surface form of the relation (required)
|
boolean |
hasSubject()
The surface form of the subject
|
boolean |
hasSuffixBe()
If true, this relation string is missing a 'be' suffix
|
boolean |
hasSuffixOf()
If true, this relation string is missing a 'of' prefix
|
boolean |
hasTree()
The dependency graph fragment for this triple
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoreNLPProtos.RelationTriple.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoreNLPProtos.RelationTriple.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoreNLPProtos.RelationTriple.Builder |
mergeTree(CoreNLPProtos.DependencyGraph value)
The dependency graph fragment for this triple
|
CoreNLPProtos.RelationTriple.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoreNLPProtos.RelationTriple.Builder |
removeObjectTokens(int index)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
removeRelationTokens(int index)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
removeSubjectTokens(int index)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
setConfidence(double value)
The [optional] confidence of the extraction
|
CoreNLPProtos.RelationTriple.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CoreNLPProtos.RelationTriple.Builder |
setIstmod(boolean value)
If true, this expresses an implicit tmod relation
|
CoreNLPProtos.RelationTriple.Builder |
setObject(String value)
The surface form of the object
|
CoreNLPProtos.RelationTriple.Builder |
setObjectBytes(com.google.protobuf.ByteString value)
The surface form of the object
|
CoreNLPProtos.RelationTriple.Builder |
setObjectTokens(int index,
CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
setObjectTokens(int index,
CoreNLPProtos.TokenLocation value)
The tokens comprising the object of the triple
|
CoreNLPProtos.RelationTriple.Builder |
setPrefixBe(boolean value)
If true, this relation string is missing a 'be' prefix
|
CoreNLPProtos.RelationTriple.Builder |
setRelation(String value)
The surface form of the relation (required)
|
CoreNLPProtos.RelationTriple.Builder |
setRelationBytes(com.google.protobuf.ByteString value)
The surface form of the relation (required)
|
CoreNLPProtos.RelationTriple.Builder |
setRelationTokens(int index,
CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
setRelationTokens(int index,
CoreNLPProtos.TokenLocation value)
The tokens comprising the relation of the triple
|
CoreNLPProtos.RelationTriple.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CoreNLPProtos.RelationTriple.Builder |
setSubject(String value)
The surface form of the subject
|
CoreNLPProtos.RelationTriple.Builder |
setSubjectBytes(com.google.protobuf.ByteString value)
The surface form of the subject
|
CoreNLPProtos.RelationTriple.Builder |
setSubjectTokens(int index,
CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
setSubjectTokens(int index,
CoreNLPProtos.TokenLocation value)
The tokens comprising the subject of the triple
|
CoreNLPProtos.RelationTriple.Builder |
setSuffixBe(boolean value)
If true, this relation string is missing a 'be' suffix
|
CoreNLPProtos.RelationTriple.Builder |
setSuffixOf(boolean value)
If true, this relation string is missing a 'of' prefix
|
CoreNLPProtos.RelationTriple.Builder |
setTree(CoreNLPProtos.DependencyGraph.Builder builderForValue)
The dependency graph fragment for this triple
|
CoreNLPProtos.RelationTriple.Builder |
setTree(CoreNLPProtos.DependencyGraph value)
The dependency graph fragment for this triple
|
CoreNLPProtos.RelationTriple.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public CoreNLPProtos.RelationTriple.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public CoreNLPProtos.RelationTriple getDefaultInstanceForType()
public CoreNLPProtos.RelationTriple build()
public CoreNLPProtos.RelationTriple buildPartial()
public CoreNLPProtos.RelationTriple.Builder clone()
public CoreNLPProtos.RelationTriple.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CoreNLPProtos.RelationTriple.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public CoreNLPProtos.RelationTriple.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public CoreNLPProtos.RelationTriple.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public CoreNLPProtos.RelationTriple.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public CoreNLPProtos.RelationTriple.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public CoreNLPProtos.RelationTriple.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasSubject()
The surface form of the subject
optional string subject = 1;hasSubject in interface CoreNLPProtos.RelationTripleOrBuilderpublic String getSubject()
The surface form of the subject
optional string subject = 1;getSubject in interface CoreNLPProtos.RelationTripleOrBuilderpublic com.google.protobuf.ByteString getSubjectBytes()
The surface form of the subject
optional string subject = 1;getSubjectBytes in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setSubject(String value)
The surface form of the subject
optional string subject = 1;public CoreNLPProtos.RelationTriple.Builder clearSubject()
The surface form of the subject
optional string subject = 1;public CoreNLPProtos.RelationTriple.Builder setSubjectBytes(com.google.protobuf.ByteString value)
The surface form of the subject
optional string subject = 1;public boolean hasRelation()
The surface form of the relation (required)
optional string relation = 2;hasRelation in interface CoreNLPProtos.RelationTripleOrBuilderpublic String getRelation()
The surface form of the relation (required)
optional string relation = 2;getRelation in interface CoreNLPProtos.RelationTripleOrBuilderpublic com.google.protobuf.ByteString getRelationBytes()
The surface form of the relation (required)
optional string relation = 2;getRelationBytes in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setRelation(String value)
The surface form of the relation (required)
optional string relation = 2;public CoreNLPProtos.RelationTriple.Builder clearRelation()
The surface form of the relation (required)
optional string relation = 2;public CoreNLPProtos.RelationTriple.Builder setRelationBytes(com.google.protobuf.ByteString value)
The surface form of the relation (required)
optional string relation = 2;public boolean hasObject()
The surface form of the object
optional string object = 3;hasObject in interface CoreNLPProtos.RelationTripleOrBuilderpublic String getObject()
The surface form of the object
optional string object = 3;getObject in interface CoreNLPProtos.RelationTripleOrBuilderpublic com.google.protobuf.ByteString getObjectBytes()
The surface form of the object
optional string object = 3;getObjectBytes in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setObject(String value)
The surface form of the object
optional string object = 3;public CoreNLPProtos.RelationTriple.Builder clearObject()
The surface form of the object
optional string object = 3;public CoreNLPProtos.RelationTriple.Builder setObjectBytes(com.google.protobuf.ByteString value)
The surface form of the object
optional string object = 3;public boolean hasConfidence()
The [optional] confidence of the extraction
optional double confidence = 4;hasConfidence in interface CoreNLPProtos.RelationTripleOrBuilderpublic double getConfidence()
The [optional] confidence of the extraction
optional double confidence = 4;getConfidence in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setConfidence(double value)
The [optional] confidence of the extraction
optional double confidence = 4;public CoreNLPProtos.RelationTriple.Builder clearConfidence()
The [optional] confidence of the extraction
optional double confidence = 4;public List<CoreNLPProtos.TokenLocation> getSubjectTokensList()
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;getSubjectTokensList in interface CoreNLPProtos.RelationTripleOrBuilderpublic int getSubjectTokensCount()
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;getSubjectTokensCount in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.TokenLocation getSubjectTokens(int index)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;getSubjectTokens in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setSubjectTokens(int index, CoreNLPProtos.TokenLocation value)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder setSubjectTokens(int index, CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder addSubjectTokens(CoreNLPProtos.TokenLocation value)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder addSubjectTokens(int index, CoreNLPProtos.TokenLocation value)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder addSubjectTokens(CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder addSubjectTokens(int index, CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder addAllSubjectTokens(Iterable<? extends CoreNLPProtos.TokenLocation> values)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder clearSubjectTokens()
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.RelationTriple.Builder removeSubjectTokens(int index)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.TokenLocation.Builder getSubjectTokensBuilder(int index)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.TokenLocationOrBuilder getSubjectTokensOrBuilder(int index)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;getSubjectTokensOrBuilder in interface CoreNLPProtos.RelationTripleOrBuilderpublic List<? extends CoreNLPProtos.TokenLocationOrBuilder> getSubjectTokensOrBuilderList()
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;getSubjectTokensOrBuilderList in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.TokenLocation.Builder addSubjectTokensBuilder()
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public CoreNLPProtos.TokenLocation.Builder addSubjectTokensBuilder(int index)
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public List<CoreNLPProtos.TokenLocation.Builder> getSubjectTokensBuilderList()
The tokens comprising the subject of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation subjectTokens = 13;public List<CoreNLPProtos.TokenLocation> getRelationTokensList()
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;getRelationTokensList in interface CoreNLPProtos.RelationTripleOrBuilderpublic int getRelationTokensCount()
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;getRelationTokensCount in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.TokenLocation getRelationTokens(int index)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;getRelationTokens in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setRelationTokens(int index, CoreNLPProtos.TokenLocation value)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder setRelationTokens(int index, CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder addRelationTokens(CoreNLPProtos.TokenLocation value)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder addRelationTokens(int index, CoreNLPProtos.TokenLocation value)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder addRelationTokens(CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder addRelationTokens(int index, CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder addAllRelationTokens(Iterable<? extends CoreNLPProtos.TokenLocation> values)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder clearRelationTokens()
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.RelationTriple.Builder removeRelationTokens(int index)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.TokenLocation.Builder getRelationTokensBuilder(int index)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.TokenLocationOrBuilder getRelationTokensOrBuilder(int index)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;getRelationTokensOrBuilder in interface CoreNLPProtos.RelationTripleOrBuilderpublic List<? extends CoreNLPProtos.TokenLocationOrBuilder> getRelationTokensOrBuilderList()
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;getRelationTokensOrBuilderList in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.TokenLocation.Builder addRelationTokensBuilder()
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public CoreNLPProtos.TokenLocation.Builder addRelationTokensBuilder(int index)
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public List<CoreNLPProtos.TokenLocation.Builder> getRelationTokensBuilderList()
The tokens comprising the relation of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation relationTokens = 14;public List<CoreNLPProtos.TokenLocation> getObjectTokensList()
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;getObjectTokensList in interface CoreNLPProtos.RelationTripleOrBuilderpublic int getObjectTokensCount()
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;getObjectTokensCount in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.TokenLocation getObjectTokens(int index)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;getObjectTokens in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setObjectTokens(int index, CoreNLPProtos.TokenLocation value)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder setObjectTokens(int index, CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder addObjectTokens(CoreNLPProtos.TokenLocation value)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder addObjectTokens(int index, CoreNLPProtos.TokenLocation value)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder addObjectTokens(CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder addObjectTokens(int index, CoreNLPProtos.TokenLocation.Builder builderForValue)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder addAllObjectTokens(Iterable<? extends CoreNLPProtos.TokenLocation> values)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder clearObjectTokens()
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.RelationTriple.Builder removeObjectTokens(int index)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.TokenLocation.Builder getObjectTokensBuilder(int index)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.TokenLocationOrBuilder getObjectTokensOrBuilder(int index)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;getObjectTokensOrBuilder in interface CoreNLPProtos.RelationTripleOrBuilderpublic List<? extends CoreNLPProtos.TokenLocationOrBuilder> getObjectTokensOrBuilderList()
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;getObjectTokensOrBuilderList in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.TokenLocation.Builder addObjectTokensBuilder()
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public CoreNLPProtos.TokenLocation.Builder addObjectTokensBuilder(int index)
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public List<CoreNLPProtos.TokenLocation.Builder> getObjectTokensBuilderList()
The tokens comprising the object of the triple
repeated .edu.stanford.nlp.pipeline.TokenLocation objectTokens = 15;public boolean hasTree()
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;hasTree in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.DependencyGraph getTree()
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;getTree in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setTree(CoreNLPProtos.DependencyGraph value)
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;public CoreNLPProtos.RelationTriple.Builder setTree(CoreNLPProtos.DependencyGraph.Builder builderForValue)
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;public CoreNLPProtos.RelationTriple.Builder mergeTree(CoreNLPProtos.DependencyGraph value)
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;public CoreNLPProtos.RelationTriple.Builder clearTree()
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;public CoreNLPProtos.DependencyGraph.Builder getTreeBuilder()
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;public CoreNLPProtos.DependencyGraphOrBuilder getTreeOrBuilder()
The dependency graph fragment for this triple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;getTreeOrBuilder in interface CoreNLPProtos.RelationTripleOrBuilderpublic boolean hasIstmod()
If true, this expresses an implicit tmod relation
optional bool istmod = 9;hasIstmod in interface CoreNLPProtos.RelationTripleOrBuilderpublic boolean getIstmod()
If true, this expresses an implicit tmod relation
optional bool istmod = 9;getIstmod in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setIstmod(boolean value)
If true, this expresses an implicit tmod relation
optional bool istmod = 9;public CoreNLPProtos.RelationTriple.Builder clearIstmod()
If true, this expresses an implicit tmod relation
optional bool istmod = 9;public boolean hasPrefixBe()
If true, this relation string is missing a 'be' prefix
optional bool prefixBe = 10;hasPrefixBe in interface CoreNLPProtos.RelationTripleOrBuilderpublic boolean getPrefixBe()
If true, this relation string is missing a 'be' prefix
optional bool prefixBe = 10;getPrefixBe in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setPrefixBe(boolean value)
If true, this relation string is missing a 'be' prefix
optional bool prefixBe = 10;public CoreNLPProtos.RelationTriple.Builder clearPrefixBe()
If true, this relation string is missing a 'be' prefix
optional bool prefixBe = 10;public boolean hasSuffixBe()
If true, this relation string is missing a 'be' suffix
optional bool suffixBe = 11;hasSuffixBe in interface CoreNLPProtos.RelationTripleOrBuilderpublic boolean getSuffixBe()
If true, this relation string is missing a 'be' suffix
optional bool suffixBe = 11;getSuffixBe in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setSuffixBe(boolean value)
If true, this relation string is missing a 'be' suffix
optional bool suffixBe = 11;public CoreNLPProtos.RelationTriple.Builder clearSuffixBe()
If true, this relation string is missing a 'be' suffix
optional bool suffixBe = 11;public boolean hasSuffixOf()
If true, this relation string is missing a 'of' prefix
optional bool suffixOf = 12;hasSuffixOf in interface CoreNLPProtos.RelationTripleOrBuilderpublic boolean getSuffixOf()
If true, this relation string is missing a 'of' prefix
optional bool suffixOf = 12;getSuffixOf in interface CoreNLPProtos.RelationTripleOrBuilderpublic CoreNLPProtos.RelationTriple.Builder setSuffixOf(boolean value)
If true, this relation string is missing a 'of' prefix
optional bool suffixOf = 12;public CoreNLPProtos.RelationTriple.Builder clearSuffixOf()
If true, this relation string is missing a 'of' prefix
optional bool suffixOf = 12;public final CoreNLPProtos.RelationTriple.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final CoreNLPProtos.RelationTriple.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)