fastwer
fastwer copied to clipboard
A PyPI package for fast word/character error rate (WER/CER) calculation
I would like to normalize the output following the article by Rafael C. Carrasco: https://sites.google.com/site/textdigitisation/qualitymeasures/computingerrorrates Like this:  where C = Number of correct characters How can I calculate the...
I have a list of hypotheses and a list of references. Both have one element, a string. The hypothesis string has a length of 115233. The reference string has a...
Hello, Getting the following error while collecting the package via pip: ` import pybind11 ModuleNotFoundError: No module named 'pybind11'` I have to first install pybind11 independently, which is a problem.
Unable to install the package via pip command `pip install pybind11 fastwer` ``` Collecting pybind11 Downloading https://files.pythonhosted.org/packages/8d/43/7339dbabbc2793718d59703aace4166f53c29ee1c202f6ff5bf8a26c4d91/pybind11-2.6.2-py2.py3-none-any.whl (191kB) |████████████████████████████████| 194kB 8.4MB/s Collecting fastwer Downloading https://files.pythonhosted.org/packages/cb/4d/a497cf1554862372a25576ac38c60e4ae4494cd6795aa52a21eab041cfd2/fastwer-0.1.3.tar.gz ERROR: Command errored out with...
Hi I was running on a Window computer and was getting this type of errors:  After reading posts like this one:' http://www.suodenjoki.dk/us/archive/2010/min-max.htm I added a header #include \ to...
fixes this isssue: https://github.com/kahne/fastwer/issues/10
When installing `fastwer-0-13` using pip, building wheels for the package breaks because of a `subprocess-exited-with-error`. Full error: ```sh >> $ pip install pybind11 fastwer Requirement already satisfied: pybind11 in ./.venv/lib64/python3.11/site-packages...
Hello! These changes make the fastwer package compatible with [PEP-518](https://peps.python.org/pep-0518/) and remove unneeded runtime dependency on pybind11. Should fix https://github.com/kahne/fastwer/issues/2 and https://github.com/kahne/fastwer/issues/5 . Also, the package now installs without any...
Hi, trying to install fastwer. I successfully installed pybing11, but not fastwer, not on python 3.7 nor 3.10. I tried cloning the repository and running setup.py but it wouldn't let...