Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Dec 4, 2023
2 parents 4278bc8 + 1fcff7e commit 3e6062f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## What is werpy?
**werpy** is a powerful yet lightweight Python package that rapidly calculates and analyzes the Word Error Rate (WER) between two sets of text.
It has been designed with the flexibility to handle multiple input data types such as strings, lists and numpy arrays.<br />
It has been designed with the flexibility to handle multiple input data types such as strings, lists and NumPy arrays.<br />

The package also includes a full set of features such as normalizing the input text to account for data collection variability and the capability to easily assign different weights/penalties to specific error classifications (insertions, deletions, and substitutions).
Additionally, the summary function provides a comprehensive breakdown of the calculated results to assist in analyzing the specific errors quickly and in more detail.
Expand Down

0 comments on commit 3e6062f

Please sign in to comment.