출처:https://raonlyz.tistory.com/39?category=672918 작성자:김기범,김영일,이건호,최성환 실무프로젝트 import urllib import re from collections import OrderedDict from re import findall, sub from konlpy.tag import Okt from collections import Counter import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns from wordcloud import WordCloud import matplotlib.pyplot as plt import requests f..