Search for movies based on input words by using TF-IDF and Cosine Similarity on the movie summaries
wi,j = weight assigned to term i in document j
tfi,j = number of occurrence of term i in document j
N = number of documents in entire collection
ni = number of documents with term i
wi,j = tfi,j log( N / ni )