-
Hi.
Is this library still installable in current Windows or GNU/Linux versions?
I get errors when installing editdistance, dlib, etc.
I've tried lots of combinations with python, pip, virtua…
-
The [current requirements.txt](https://github.com/xinjli/transphone/blob/main/requirements.txt) does not include any package version for the listed packages. This causes multiple issues if you install…
-
The following test fails because all of the `Bug` objects are incorrectly treated as equal:
```python
#! /usr/bin/env python3
import editdistance
class Bug(str):
def __hash__(self):
…
-
e.g. with editDistance of 3 and query of "beans", both "beans" and "bran" match with the same score. Search relevance decaying with edit distance would make this feature much more useful.
I have te…
-
Hello Team,
We need the Romanization feature badly. Can someone please help? We want to transliterate (not translate) from Hindi (Devanagiri script) language to English (Roman script) language.
…
-
Can some one please tell me the API to calculate the editdistance for 2 lists? I only see the API for 2 strings and in my use case, it is not possible to convert the list into strings.
-
Would be great to have `editdistance.eval(a, b, limit=5)` if the result would be `> 5` then it returns `None`
-
Looks like because ..
https://github.com/roy-ht/editdistance/blob/9e05bc645062f68a5c329ea64a1c31cd142bd185/pyproject.toml#L26-L27
build fails with
```console
+ /usr/bin/python3 -sBm build -w --no-…
-
While running the demo, there was a problem of torch 2.0.0 version, but I see there is an issue raised already for this.
I removed the version setting against `torch` in requirements.txt and let it …
-
From docs to Verbosity.ALL:
```
All suggestions within maxEditDistance, suggestions ordered by edit distance,
then by term frequency (slower, no early termination).
```
Several times faced cas…