├── README.md ├── SOPMI.py └── data ├── candi_neg.txt ├── candi_pos.txt ├── sentiment_words.txt └── train.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/SentimentWordExpansion/HEAD/README.md -------------------------------------------------------------------------------- /SOPMI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/SentimentWordExpansion/HEAD/SOPMI.py -------------------------------------------------------------------------------- /data/candi_neg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/SentimentWordExpansion/HEAD/data/candi_neg.txt -------------------------------------------------------------------------------- /data/candi_pos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/SentimentWordExpansion/HEAD/data/candi_pos.txt -------------------------------------------------------------------------------- /data/sentiment_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/SentimentWordExpansion/HEAD/data/sentiment_words.txt -------------------------------------------------------------------------------- /data/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liuhuanyong/SentimentWordExpansion/HEAD/data/train.txt --------------------------------------------------------------------------------