Skip to content

Commit

Permalink
release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvaessen committed Mar 14, 2023
1 parent f287355 commit a9abba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a9abba4

Please sign in to comment.