Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- scrapy
- 선형대수
- 주식분석
- 하이브
- 텐서플로
- recursion
- hive
- graph
- Java
- C언어
- 파이썬
- collections
- 하둡2
- hadoop2
- C
- 코딩더매트릭스
- yarn
- RNN
- LSTM
- 알고리즘
- GRU
- HelloWorld
- 그래프이론
- codingthematrix
- NumPy
- python
- tensorflow
- 딥러닝
- Sort
- effective python
Archives
- Today
- Total
목록CorpusReader (1)
EXCELSIOR
Chap03-2 : Creating Custom Corpora
1. Creating a categorized text corpus대량의 corpus로 이루어진 텍스트를 섹션을 나누어 카테고리화 하면 문서를 체계화 하거나, 분류(classification)하는데 유용하다. 다음 movie review에 대한 텍스트를 긍정(Pos)와 부정(Neg)로 카테고리화 해보자1) movie_pos.txt: the thin red line is flawed but it provokes. 2) movie_neg.txt: a big-budget and glossy production can not make up for a lack of spontaneity that permeates their tv show.CategorizedPlaintextCorpusReader 클래스를 이용하여..
NLP/NLTK
2017. 1. 9. 16:57