Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
uv run flake8 jiwer --count --select=E9,F63,F7,F82 --show-source --statistics
uv run flake8 src/jiwer --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
uv run flake8 jiwer --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
uv run flake8 src/jiwer --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics

- name: Check formatting with black
run: |
Expand Down
3 changes: 1 addition & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

JiWER provides a simple CLI, which should be available after installation.

For details, see `jiwer --help`.
Expand All @@ -25,5 +24,5 @@ Options:
--help Show this message and exit.
```

Note that the CLI does not support a custom pre-processing (as described below). Any pre-processing
Note that the CLI does not support custom pre-processing. Any pre-processing
should be done on the text files manually before calling JiWER when using the CLI.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The minimum-edit distance is calculated using [RapidFuzz](https://github.com/max

# Installation

You should be able to install this package using [poetry](https://python-poetry.org/docs/):
You should be able to install this package using [uv](https://docs.astral.sh/uv/):

```
$ poetry add jiwer
$ uv add jiwer
```

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

```bash
$ pip install jiwer
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jiwer"
version = "3.0.5"
version = "3.1.0"
description = "Evaluate your speech-to-text system with similarity measures such as word error rate (WER)"
readme = "README.md"
authors = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.