public interface RougeSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRougeType()
public abstract String getRougeType()
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The rougeType. |
getRougeTypeBytes()
public abstract ByteString getRougeTypeBytes()
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
string rouge_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for rougeType. |
getSplitSummaries()
public abstract boolean getSplitSummaries()
Optional. Whether to split summaries while using rougeLsum.
bool split_summaries = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The splitSummaries. |
getUseStemmer()
public abstract boolean getUseStemmer()
Optional. Whether to use stemmer to compute rouge score.
bool use_stemmer = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The useStemmer. |