- 8k report를 바탕으로 sentiment를 분석하고자 한다.
- unigram을 통해 term vector를 얻고 이 vector를 주식 예측 모델에 사용하고자 함
- term을 바탕으로 sentiment (domain: finance) dictionary를 만들기
- python 2.7+
- lee2014: http://nlp.stanford.edu/pubs/stock-event.html
cp settings.py.sample settings.py
parsing.py: Createsstock.txtpreprocessing_for_response.py: Createsstock_{X,y}.txtmodeling.py: Class prediction
or
make run