new error for ensuring reference and predicted texts are the same

This commit is contained in:
kadarakos 2023-05-08 13:14:34 +00:00
parent d5da2df4c9
commit b7ce3ab42f

View File

@ -972,7 +972,7 @@ class Errors(metaclass=ErrorsWithCodes):
E1051 = ("'allow_overlap' can only be False when max_positive is 1, but found 'max_positive': {max_positive}.")
E1052 = ("Both 'min_length' and 'max_length' should be larger than 1, but found"
" 'min_length': {min_length}, 'max_length': {max_length}")
E1053 = ("Text, including whitespace, must match between reference and "
E1053 = ("The text, including whitespace, must match between reference and "
"predicted docs when training {component}.")