Tagged Questions
3
votes
0answers
85 views
Finding similarity between a reference and few working documents
I have to find the similarity between a reference document and a set of documents in a repository .
Here is my method :
...
0
votes
0answers
175 views
Can LSA be used for document similarity?
I have to find the similarity between two documents. The two documents are simple text documents and i have to report a score. I was using cosine similarity initially. But I was told that LSA is a ...