ylliX - Online Advertising Network

Cosine similarity between three text files

I have three .txt files that contain text (they are novels). I need to compute the cosine similarity between the three texts and then produce a multi-dimensional graph that places the 3 texts in relation to each other based on cosine sim scores. The final output should be the graph. This is what my text […]