자연어 처리 - Okt()

화이팅·2023년 3월 13일
0

machine_learning

목록 보기
12/12

Okt(open korean text)

from konlpy.tag import Okt

okt=Okt()

okt.morphs(text) # 형태소 분석
okt.pos(text)) # 형태소 분석 (품사 return) , ex) ('바람','nouns')
okt.nouns(text)) # 명사 추출
profile
하하...하.

0개의 댓글