[NLP] 자연어 처리/[NLP] 전처리
2021. 2. 1.
[NLP] NLTK, NLTK data 설치
NLTK : Natural Language Tool Kit 자연어 처리 및 문서 분석을 제공해주는 파이썬 라이브러리입니다. NLTK의 주요 기능은 다음과 같습니다. 말뭉치(corpus) 토큰 생성(tokenizing) 형태소 분석(morphological analysis) 품사 태깅(POS tagging) Installing NLTK — NLTK 3.5 documentation Installing NLTK NLTK requires Python versions 3.5, 3.6, 3.7, or 3.8 For Windows users, it is strongly recommended that you go through this guide to install Python 3 successfully https:/..