public static interface CoreNLPProtos.SemgrexRequest.DependenciesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CoreNLPProtos.DependencyGraph |
getGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 2; |
CoreNLPProtos.DependencyGraphOrBuilder |
getGraphOrBuilder()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 2; |
CoreNLPProtos.Token |
getToken(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
int |
getTokenCount()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
java.util.List<CoreNLPProtos.Token> |
getTokenList()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
CoreNLPProtos.TokenOrBuilder |
getTokenOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
java.util.List<? extends CoreNLPProtos.TokenOrBuilder> |
getTokenOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token token = 1; |
boolean |
hasGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<CoreNLPProtos.Token> getTokenList()
repeated .edu.stanford.nlp.pipeline.Token token = 1;
CoreNLPProtos.Token getToken(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1;
int getTokenCount()
repeated .edu.stanford.nlp.pipeline.Token token = 1;
java.util.List<? extends CoreNLPProtos.TokenOrBuilder> getTokenOrBuilderList()
repeated .edu.stanford.nlp.pipeline.Token token = 1;
CoreNLPProtos.TokenOrBuilder getTokenOrBuilder(int index)
repeated .edu.stanford.nlp.pipeline.Token token = 1;
boolean hasGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 2;
CoreNLPProtos.DependencyGraph getGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 2;
CoreNLPProtos.DependencyGraphOrBuilder getGraphOrBuilder()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 2;