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