Closed mrmrn closed 6 years ago
I`m wondering how must I use the code for printing similar articles? in document_similarity.py I used this:
a=np.array('AL GORE ON AVERTING CLIMATE CRISIS'.split) print(get_similar_articles(a))
and it dose not work properly. How can I fins similar topics to AL GORE ON AVERTING CLIMATE CRISIS title?
AL GORE ON AVERTING CLIMATE CRISIS
I`m wondering how must I use the code for printing similar articles? in document_similarity.py I used this:
and it dose not work properly. How can I fins similar topics to
AL GORE ON AVERTING CLIMATE CRISIS
title?