Postgresql – Calculate correlation between two words
Let's say I have a table in Postgres that stores a column of strings like this. animal cat/dog/bird dog/lion bird/dog dog/cat cat/bird What I want to do, is calculate how "correlated" any two animals are to each other in this…