Levenshtein icon indicating copy to clipboard operation
Levenshtein copied to clipboard

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

Results 8 Levenshtein issues
Sort by recently updated
recently updated
newest added

Good morning Everyone! I had this problem few minutes ago, why is there error? ``` PythonException: An exception was thrown from the Python worker. Please see the stack trace below....

Hello, i maintain Levenshtein in Debian and while working to package 0.24.0, i noticed that you're using the `extern` directory with a git submodule to another project. that setup is...

Hi, Amazing package! Would you consider switching to a more permissive license such as MIT, ISC, or LGPL so all upstream packages don't also have to be GPL-licensed? Thank you!

Support Java by jni call please.

enhancement

Hello. Is it possible to calculate distance with symbol swaps using this library? https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance If this is not possible now, will it be difficult to add such a feature? Some...

question

Hey, I use this package to calculate the string distances for a paper. Do you have some paper in relation with this package to cite? Otherwise I am going to...

question

It is recommended that projects migrate from `scikit-build` to `scikit-build-core` when possible. Most development is focused there and it is a very CMake friendly and pythonic build system. For now...