Select Language

AI社区

公开数据集

情绪

情绪

5956.85M
220 浏览
0 喜欢
0 次下载
0 条讨论
NLP,Classification Classification

数据结构 ? 5956.85M

    Data Structure ?

    * 以上分析是由系统提取分析形成的结果,具体实际数据为准。

    README.md

    Content Combined texts for sentiment analysis - sources are: - [Sentiment Labelled Sentences Data Set](https://www.kaggle.com/marklvl/sentiment-labelled-sentences-data-set/data) - [Primary Emotions of Statements](https://data.world/crowdflower/primary-emotions-of-statements) - [Brands and Product Emotions](https://data.world/crowdflower/brands-and-product-emotions) - [SMILE Twitter Emotion dataset](https://figshare.com/articles/smile_annotations_final_csv/3187909) - [Emotion Mining Toolkit (EMTk)](https://zenodo.org/record/2575509#.XlSdCi1L01J) - [Detecting hatred tweets](https://www.kaggle.com/arkhoshghalb/twitter-sentiment-analysis-hatred-speech) - [Sentiment140 dataset with 1.6 million tweets](https://www.kaggle.com/kazanova/sentiment140) - [Amazon Reviews for Sentiment Analysis](https://www.kaggle.com/bittlingmayer/amazonreviews) - [Sentiment Analysis in Text](https://data.world/crowdflower/sentiment-analysis-in-text) - [EmoBank](https://github.com/JULIELab/EmoBank) - [[WASSA-2017 Shared Task on Emotion Intensity](http://saifmohammad.com/WebPages/EmotionIntensity-SharedTask.html)]() - [The Valence and Arousal Facebook Posts](http://wwbp.org/downloads/public_data/dataset-fb-valence-arousal-anon.csv) - [Affect data](http://people.rc.rit.edu/~coagla/affectdata/index.html) - [IMDb](http://www.cs.cornell.edu/people/pabo/movie%2Dreview%2Ddata/) - [SST-2](https://www.kaggle.com/atulanandjha/stanford-sentiment-treebank-v2-sst2) - [SST-5](https://github.com/prrao87/fine-grained-sentiment) - [Yelp](https://www.yelp.com/dataset) Usage import pickle with open('sentiment\_data.pkl', 'rb') as f: data = pickle.load(f) test = data[data.Training\_evaluation\_split.eq('Evaluation')] train = data[data.Training\_evaluation\_split.eq('Training')] test\_x = test.text test\_y = test.Polarity train\_x = train.text train\_y = train.Polarity
    ×

    帕依提提提温馨提示

    该数据集正在整理中,为您准备了其他渠道,请您使用

    注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
    暂无相关内容。
    暂无相关内容。
    • 分享你的想法
    去分享你的想法~~

    全部内容

      欢迎交流分享
      开始分享您的观点和意见,和大家一起交流分享.
    所需积分:0 去赚积分?
    • 220浏览
    • 0下载
    • 0点赞
    • 收藏
    • 分享