-
### What would you like to Propose?
~ Would like to add Damerau-levenshtein distance Algorithm in Dynamic Programming folder.
### Issue details
The Damerau–Levenshtein distance is a measure of th…
-
Add built in functions to compare texts in popular algorithms:
- Jaro
- Jaro-Winkler
- Levenshtein
- Damerau-Levenshtein
- Hamming Distance (simple i know)
- Cosine Similarity
- ....
-
[Damerau-Levenshtein](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance) is an extension of the Levenshtein edit-distance algorithm to additionally support basic transposition. As suc…
-
Is the Damerau-Levenshtein distance also implemented, i.e. we also allow transposition of 2 adjacent characters? https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance
Thank you in adva…
-
root@6f38527114dc:/# cpan install GraphViz
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/root/.cpan/Metadata'
Database was generated on Tue, 29 Nov 2022 08:41:02…
extde updated
2 months ago
-
Hello, I noticed that utbox already has a Levenshtein distance function, which is great, but for some use-cases Damerau-Levenshtein yields more useful results.
Would you be open to adding Damerau–L…
-
### Is your feature request related to a problem?
I have this UDF:
```python
@ibis.udf.scalar.builtin
def damerau_levenshtein(left: str, right: str) -> int:
...
```
this only works in d…
-
Hello,
it might be interesting having "Damerau–Levenshtein distance" added.
You can find references here:
http://en.wikipedia.org/wiki/Damerau-Levenshtein_distance
Thanks for considering,
Sandro
-
Hi,
[Damerau–LevenshteinDistance](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance) is the minimum number of edit operations ( insertions, deletions ,substitutions and transposi…
-
**Is your feature request related to a problem? Please describe.**
This library needs to include as many relevant algorithms as reasonably possible. Damerau-Levenshtein Edit Distance is one.
**Des…