python-Levenshtein icon indicating copy to clipboard operation
python-Levenshtein copied to clipboard

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

Results 57 python-Levenshtein issues
Sort by recently updated
recently updated
newest added

Hello. Generally Lev allows configurable weights, I'd really like to see that here as using Lev as a substring "approximate" matcher doesn't work when the insert op is weighted the...

I'm having trouble installing on Python 3.9.2, in a venv. Pretty sure the following error is the culprit. `fatal error C1083: Cannot open include file: 'io.h': No such file or...

python 3.9.10 pip 22.1 setuptools 62.3.2 getting this error when trying to install with pip: AttributeError: module 'plugin.setuptools' has no attribute 'load_plux_entrypoints' Does this work under python 3.9?

If You like people to use this on windows. please provide wheels for a recent python: ``` building 'Levenshtein._levenshtein' extension error: Microsoft Visual C++ 14.0 or greater is required. Get...

Running into an error with this package when running a project on apple silicon (M1) ``` Using Python specified in "runtime": python3.7 File "/Users/name/.local/share/virtualenvs/library1CORs3LD/lib/python3.7/site-packages/Levenshtein/__init__.py", line 1, in from Levenshtein import...

```bash (venv) C:\Users\Wok\pypi\steampi>pip install python-Levenshtein Collecting python-Levenshtein Using cached python-Levenshtein-0.12.0.tar.gz (48 kB) Requirement already satisfied: setuptools in c:\users\wok\pypi\steampi\venv\lib\site-packages (from python-Levenshtein) (50.3.2) Using legacy 'setup.py install' for python-Levenshtein, since package 'wheel'...

setuptools is listed as an `install_requires` in `setup.py`, but the installed library does not use it nor pkg_resources. I think this is at most a `setup_requires`.

python 3.10 the error - 102 warnings generated. clang -bundle -undefined dynamic_lookup -arch arm64 -arch x86_64 -g -L/usr/local/opt/icu4c/lib set -gx CPPFLAGS -I/usr/local/opt/icu4c/include build/temp.macosx-10.9-universal2-3.10/Levenshtein/_levenshtein.o -o build/lib.macosx-10.9-universal2-3.10/Levenshtein/_levenshtein.cpython-310-darwin.so clang: error: unknown argument: '-gx'...

Hi, is it possible to restrict the matching to some operations, e.g. ```python # default changes = editops(A, B, operations=('insert', 'delete', 'replace')) # as opposed to changes = editops(A, B,...

Installing this via pip gives: ``` Running setup.py install for python-Levenshtein ... error ERROR: Command errored out with exit status 1: command: /Users/david/eebo-revo/env/bin/python3 -u -c 'import io, os, sys, setuptools,...