|
|
|
@ -437,8 +437,6 @@ message EvaluatorConfig {
|
|
|
|
|
optional string chunk_scheme = 4;
|
|
|
|
|
// number of chunk types other than "other"
|
|
|
|
|
optional int32 num_chunk_types = 5;
|
|
|
|
|
// chunk of these types are not counted
|
|
|
|
|
repeated int32 excluded_chunk_types = 12;
|
|
|
|
|
|
|
|
|
|
// Used by PrecisionRecallEvaluator and ClassificationErrorEvaluator
|
|
|
|
|
// For multi binary labels: true if output > classification_threshold
|
|
|
|
@ -458,7 +456,9 @@ message EvaluatorConfig {
|
|
|
|
|
// whether to delimit the sequence in the seq_text_printer
|
|
|
|
|
optional bool delimited = 11 [default = true];
|
|
|
|
|
|
|
|
|
|
// NOTE: 12 has been occupied by excluded_chunk_types
|
|
|
|
|
// Used by ChunkEvaluator
|
|
|
|
|
// chunk of these types are not counted
|
|
|
|
|
repeated int32 excluded_chunk_types = 12;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
message LinkConfig {
|
|
|
|
|