public static interface CoreNLPProtos.DependencyEnhancerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CoreNLPProtos.Document |
getDocument()
required .edu.stanford.nlp.pipeline.Document document = 1; |
CoreNLPProtos.DocumentOrBuilder |
getDocumentOrBuilder()
required .edu.stanford.nlp.pipeline.Document document = 1; |
CoreNLPProtos.Language |
getLanguage()
.edu.stanford.nlp.pipeline.Language language = 2; |
CoreNLPProtos.DependencyEnhancerRequest.RefCase |
getRefCase() |
java.lang.String |
getRelativePronouns()
The expected value of this is a regex which matches relative pronouns
|
com.google.protobuf.ByteString |
getRelativePronounsBytes()
The expected value of this is a regex which matches relative pronouns
|
boolean |
hasDocument()
required .edu.stanford.nlp.pipeline.Document document = 1; |
boolean |
hasLanguage()
.edu.stanford.nlp.pipeline.Language language = 2; |
boolean |
hasRelativePronouns()
The expected value of this is a regex which matches relative pronouns
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDocument()
required .edu.stanford.nlp.pipeline.Document document = 1;CoreNLPProtos.Document getDocument()
required .edu.stanford.nlp.pipeline.Document document = 1;CoreNLPProtos.DocumentOrBuilder getDocumentOrBuilder()
required .edu.stanford.nlp.pipeline.Document document = 1;boolean hasLanguage()
.edu.stanford.nlp.pipeline.Language language = 2;CoreNLPProtos.Language getLanguage()
.edu.stanford.nlp.pipeline.Language language = 2;boolean hasRelativePronouns()
The expected value of this is a regex which matches relative pronouns
string relativePronouns = 3;java.lang.String getRelativePronouns()
The expected value of this is a regex which matches relative pronouns
string relativePronouns = 3;com.google.protobuf.ByteString getRelativePronounsBytes()
The expected value of this is a regex which matches relative pronouns
string relativePronouns = 3;CoreNLPProtos.DependencyEnhancerRequest.RefCase getRefCase()