You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function simscore(doc1,doc2) takes in two arguments doc1 and doc2 which are (absolute) paths the two documents. We need to convert the documents to vectors and return the calculated similarity score.
The text was updated successfully, but these errors were encountered:
https://github.com/Aditya7799/SE_Project/blob/bb2b43caaf27ea29019ccef5025dd9ef720167e1/src/utils/PreRetrieval_Metrics.py#L473
The function
simscore(doc1,doc2)
takes in two arguments doc1 and doc2 which are (absolute) paths the two documents. We need to convert the documents to vectors and return the calculated similarity score.The text was updated successfully, but these errors were encountered: