public static interface CoreNLPProtos.SemgrexResponse.MatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CoreNLPProtos.SemgrexResponse.NamedEdge |
getEdge(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6; |
int |
getEdgeCount()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6; |
java.util.List<CoreNLPProtos.SemgrexResponse.NamedEdge> |
getEdgeList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6; |
CoreNLPProtos.SemgrexResponse.NamedEdgeOrBuilder |
getEdgeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6; |
java.util.List<? extends CoreNLPProtos.SemgrexResponse.NamedEdgeOrBuilder> |
getEdgeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6; |
int |
getGraphIndex()
when processing multiple dependency graphs at once,
which dependency graph this applies to
indexed from 0
|
int |
getMatchIndex()
required int32 matchIndex = 1; |
CoreNLPProtos.SemgrexResponse.NamedNode |
getNode(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2; |
int |
getNodeCount()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2; |
java.util.List<CoreNLPProtos.SemgrexResponse.NamedNode> |
getNodeList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2; |
CoreNLPProtos.SemgrexResponse.NamedNodeOrBuilder |
getNodeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2; |
java.util.List<? extends CoreNLPProtos.SemgrexResponse.NamedNodeOrBuilder> |
getNodeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2; |
CoreNLPProtos.SemgrexResponse.NamedRelation |
getReln(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3; |
int |
getRelnCount()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3; |
java.util.List<CoreNLPProtos.SemgrexResponse.NamedRelation> |
getRelnList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3; |
CoreNLPProtos.SemgrexResponse.NamedRelationOrBuilder |
getRelnOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3; |
java.util.List<? extends CoreNLPProtos.SemgrexResponse.NamedRelationOrBuilder> |
getRelnOrBuilderList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3; |
int |
getSemgrexIndex()
index of the semgrex expression this match applies to
indexed from 0
|
boolean |
hasGraphIndex()
when processing multiple dependency graphs at once,
which dependency graph this applies to
indexed from 0
|
boolean |
hasMatchIndex()
required int32 matchIndex = 1; |
boolean |
hasSemgrexIndex()
index of the semgrex expression this match applies to
indexed from 0
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMatchIndex()
required int32 matchIndex = 1;
int getMatchIndex()
required int32 matchIndex = 1;
java.util.List<CoreNLPProtos.SemgrexResponse.NamedNode> getNodeList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2;
CoreNLPProtos.SemgrexResponse.NamedNode getNode(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2;
int getNodeCount()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2;
java.util.List<? extends CoreNLPProtos.SemgrexResponse.NamedNodeOrBuilder> getNodeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2;
CoreNLPProtos.SemgrexResponse.NamedNodeOrBuilder getNodeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedNode node = 2;
java.util.List<CoreNLPProtos.SemgrexResponse.NamedRelation> getRelnList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3;
CoreNLPProtos.SemgrexResponse.NamedRelation getReln(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3;
int getRelnCount()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3;
java.util.List<? extends CoreNLPProtos.SemgrexResponse.NamedRelationOrBuilder> getRelnOrBuilderList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3;
CoreNLPProtos.SemgrexResponse.NamedRelationOrBuilder getRelnOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedRelation reln = 3;
java.util.List<CoreNLPProtos.SemgrexResponse.NamedEdge> getEdgeList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6;
CoreNLPProtos.SemgrexResponse.NamedEdge getEdge(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6;
int getEdgeCount()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6;
java.util.List<? extends CoreNLPProtos.SemgrexResponse.NamedEdgeOrBuilder> getEdgeOrBuilderList()
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6;
CoreNLPProtos.SemgrexResponse.NamedEdgeOrBuilder getEdgeOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.SemgrexResponse.NamedEdge edge = 6;
boolean hasGraphIndex()
when processing multiple dependency graphs at once, which dependency graph this applies to indexed from 0
optional int32 graphIndex = 4;
int getGraphIndex()
when processing multiple dependency graphs at once, which dependency graph this applies to indexed from 0
optional int32 graphIndex = 4;
boolean hasSemgrexIndex()
index of the semgrex expression this match applies to indexed from 0
optional int32 semgrexIndex = 5;
int getSemgrexIndex()
index of the semgrex expression this match applies to indexed from 0
optional int32 semgrexIndex = 5;