Forward looking work - Potato-W/Poetic_Language GitHub Wiki
Forward-looking work
At first, I do a samll experimental work with some skills maybe used in later. This work, which is originated from an accidental inspiration, randomly grabbed a song list from WangYi Music, analyzing the lyrics of all songs from the list to get hidden information. Then, to visualize the result,I make a word-cloud picture using Pypackge--wordcloud.
You can find the code and result in folder /wangyi.
skills:
- jieba is a tool for word segmentation.
- wordcloud to visualize the result.
It's first but a good attempt for me. If I want to do simple project I can finish now, because maybe it's enough; but if more challange I want, I must try more difficult thing.