neofuzz
neofuzz copied to clipboard
Blazing fast fuzzy text search for Python.
I am trying to load a saved model so that I can avoid wasting time building the index each time I run my code. An example that produces the error...
Error message: ``` python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' zsh: killed python neofuzztest.py...
This is more of a question than a bug report: I have a somewhat different use case than is covered in the documentation of how to use this library. In...
I put together the test code below based on a few things I read, and it seems like it would work, but I keep getting this error: ``` Traceback (most...