This is a system to analyze the latent influence of hot financial topics extracted from plentiful news on stock market based on Python3.
./analysis analysis module including emotion analysis and keywords extraction.
./cluster cluster modult to cluster news by single-pass algorithsm.
./dao interaction with database.
./file some dictionaries.
./model object.
./mongo module to enable mongodb.
./server tornado web server.
./spider web crawlers to fetch financial news data.
./util some utils used in the project.
pip install -r requirements.txt