Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 486 Bytes

File metadata and controls

17 lines (15 loc) · 486 Bytes

Wordcloud

// // // @author Harish Prasanna // http://www.facebook.com/harishperfect // //

My implementation of a linked wordcloud using python and PHP

Problem Description: -> read test.txt and noise.txt. -> remove words contained in test using noise (filtering the noise words from test). -> Calculate range and unique words. -> Depending on frequency generate a wordcloud by writing it to HTML. -> Make the words linked, ie when clicked shows the lines where it appears.