public static interface CoreNLPProtos.MorphologyResponse.WordTagLemmaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLemma()
required string lemma = 3; |
com.google.protobuf.ByteString |
getLemmaBytes()
required string lemma = 3; |
java.lang.String |
getWord()
required string word = 1; |
com.google.protobuf.ByteString |
getWordBytes()
required string word = 1; |
java.lang.String |
getXpos()
optional string xpos = 2; |
com.google.protobuf.ByteString |
getXposBytes()
optional string xpos = 2; |
boolean |
hasLemma()
required string lemma = 3; |
boolean |
hasWord()
required string word = 1; |
boolean |
hasXpos()
optional string xpos = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWord()
required string word = 1;java.lang.String getWord()
required string word = 1;com.google.protobuf.ByteString getWordBytes()
required string word = 1;boolean hasXpos()
optional string xpos = 2;java.lang.String getXpos()
optional string xpos = 2;com.google.protobuf.ByteString getXposBytes()
optional string xpos = 2;boolean hasLemma()
required string lemma = 3;java.lang.String getLemma()
required string lemma = 3;com.google.protobuf.ByteString getLemmaBytes()
required string lemma = 3;