2024 (1) 썸네일형 리스트형 2024 COLAB 코랩 워드클라우드 한글 깨짐 쉬운 해결법 !apt-get install fonts-nanum*!apt-get install fontconfig!pip install WordCloud!pip install konlpy!pip install wordcloud matplotlib PILfrom wordcloud import WordCloudimport matplotlib.pyplot as pltfrom PIL import Imageimport numpy as np word_freq = Counter(text.split(",")) wordcloud = WordCloud(width=800, height=400, background_color='white', font_path='/content/NanumBarunGothic.ttf').gener.. 이전 1 다음