├── LICENSE ├── README.md ├── assets ├── 1563592686501.png ├── Model-Iteration-2.png ├── S2AP-Demo.gif ├── Senti-weibo-UML-En.png ├── image-20200114122948639.png └── 爬虫框架-En.png ├── corpus-and-dictionary ├── README.md ├── assets │ └── image-20200111155445500.png ├── coae2014.zip ├── jieba_expanded_dict.txt ├── ntusd-negative.txt ├── ntusd-positive.txt ├── senti_test.csv ├── sentiemnt-emojis.csv ├── special_chars.csv ├── weibo_stopwords1_regex.csv └── weibo_stopwords2_regex.csv ├── scripts ├── FoolNLTK.txt ├── HanLP.txt ├── SnowNLP.txt ├── THULAC.txt ├── jieba.txt ├── pkuseg.txt ├── segmentation_tools_compare.py └── training_and_test.py ├── summary └── memory-optimization.md └── website-snapshot ├── README.md ├── S2AP (2020-01-14 12_36_47).html ├── Senti-weibo (2019-12-07_16_20_14).html └── how-to.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/README.md -------------------------------------------------------------------------------- /assets/1563592686501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/assets/1563592686501.png -------------------------------------------------------------------------------- /assets/Model-Iteration-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/assets/Model-Iteration-2.png -------------------------------------------------------------------------------- /assets/S2AP-Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/assets/S2AP-Demo.gif -------------------------------------------------------------------------------- /assets/Senti-weibo-UML-En.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/assets/Senti-weibo-UML-En.png -------------------------------------------------------------------------------- /assets/image-20200114122948639.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/assets/image-20200114122948639.png -------------------------------------------------------------------------------- /assets/爬虫框架-En.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/assets/爬虫框架-En.png -------------------------------------------------------------------------------- /corpus-and-dictionary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/README.md -------------------------------------------------------------------------------- /corpus-and-dictionary/assets/image-20200111155445500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/assets/image-20200111155445500.png -------------------------------------------------------------------------------- /corpus-and-dictionary/coae2014.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/coae2014.zip -------------------------------------------------------------------------------- /corpus-and-dictionary/jieba_expanded_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/jieba_expanded_dict.txt -------------------------------------------------------------------------------- /corpus-and-dictionary/ntusd-negative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/ntusd-negative.txt -------------------------------------------------------------------------------- /corpus-and-dictionary/ntusd-positive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/ntusd-positive.txt -------------------------------------------------------------------------------- /corpus-and-dictionary/senti_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/senti_test.csv -------------------------------------------------------------------------------- /corpus-and-dictionary/sentiemnt-emojis.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/sentiemnt-emojis.csv -------------------------------------------------------------------------------- /corpus-and-dictionary/special_chars.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/special_chars.csv -------------------------------------------------------------------------------- /corpus-and-dictionary/weibo_stopwords1_regex.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/weibo_stopwords1_regex.csv -------------------------------------------------------------------------------- /corpus-and-dictionary/weibo_stopwords2_regex.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/corpus-and-dictionary/weibo_stopwords2_regex.csv -------------------------------------------------------------------------------- /scripts/FoolNLTK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/FoolNLTK.txt -------------------------------------------------------------------------------- /scripts/HanLP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/HanLP.txt -------------------------------------------------------------------------------- /scripts/SnowNLP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/SnowNLP.txt -------------------------------------------------------------------------------- /scripts/THULAC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/THULAC.txt -------------------------------------------------------------------------------- /scripts/jieba.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/jieba.txt -------------------------------------------------------------------------------- /scripts/pkuseg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/pkuseg.txt -------------------------------------------------------------------------------- /scripts/segmentation_tools_compare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/segmentation_tools_compare.py -------------------------------------------------------------------------------- /scripts/training_and_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/scripts/training_and_test.py -------------------------------------------------------------------------------- /summary/memory-optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/summary/memory-optimization.md -------------------------------------------------------------------------------- /website-snapshot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/website-snapshot/README.md -------------------------------------------------------------------------------- /website-snapshot/S2AP (2020-01-14 12_36_47).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/website-snapshot/S2AP (2020-01-14 12_36_47).html -------------------------------------------------------------------------------- /website-snapshot/Senti-weibo (2019-12-07_16_20_14).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/website-snapshot/Senti-weibo (2019-12-07_16_20_14).html -------------------------------------------------------------------------------- /website-snapshot/how-to.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wansho/senti-weibo/HEAD/website-snapshot/how-to.gif --------------------------------------------------------------------------------