-
Rufo can be installed in Ruby 3.1.2, but failed in Ruby 3.3.6
Error message:
```shell
Exception while verifying jaro_winkler-1.6.0.gem
ERROR: While executing gem ... (NoMethodError)
undefine…
-
Add built in functions to compare texts in popular algorithms:
- Jaro
- Jaro-Winkler
- Levenshtein
- Damerau-Levenshtein
- Hamming Distance (simple i know)
- Cosine Similarity
- ....
-
### 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
-
We need a function in the database to provide the Jaro-Winkler distance between two stings, since this is the algorithm we already use. We will likely need to provide an implementation of it ourselves…
-
On Linux Ubuntu the module works perfectly, however when trying to install it on a windows 10 machine with anaconda (python 3.8.5), I get a C compiler error:
```
cbatch_jaro_winkler.c:219:12: erro…
-
### 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…
-
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…
-
**Is your feature request related to a problem? Please describe.**
Add Jaro-Winkler algorithm for `cudf.core.column.string.StringMethods.edit_distance`.
Documentation: https://docs.rapids.ai/api…
-
![image](https://github.com/duckdb/duckdb-rs/assets/32380374/34693827-698b-4051-9382-ddbc8415f718)
OS: Windows 11 23H2
RUST Toolchains: rustc 1.76.0 (07dca489a 2024-02-04)
err msg:
```
er…