Gunnvant / ted_talks

7 stars 4 forks source link

how to pass a title to this code? #2

Closed mrmrn closed 6 years ago

mrmrn commented 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?