├── Analyse ├── keyWordsGeneration │ ├── Date.py │ ├── curveFit.py │ ├── drawPicLab.py │ ├── drawRadarMap.py │ ├── getCOVKeywords.py │ ├── getMachineLearningRes.py │ ├── hotAndCOV.py │ ├── redme.md │ └── wordFromJSTV.py └── sentimentDictionary │ ├── emotionWord_count.py │ ├── polarSocre.py │ ├── redme.md │ └── snownlp-01.py ├── Data ├── README.md ├── 四阶段新浪新闻标题_title_肺炎 │ ├── README.md │ ├── stage1News2019_sina.csv │ ├── stage1News2019_sina_title.csv │ ├── stage1News2020_sina.csv │ ├── stage1News2020_sina_title.csv │ ├── stage2News_sina_title.csv │ ├── stage3News_sina_title.csv │ └── stage4News_sina_title.csv └── 相关内容在NJUBOX上.md ├── README.md ├── Report ├── README.md ├── 数据获取.md └── 研究背景.md └── Spyder ├── Weibo.py ├── jstvSpyder.py ├── newsSpyder-.py ├── newsSpyder.py └── tryloadjson.py /Analyse/keyWordsGeneration/Date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/Date.py -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/curveFit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/curveFit.py -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/drawPicLab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/drawPicLab.py -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/drawRadarMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/drawRadarMap.py -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/getCOVKeywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/getCOVKeywords.py -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/getMachineLearningRes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/getMachineLearningRes.py -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/hotAndCOV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/hotAndCOV.py -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/redme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Analyse/keyWordsGeneration/wordFromJSTV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/keyWordsGeneration/wordFromJSTV.py -------------------------------------------------------------------------------- /Analyse/sentimentDictionary/emotionWord_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/sentimentDictionary/emotionWord_count.py -------------------------------------------------------------------------------- /Analyse/sentimentDictionary/polarSocre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/sentimentDictionary/polarSocre.py -------------------------------------------------------------------------------- /Analyse/sentimentDictionary/redme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Analyse/sentimentDictionary/snownlp-01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Analyse/sentimentDictionary/snownlp-01.py -------------------------------------------------------------------------------- /Data/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/stage1News2019_sina.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Data/四阶段新浪新闻标题_title_肺炎/stage1News2019_sina.csv -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/stage1News2019_sina_title.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Data/四阶段新浪新闻标题_title_肺炎/stage1News2019_sina_title.csv -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/stage1News2020_sina.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Data/四阶段新浪新闻标题_title_肺炎/stage1News2020_sina.csv -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/stage1News2020_sina_title.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Data/四阶段新浪新闻标题_title_肺炎/stage1News2020_sina_title.csv -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/stage2News_sina_title.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Data/四阶段新浪新闻标题_title_肺炎/stage2News_sina_title.csv -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/stage3News_sina_title.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Data/四阶段新浪新闻标题_title_肺炎/stage3News_sina_title.csv -------------------------------------------------------------------------------- /Data/四阶段新浪新闻标题_title_肺炎/stage4News_sina_title.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Data/四阶段新浪新闻标题_title_肺炎/stage4News_sina_title.csv -------------------------------------------------------------------------------- /Data/相关内容在NJUBOX上.md: -------------------------------------------------------------------------------- 1 | https://box.nju.edu.cn/f/d76288f81d8d4aaaa516/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/README.md -------------------------------------------------------------------------------- /Report/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Report/数据获取.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Report/数据获取.md -------------------------------------------------------------------------------- /Report/研究背景.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Report/研究背景.md -------------------------------------------------------------------------------- /Spyder/Weibo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Spyder/Weibo.py -------------------------------------------------------------------------------- /Spyder/jstvSpyder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Spyder/jstvSpyder.py -------------------------------------------------------------------------------- /Spyder/newsSpyder-.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Spyder/newsSpyder-.py -------------------------------------------------------------------------------- /Spyder/newsSpyder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Spyder/newsSpyder.py -------------------------------------------------------------------------------- /Spyder/tryloadjson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ironstarboy/emotionAnalysis/HEAD/Spyder/tryloadjson.py --------------------------------------------------------------------------------