본문 바로가기

학원/Python-데이터분석

자연어처리

아나콘다 프롬프트 실행

conda create --name pydata python python=3.8 : 파이썬 버전 3.8로 가상환경 생성

conda activate 가상환경명 

pip install konlpy

pip install nltk

conda install -c conda-forge wordcloud

pip install jupyter notebook

환경변수 설정

KoNLPY.html
1.11MB

 

'학원 > Python-데이터분석' 카테고리의 다른 글

Pandas  (0) 2020.07.17
numpy  (0) 2020.07.16