label_evaluation.evaluate_text
Functions
|
Calculate the Character Error Rate (CER) between reference and hypothesis. |
|
Calculate Word Error Rate (WER) and Character Error Rate (CER) between ground truth and prediction. |
|
Create and save a violin plot for the given error scores. |
|
Evaluate OCR predictions against a ground truth dataset. |
|
Load ground truth transcriptions from a CSV file into a dictionary. |
|
Load predictions from a JSON file. |
Exceptions
|
Custom exception for handling cases where the reference string is empty. |