Package | Description |
---|---|
org.languagetool.rules.ml |
Modifier and Type | Method and Description |
---|---|
MLServerProto.MatchList |
MLServerProto.MatchList.Builder.build() |
MLServerProto.MatchList |
MLServerProto.MatchList.Builder.buildPartial() |
static MLServerProto.MatchList |
MLServerProto.MatchList.getDefaultInstance() |
MLServerProto.MatchList |
MLServerProto.MatchList.getDefaultInstanceForType() |
MLServerProto.MatchList |
MLServerProto.MatchList.Builder.getDefaultInstanceForType() |
MLServerProto.MatchList |
MLServerProto.PostProcessingRequestOrBuilder.getMatches(int index)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.MatchList |
MLServerProto.PostProcessingRequest.getMatches(int index)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.MatchList |
MLServerProto.PostProcessingRequest.Builder.getMatches(int index)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.MatchList |
MLServerProto.MatchResponseOrBuilder.getSentenceMatches(int index)
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
MLServerProto.MatchList |
MLServerProto.MatchResponse.getSentenceMatches(int index)
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
MLServerProto.MatchList |
MLServerProto.MatchResponse.Builder.getSentenceMatches(int index)
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseDelimitedFrom(InputStream input) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(byte[] data) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(ByteBuffer data) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(com.google.protobuf.ByteString data) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(com.google.protobuf.CodedInputStream input) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(InputStream input) |
static MLServerProto.MatchList |
MLServerProto.MatchList.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<MLServerProto.MatchList> |
MLServerProto.PostProcessingRequestOrBuilder.getMatchesList()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
List<MLServerProto.MatchList> |
MLServerProto.PostProcessingRequest.getMatchesList()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
List<MLServerProto.MatchList> |
MLServerProto.PostProcessingRequest.Builder.getMatchesList()
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
com.google.protobuf.Parser<MLServerProto.MatchList> |
MLServerProto.MatchList.getParserForType() |
List<MLServerProto.MatchList> |
MLServerProto.MatchResponseOrBuilder.getSentenceMatchesList()
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
List<MLServerProto.MatchList> |
MLServerProto.MatchResponse.getSentenceMatchesList()
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
List<MLServerProto.MatchList> |
MLServerProto.MatchResponse.Builder.getSentenceMatchesList()
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
static com.google.protobuf.Parser<MLServerProto.MatchList> |
MLServerProto.MatchList.parser() |
Modifier and Type | Method and Description |
---|---|
MLServerProto.PostProcessingRequest.Builder |
MLServerProto.PostProcessingRequest.Builder.addMatches(int index,
MLServerProto.MatchList value)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.PostProcessingRequest.Builder |
MLServerProto.PostProcessingRequest.Builder.addMatches(MLServerProto.MatchList value)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.MatchResponse.Builder |
MLServerProto.MatchResponse.Builder.addSentenceMatches(int index,
MLServerProto.MatchList value)
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
MLServerProto.MatchResponse.Builder |
MLServerProto.MatchResponse.Builder.addSentenceMatches(MLServerProto.MatchList value)
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
MLServerProto.MatchList.Builder |
MLServerProto.MatchList.Builder.mergeFrom(MLServerProto.MatchList other) |
static MLServerProto.MatchList.Builder |
MLServerProto.MatchList.newBuilder(MLServerProto.MatchList prototype) |
MLServerProto.PostProcessingRequest.Builder |
MLServerProto.PostProcessingRequest.Builder.setMatches(int index,
MLServerProto.MatchList value)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.MatchResponse.Builder |
MLServerProto.MatchResponse.Builder.setSentenceMatches(int index,
MLServerProto.MatchList value)
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |
Modifier and Type | Method and Description |
---|---|
MLServerProto.PostProcessingRequest.Builder |
MLServerProto.PostProcessingRequest.Builder.addAllMatches(Iterable<? extends MLServerProto.MatchList> values)
matches of input text, to be transformed
repeated .lt_ml_server.MatchList matches = 2; |
MLServerProto.MatchResponse.Builder |
MLServerProto.MatchResponse.Builder.addAllSentenceMatches(Iterable<? extends MLServerProto.MatchList> values)
results for each corresponding sentence in MatchRequest (aligned)
repeated .lt_ml_server.MatchList sentenceMatches = 1; |