public static interface CoreNLPProtos.DependencyConverterResponse.DependencyConversionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.DependencyGraph |
getGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 1; |
CoreNLPProtos.DependencyGraphOrBuilder |
getGraphOrBuilder()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 1; |
CoreNLPProtos.FlattenedParseTree |
getTree()
optional .edu.stanford.nlp.pipeline.FlattenedParseTree tree = 2; |
CoreNLPProtos.FlattenedParseTreeOrBuilder |
getTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.FlattenedParseTree tree = 2; |
boolean |
hasGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 1; |
boolean |
hasTree()
optional .edu.stanford.nlp.pipeline.FlattenedParseTree tree = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 1;CoreNLPProtos.DependencyGraph getGraph()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 1;CoreNLPProtos.DependencyGraphOrBuilder getGraphOrBuilder()
required .edu.stanford.nlp.pipeline.DependencyGraph graph = 1;boolean hasTree()
optional .edu.stanford.nlp.pipeline.FlattenedParseTree tree = 2;CoreNLPProtos.FlattenedParseTree getTree()
optional .edu.stanford.nlp.pipeline.FlattenedParseTree tree = 2;CoreNLPProtos.FlattenedParseTreeOrBuilder getTreeOrBuilder()
optional .edu.stanford.nlp.pipeline.FlattenedParseTree tree = 2;