from konlpy.tag import Okt okt=Okt() okt.morphs(text) # 형태소 분석 okt.pos(text)) # 형태소 분석 (품사 return) , ex) ('바람','nouns') okt.nouns(text)) # 명사 추출