Package | Description |
---|---|
org.languagetool.languagemodel.bert.grpc |
Modifier and Type | Class and Description |
---|---|
static class |
BertLmProto.Prediction
Protobuf type
bert.Prediction |
static class |
BertLmProto.Prediction.Builder
Protobuf type
bert.Prediction |
Modifier and Type | Method and Description |
---|---|
BertLmProto.PredictionOrBuilder |
BertLmProto.BertLmResponseOrBuilder.getScoresOrBuilder(int index)
repeated .bert.Prediction scores = 1; |
BertLmProto.PredictionOrBuilder |
BertLmProto.BertLmResponse.getScoresOrBuilder(int index)
repeated .bert.Prediction scores = 1; |
BertLmProto.PredictionOrBuilder |
BertLmProto.BertLmResponse.Builder.getScoresOrBuilder(int index)
repeated .bert.Prediction scores = 1; |
Modifier and Type | Method and Description |
---|---|
List<? extends BertLmProto.PredictionOrBuilder> |
BertLmProto.BertLmResponseOrBuilder.getScoresOrBuilderList()
repeated .bert.Prediction scores = 1; |
List<? extends BertLmProto.PredictionOrBuilder> |
BertLmProto.BertLmResponse.getScoresOrBuilderList()
repeated .bert.Prediction scores = 1; |
List<? extends BertLmProto.PredictionOrBuilder> |
BertLmProto.BertLmResponse.Builder.getScoresOrBuilderList()
repeated .bert.Prediction scores = 1; |