Please use the NLTK Downloader to obtain the resource

    [python] Please use the NLTK Downloader to obtain the resource

    [python] Please use the NLTK Downloader to obtain the resource

    nltk 를 import 해서 사용하는데 다음과 같은 에러가 나오면서 nltk 사용이 되지 않았다. 아래 명령어로 nltk 패키지를 사용하면된다. import nltk nltk.download() 위의 명령어를 사용하면 아래 이미지처럼 옵션을 선택하기 위해 입력을 계속해줘야하는데 나의 경우 입력을 하지 않게하기위해 모든 패키지를 설치해 주었다. python -m nltk.downloader all