Metadata-Version: 2.2
Name: compute-wer
Version: 0.0.5
Summary: Compute WER
Home-page: https://github.com/pengzhendong/compute-wer
Author: Zhendong Peng
Author-email: pzd17@tsinghua.org.cn
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: edit_distance
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# compute-wer

## Usage

``` bash
$ pip install compute-wer
$ compute-wer ref.txt hyp.txt
```
