Package | Description |
---|---|
org.languagetool.languagemodel.bert | |
org.languagetool.languagemodel.bert.grpc |
Modifier and Type | Method and Description |
---|---|
BertLmProto.ScoreRequest |
RemoteLanguageModel.Request.convert() |
Modifier and Type | Method and Description |
---|---|
BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.Builder.build() |
BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.Builder.buildPartial() |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.getDefaultInstance() |
BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.getDefaultInstanceForType() |
BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.Builder.getDefaultInstanceForType() |
BertLmProto.ScoreRequest |
BertLmProto.BatchScoreRequestOrBuilder.getRequests(int index)
repeated .bert.ScoreRequest requests = 1; |
BertLmProto.ScoreRequest |
BertLmProto.BatchScoreRequest.getRequests(int index)
repeated .bert.ScoreRequest requests = 1; |
BertLmProto.ScoreRequest |
BertLmProto.BatchScoreRequest.Builder.getRequests(int index)
repeated .bert.ScoreRequest requests = 1; |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseDelimitedFrom(InputStream input) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(byte[] data) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(ByteBuffer data) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(com.google.protobuf.ByteString data) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(InputStream input) |
static BertLmProto.ScoreRequest |
BertLmProto.ScoreRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<BertLmProto.ScoreRequest> |
BertLmProto.ScoreRequest.getParserForType() |
List<BertLmProto.ScoreRequest> |
BertLmProto.BatchScoreRequestOrBuilder.getRequestsList()
repeated .bert.ScoreRequest requests = 1; |
List<BertLmProto.ScoreRequest> |
BertLmProto.BatchScoreRequest.getRequestsList()
repeated .bert.ScoreRequest requests = 1; |
List<BertLmProto.ScoreRequest> |
BertLmProto.BatchScoreRequest.Builder.getRequestsList()
repeated .bert.ScoreRequest requests = 1; |
static io.grpc.MethodDescriptor<BertLmProto.ScoreRequest,BertLmProto.BertLmResponse> |
BertLmGrpc.getScoreMethod() |
static com.google.protobuf.Parser<BertLmProto.ScoreRequest> |
BertLmProto.ScoreRequest.parser() |
Modifier and Type | Method and Description |
---|---|
BertLmProto.BatchScoreRequest.Builder |
BertLmProto.BatchScoreRequest.Builder.addRequests(BertLmProto.ScoreRequest value)
repeated .bert.ScoreRequest requests = 1; |
BertLmProto.BatchScoreRequest.Builder |
BertLmProto.BatchScoreRequest.Builder.addRequests(int index,
BertLmProto.ScoreRequest value)
repeated .bert.ScoreRequest requests = 1; |
BertLmProto.ScoreRequest.Builder |
BertLmProto.ScoreRequest.Builder.mergeFrom(BertLmProto.ScoreRequest other) |
static BertLmProto.ScoreRequest.Builder |
BertLmProto.ScoreRequest.newBuilder(BertLmProto.ScoreRequest prototype) |
BertLmProto.BertLmResponse |
BertLmGrpc.BertLmBlockingStub.score(BertLmProto.ScoreRequest request) |
com.google.common.util.concurrent.ListenableFuture<BertLmProto.BertLmResponse> |
BertLmGrpc.BertLmFutureStub.score(BertLmProto.ScoreRequest request) |
void |
BertLmGrpc.BertLmImplBase.score(BertLmProto.ScoreRequest request,
io.grpc.stub.StreamObserver<BertLmProto.BertLmResponse> responseObserver) |
void |
BertLmGrpc.BertLmStub.score(BertLmProto.ScoreRequest request,
io.grpc.stub.StreamObserver<BertLmProto.BertLmResponse> responseObserver) |
BertLmProto.BatchScoreRequest.Builder |
BertLmProto.BatchScoreRequest.Builder.setRequests(int index,
BertLmProto.ScoreRequest value)
repeated .bert.ScoreRequest requests = 1; |
Modifier and Type | Method and Description |
---|---|
BertLmProto.BatchScoreRequest.Builder |
BertLmProto.BatchScoreRequest.Builder.addAllRequests(Iterable<? extends BertLmProto.ScoreRequest> values)
repeated .bert.ScoreRequest requests = 1; |