웹사이트에 있는 내용을 워드 클라우드로 만들어보기 > 덕트 수리

본문 바로가기
사이트 내 전체검색


덕트 수리

웹사이트에 있는 내용을 워드 클라우드로 만들어보기

페이지 정보

작성자 Emily 작성일24-07-10 20:29 조회44회 댓글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)

댓글목록

등록된 댓글이 없습니다.

상단으로

[본 사] 서울시 노원구 월계1동 26-8(3층) TEL. 02-521-8852 FAX. 02-521-8851
[대구지사] 대구시 북구 산격동 1240-1 TEL. 053-957-0958 FAX. 053-521-09489
대표:이성길 사업자등록번호:214-02-78800 개인정보관리책임자:이성길

Copyright © ssungjin.co.kr. All rights reserved.