compute-wer


Namecompute-wer JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/pengzhendong/compute-wer
SummaryCompute WER
upload_time2025-02-14 10:56:01
maintainerNone
docs_urlNone
authorZhendong Peng
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements click edit_distance
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # compute-wer

## Usage

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pengzhendong/compute-wer",
    "name": "compute-wer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Zhendong Peng",
    "author_email": "pzd17@tsinghua.org.cn",
    "download_url": null,
    "platform": null,
    "description": "# compute-wer\n\n## Usage\n\n``` bash\n$ pip install compute-wer\n$ compute-wer ref.txt hyp.txt output.txt\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Compute WER",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/pengzhendong/compute-wer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1f2b8855e6e6227af0ea372c8fd58f8cdba707cda884a4512f26f4c60e0cd31",
                "md5": "fa6e80a252c303f5d12779e9c789439e",
                "sha256": "5c220c97329c4946fe02de17728a3e049aeb81e3544aea057d21c2b8b8f80f47"
            },
            "downloads": -1,
            "filename": "compute_wer-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fa6e80a252c303f5d12779e9c789439e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7791,
            "upload_time": "2025-02-14T10:56:01",
            "upload_time_iso_8601": "2025-02-14T10:56:01.043942Z",
            "url": "https://files.pythonhosted.org/packages/c1/f2/b8855e6e6227af0ea372c8fd58f8cdba707cda884a4512f26f4c60e0cd31/compute_wer-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 10:56:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pengzhendong",
    "github_project": "compute-wer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "click",
            "specs": []
        },
        {
            "name": "edit_distance",
            "specs": []
        }
    ],
    "lcname": "compute-wer"
}
        
Elapsed time: 0.40670s