alexeygrigorev/build-your-own-search-engine

Vectorizer issue typo and suggestions

irasalsabila opened this issue · 1 comments

image

For those who get variables error for 'docs_example', please rename the documents into 'docs_example'.

And please add from sklearn.decomposition import NMF for the NMF part
and from sklearn.metrics.pairwise import cosine_similarity for the cosine_similarity

Can you please create a PR?