-
![image.png](https://raw.githubusercontent.com/woblek/pe/master/files/d9974c3e-33fb-4f72-8b7f-af52daa0e2d7.png)
inputting a long string into fuzzysearch causes program to crash
Input was: fuzzySea…
-
![image.png](https://raw.githubusercontent.com/nusCS2113-AY1920S1/pe/master/imageFolderTXT/5117269319_d9974c3e-33fb-4f72-8b7f-af52daa0e2d7.png)
inputting a long string into fuzzysearch causes progr…
-
**Describe the bug**
This is not a bug report, just a suggestion for how to speed up computation for short strings.
**To Reproduce**
In the benchmarks there is:
> #1: query length: 30, tar…
-
I am unsure if this is the right place to raise this item and whether it is a feature request or a bug.
I have a project, which uses a third party XML schemas and in that connection I am trying to ge…
-
I am testing on Windows, with PySide2 as the Qt shim.
In `cmd`:
python3 -m venv venv
.\venv\Scripts\Activate.bat
pip install qtpy
pip install readalongs
pip install pysid…
-
[copied from CUNY-CL/abstractness/issues/123]
There are lot of pure Python loops in the transducer implementation and many can be replaced with PyTorch functions.
-
**Describe the bug**
Unable to install using the pip instructions on ubuntu 18.04
**To Reproduce**
Steps to reproduce the behavior:
1. Follow the install instructions for command line
2. see er…
-
Is there a simple way to get the WER break-down into ins/del/sub when computing the ORC-WER?
-
I would like a way to get the similarity of the 2 strings instead of just the distance.
For example with python-Levenshtein I can do:
```
>>> Levenshtein.ratio("ab", "abc")
0.8
```
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing ans…