Q&A
HOME > 고객지원 > Q&A

워드프레스 홈페이지 무료 추가 제작방법 (클라우드웨이즈 하위도메인 활용)

페이지 정보

작성자 Deva 작성일24-11-12 09:22 조회1회 댓글0건

본문

파이썬을 워드클라우드 활용하여 김제/고흥스마트팜혁신밸리에 대한 네이버 뉴스기사 제목을 워드클라우드로 표현해 워드클라우드 보았다. 검색기간은 2018년부터 2024년으로 하였다. (제목 기사로만 추출하였기 워드클라우드 때문에 다소 상이한 내용이 나타날 수도 있음)-------------------------------------------------------------------------------------------------------------​다음음 파이썬 워드클라우드 코드입니다.​import requestsfrom bs4 import BeautifulSoupfrom wordcloud import WordCloudimport 워드클라우드 matplotlib.pyplot as plt​def get_news_titles(keyword, start_year, end_year, page):titles =[]for 워드클라우드 i in range(1, page+1):response =requests.get(url)soup 𽯪utifulSoup(response.text, 'html.parser')news_titles =soup.select('.news_tit')for 워드클라우드 title in news_titles:titles.append(title.text)return titles​def generate_wordcloud(text):wordcloud =WordCloud(font_path='NanumGothic.ttf',background_color='white',width=800,height=600).generate(text)plt.figure(figsize=(10, 8))plt.imshow(wordcloud, interpolation='bilinear')plt.axis('off')plt.show()​if 워드클라우드 __name__ =='__main__':keyword ='고흥스마트팜혁신밸리'start_year nd_year page news_titles =get_news_titles(keyword, start_year, 워드클라우드 end_year, page)news_text =''.join(news_titles)generate_wordcloud(news_text)

댓글목록

등록된 댓글이 없습니다.

상호명 유 림 IND | 대표자 한재수 | 사업자등록번호 113-23-90355 | 본사 : 서울 구로구 경인로53길15 라-2123(구로동,중앙유통단지) | TEL 02-2611-5412 | FAX 02-2611-5413
공장 : ADD 경상남도 함양군 함양읍 이은농공길 46 | TEL 055-963-8424 | FAX 055-963-8426/02-2611-5413
E-mail 115pump@naver.com | Copyrightsⓒ2016 유림 All rights reserved.