Skip to main content

Evaluate your speech-to-text system with similarity measures such as word error rate (WER)

Project description

JiWER

JiWER is a simple and fast python package to evaluate an automatic speech recognition system. It supports the following measures:

  1. word error rate (WER)
  2. match error rate (MER)
  3. word information lost (WIL)
  4. word information preserved (WIP)
  5. character error rate (CER)

These measures are computed with the use of the minimum-edit distance between one or more reference and hypothesis sentences. The minimum-edit distance is calculated using RapidFuzz, which uses C++ under the hood, and is therefore faster than a pure python implementation.

Documentation

For further info, see the documentation at jitsi.github.io/jiwer.

Installation

You should be able to install this package using uv:

$ uv add jiwer

Or, if you prefer old-fashioned pip and you're using Python >= 3.8:

$ pip install jiwer

Usage

The most simple use-case is computing the word error rate between two strings:

from jiwer import wer

reference = "hello world"
hypothesis = "hello duck"

error = wer(reference, hypothesis)

Licence

The jiwer package is released under the Apache License, Version 2.0 licence by 8x8.

For further information, see LICENCE.

Reference

For a comparison between WER, MER and WIL, see:
Morris, Andrew & Maier, Viktoria & Green, Phil. (2004). From WER and RIL to MER and WIL: improved evaluation measures for connected speech recognition.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jiwer-3.1.0.tar.gz (103.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jiwer-3.1.0-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

Details for the file jiwer-3.1.0.tar.gz.

File metadata

  • Download URL: jiwer-3.1.0.tar.gz
  • Upload date:
  • Size: 103.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.16

File hashes

Hashes for jiwer-3.1.0.tar.gz
Algorithm Hash digest
SHA256 dc492d09e570f1baba98c76aba09baf8e09c06e6808a4ba412dd4bde67fb79ac
MD5 c01ec8033050f6dafdceb153f7899692
BLAKE2b-256 853e71b95cf0e2179fb5de8744a79fd36c8bd4e02e1803129a16d423884b6654

See more details on using hashes here.

File details

Details for the file jiwer-3.1.0-py3-none-any.whl.

File metadata

  • Download URL: jiwer-3.1.0-py3-none-any.whl
  • Upload date:
  • Size: 22.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.16

File hashes

Hashes for jiwer-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5a14b5bba4692e1946ca3c6946435f7d90b1b526076ccb6c12be763e2146237d
MD5 4a48b697589411e07f2f75a363653b28
BLAKE2b-256 baf435634d9eeff3b0bab51f5b9474ee569b1186bf29cf0d9d67b84acc80c53d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page