일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 이미지 생성
- #opencv
- findContours
- convexhull
- tokenizing
- #English
- object detection
- python 알고리즘
- #일상영어
- opencv SURF
- tensorflow update
- #실생활영어
- #Android
- Convolution Neural Network
- keras
- c언어
- 완전탐색
- python list
- #영어 명언
- python __init__
- #실생활 영어
- text2img
- 딥러닝
- #프로젝트
- 영어
- #1일1영어
- 영어명언
- TensorFlow
- #영어
- word embedding
Archives
- Today
- Total
목록LookupError (1)
When will you grow up?
raise LookupError(resource_not_found) 오류
from nltk.corpus import stopwords 모듈을 사용할때 12345from nltk.corpus import stopwords porter = PorterStemmer()stop = stopwords.works('english')cs 이런식으로 코드 사용 시 raise LookupError(resource_not_found) 오류를 가 발생하여 구글링을 해봤다.오류는 아래와 같다. 해결 방안커맨드 창에서import nltknltk.download()를 입력하면 아래 사진과 같은 창이 뜬다.(저는 anaconda Spyder를 사용한다) 현재 Cancel GUI 버튼이 download버튼일거다 설치를 하고,Corpora탭으로 이동하여 필요한 정보 만 다운로드 하여 사용하면 된다.
02. Study/Python
2017. 5. 6. 16:41