[solved] – Question 72085
Simple Text Mining Application
Input: a set of documents
Your program will read a set of documents (Word or pdf or text files) from a folder
1- tf_list.csv: Most frequent 50 words in the input set of documents,
2- tf_wordCloud.pdf: Word cloud of the these words
3- tfidf_list.csv: Most frequent 50 words in the input set of documents, sorted descending by their term frequency*inverse document frequency (tf-idf) coupled with their tf-idf values (comma seperated file, example: document;2.8)
Expert Answer
OR

