Tal Einat
Tal Einat
@jtlz2, I've started working on this. It seems like a problem with the native (C) extensions. In the meantime, you may install fuzzysearch without the native extensions by fetching a...
@jtlz2, I've fixed what appears to be the source of this issue. The fix is available in version 0.7.3 which I've just released. Please let me know if it resolves...
> Still get the same problem in 0.7.3 :\ ☹️ This seems to be related to the Anaconda distribution somehow, as it only appears to happen with it, but not...
Thanks for the report @Stonatus, that looks like a bug!
Hi Cristiano, thanks for this report! That is indeed very strange. I have been able to reproduce this locally using your script; many thanks for that! I'll look into this.
Hi @artemuk, Thank you for such a clear and thorough description of the issue! fuzzysearch uses the opposite meaning of what insertion/deletion means: It defines them relative to the searched...
Hey @Stonatus, This is currently the intended behavior, yes. The "dist" attribute of matches describes the Levenstein / edit distance, which is indeed 5 in this case. I can see...
For Cython code, see: http://blog.behnel.de/posts/coverage-analysis-for-cython-modules.html
Hi @davidefiocco, apologies for the late response. Yes, this is currently the intended behavior. The reason is that once the maximum distance is equal to (or greater than) the length...
A few lines above in the same list, there is already `"copy(left|right|ing)"`, which should match "copying". If that's broken, it should be fixed. In any case, adding "copying" to this...