-
Add built in functions to compare texts in popular algorithms:
- Jaro
- Jaro-Winkler
- Levenshtein
- Damerau-Levenshtein
- Hamming Distance (simple i know)
- Cosine Similarity
- ....
-
### Is your feature request related to a problem?
Feature request #2385 discusses fuzzy string matching that was implemented in PR #1904.
@tobiemh mentioned three not-yet-implemented string distance…
-
### Description
Could you please add searching using Jaro–Winkler similarity algorithm feature in next releases or provide a plugin that implements the mentioned functionality.
Thank you
-
I am using jaro wrinkler similarity to check similarities between names. In one of the use case, i found this issue.
s1 = "SOME NAME" - s2 = "" -> similarity = 1
Why is the output "1". shouldn't "1"…
-
I am trying to use jaro wrinkler similarity to check colors strings coming from user inputted form against a palette of fixed colors.
Using jaro wrinkler similarity, I get these kind of results for…
-
```bash
➜ ~ gem install jaro_winkler
irbBuilding native extensions. This could take a while...
Successfully installed jaro_winkler-1.5.6
Parsing documentation for jaro_winkler-1.5.6
Done insta…
-
Hi,
I am starting to use this library and came across those potential glitches.
I would expect cosine, jaro and jarowinkler to return exactly 1.0 on equal strings, but I get the following (jarowinkl…
-
### Is your proposal related to a problem?
I need to find similarities in company names. Often, words are added ("limited" etc) or removed (e.g. First name in personal companies). This can significan…
-
Resources:
* https://github.com/maxharlow/csvmatch
* https://github.com/rishijatania/Fuzzy-Search
* https://stackoverflow.com/questions/49255121/jaccard-index-python
* https://www.geeksforgeeks.or…
-
Hi Vasileios,
happy new year to you.
Great work so far but unfortenately ProphitBet will not start in my virtualenvironment. I use for this environment Python 3.9.11.
After starting main.py i g…