public interface RougeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRougeType()
Optional.
|
com.google.protobuf.ByteString |
getRougeTypeBytes()
Optional.
|
boolean |
getSplitSummaries()
Optional.
|
boolean |
getUseStemmer()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRougeType()
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRougeTypeBytes()
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];boolean getUseStemmer()
Optional. Whether to use stemmer to compute rouge score.
bool use_stemmer = 2 [(.google.api.field_behavior) = OPTIONAL];boolean getSplitSummaries()
Optional. Whether to split summaries while using rougeLsum.
bool split_summaries = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.