From 1fcff7eac89fb4b31c1e133fbf40ae402dd77779 Mon Sep 17 00:00:00 2001
From: Ross Armstrong <52817125+rossarmstrong@users.noreply.github.com>
Date: Fri, 1 Dec 2023 16:45:02 +1100
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fbf84a2..ddc3ef0 100644
--- a/README.md
+++ b/README.md
@@ -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.
+It has been designed with the flexibility to handle multiple input data types such as strings, lists and NumPy arrays.
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.