This is a project related to Chinese News Sentiment Analysis and uses the traditional Machine Learning Method: Naive Bayes.
numpy / pandas / jieba / matplotlib
run preProcess.py
to preprocess raw dataset and get the clean data.
run wordCut.py
to cut the news sentences and get the Chinese Word Segmentation.
run train.py
to train the machine learning model.