Open mingwei-liu opened 5 years ago
I believe it's just the doc-comment that's wrong, and in fact you should supply None
if you want the unsorted report of all similarities. Do you get the desired result if you supply None
?
Yes, it work when the topN=None
Problem description
parameter topN=False is not working in similar_by_vector. I got empty list when set topN=False.
Steps/code/corpus to reproduce
Problem
code in similar_by_vector just call most_similar.
most_similar returns [] when TopN=False
Versions