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
related() function in VectorSpace class prints the scores in descending order, which is not very helpful because we don't know which document generated that score. So, printing the index of respective document along with the cosine similarity would be really useful. #####
The text was updated successfully, but these errors were encountered:
print vector_space.related(0)
related() function in VectorSpace class prints the scores in descending order, which is not very helpful because we don't know which document generated that score. So, printing the index of respective document along with the cosine similarity would be really useful. #####
The text was updated successfully, but these errors were encountered: