python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there an R function to do a pairwise Levenshtein distance calculation of two vectors of strings?
I have two vectors of strings:
a <- c('Alpha', 'Beta', 'Gamma', 'Delta')
b <- c('Epsilon', 'Zeta', 'Eta', 'Theta')
and I would like to compute the Levenshtein distance or edit distance for each...
bbip
Votes: 0
Answers: 2
Exasol SQL Fuzzy Matching function
Good day, all you SQL geniuses out there. I'm running into a bit of an issue. The firm I work at uses EXASOL SQL and I'm trying to get find a function that I can use in order to fuzzy match two string...
A_Pirates_Favorite_Letter
Votes: 0
Answers: 1
Is there an algorithm/way to find out how different (or the minimum distance between) 2 list orders?
I have a bunch of items I want to rate in a specific order. For example:
["Person1", "Person2", "Person3", "Person4", "Person5"]
Which can be ordered...
Yoav
Votes: 0
Answers: 1
How to replace strings in a dataframe where there is a likely typo
I been working on this for a few hours but no progress on how to automate. I have a dataframe with over 50,000 rows.
Occasionally there is a misspelling like
Rosalind vs Rosalinda
Wong vs Wang
Of c...
aiden rosenblatt
Votes: 0
Answers: 0