Scraping website → Morphological analysis → WordCloudMake a picture that consist of website's words.Using MeCab which is Japanese Morphological analysis engine. SetupInstall MeCab with brew$ brew install mecab-ipadicInstall MeCab for python$ pip install mecab-python3Usage$ python app.py 'WEBSITE_URL'