-
This issue tracks missing components in the rust port:
- [ ] Levenshtein
- [x] basic distances
- [x] cached distances
- [ ] simd implementation
- [ ] edit operations
- [x] Damera…
-
Hi, I am having trouble trying to install this library. I have tried to install via pip and locally by installing setup.py. I am using Windows 10 and Python 3.8. Pip, wheel and setuptools are all ins…
-
https://aclanthology.org/C08-2006.pdf
-
- Link the series folders on disk with metadata from the db
- Endpoint that exposes this info
-
Hi, I have some questions about this library if you don't mind:
1. If I'm correct, you keep the word list in memory managed by a process
- the included word list contains 40k+ entries, and in addi…
-
Now that the package is getting more mature, it would be nice to add support for other distance metrics (specifically, hamming and cosine distances). These should be relatively easy to implement follo…
-
The openinv command autocompletes to the nearest player if there isn't one found, which is fine, but on a server with hundreds of thousands of player data files it causes the command to take minutes t…
-
Hi,
I was reading this documentation (http://sampleclean.org/guide/) and I see that you can use any similarity metric to find the similarity between two strings on one column attribute. Can you use m…
-
Is this intended behavior?
```
user=> (require '[clj-fuzzy.jaro-winkler])
nil
user=> (clj-fuzzy.jaro-winkler/jaro-winkler nil nil)
0.4
```
-
Hey Charlie, this is Mark from the HG team. I installed LLString by cloning the repo and the running `pip install LLString/llstring`, but I get a problem when I try to import it. This is not a problem…