diff --git a/README.md b/README.md index 5ca3408..6aec7f4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ hypothesis = ["i kan cpell", "i hop"] error = cer(ground_truth, hypothesis) ``` -# alignment +# Alignment With `jiwer.compute_measures`, you also get the alignment between the ground-truth and hypothesis. @@ -129,7 +129,7 @@ wer=88.89% Note that you can print the CER alignment with `jiwer.cer(return_dict=True)` and `jiwer.visualize_measures(visualize_cer=True)`. -# command-line interface +# Command-line interface JiWER provides a simple CLI, which should be available after installation. diff --git a/pyproject.toml b/pyproject.toml index f7d495b..20e1f3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jiwer" -version = "2.5.2" +version = "2.6.0" description = "Evaluate your speech-to-text system with similarity measures such as word error rate (WER)" authors = ["Nik Vaessen "] readme = "README.md"