├── README.md ├── dict ├── insufficiently.txt ├── inverse.txt ├── ish.txt ├── jieba_sentiment.txt ├── more.txt ├── most.txt ├── negative.txt ├── not.txt ├── over.txt ├── ponctuation_sentiment.txt ├── positive.txt └── very.txt ├── hyperparameters.py ├── networks.py ├── preidict.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/README.md -------------------------------------------------------------------------------- /dict/insufficiently.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/insufficiently.txt -------------------------------------------------------------------------------- /dict/inverse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/inverse.txt -------------------------------------------------------------------------------- /dict/ish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/ish.txt -------------------------------------------------------------------------------- /dict/jieba_sentiment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/jieba_sentiment.txt -------------------------------------------------------------------------------- /dict/more.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/more.txt -------------------------------------------------------------------------------- /dict/most.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/most.txt -------------------------------------------------------------------------------- /dict/negative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/negative.txt -------------------------------------------------------------------------------- /dict/not.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/not.txt -------------------------------------------------------------------------------- /dict/over.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/over.txt -------------------------------------------------------------------------------- /dict/ponctuation_sentiment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/ponctuation_sentiment.txt -------------------------------------------------------------------------------- /dict/positive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/positive.txt -------------------------------------------------------------------------------- /dict/very.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/dict/very.txt -------------------------------------------------------------------------------- /hyperparameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/hyperparameters.py -------------------------------------------------------------------------------- /networks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/networks.py -------------------------------------------------------------------------------- /preidict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/preidict.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellonlp/sentiment_analysis_dict/HEAD/utils.py --------------------------------------------------------------------------------