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
- hadoop2
- 주식분석
- codingthematrix
- C언어
- python
- effective python
- RNN
- tensorflow
- 하둡2
- Java
- LSTM
- 텐서플로
- Sort
- NumPy
- C
- hive
- 선형대수
- 하이브
- GRU
- 그래프이론
- 파이썬
- 알고리즘
- graph
- HelloWorld
- 딥러닝
- 코딩더매트릭스
- collections
- yarn
- scrapy
- recursion
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