| Natural Language Proecssing - Eine Einführung (Stefan Bosse) [2.2021] |
[1] A. Hotho, A. Nurnberger¨, and G. Paaß, “A Brief Survey of Text Mining,” 2005. PDF
|
▸
|
✗
≡
|
DATA: Variable State.dataNews Type: { IDLink : number, Title : string, Headline : string, Source : string, Topic : string, PublishDate : string, SentimentTitle : number, SentimentHeadline : number, Facebook : number, GooglePlus : number, LinkedIn : number } [5000]
# README
#################################################################
# #
# Multi-Source Social Feedback of Online News Feeds #
# Nuno Moniz and Luís Torgo #
# #
# The data set is made available under a CC-BY license #
# #
#################################################################
##################
# REFERENCE
#
# Nuno Moniz and Luís Torgo (2018), “Multi-Source Social Feedback of Online News Feeds”,
# CoRR, abs/1801.07055
#
# @Article{Moniz2018,
# title = {Multi-Source Social Feedback of Online News Feeds},
# author = {Nuno Moniz and Lu\’is Torgo},
# year = {2018},
# ee = {https://arxiv.org/abs/1801.07055},
# volume = {abs/1801.07055},
# journal = {CoRR},
# }
#
##################
##################
#
# VARIABLES OF NEWS DATA
#
# IDLink (numeric): Unique identifier of news items
# Title (string): Title of the news item according to the official media sources
# Headline (string): Headline of the news item according to the official media sources
# Source (string): Original news outlet that published the news item
# Topic (string): Query topic used to obtain the items in the official media sources
# PublishDate (timestamp): Date and time of the news items' publication
# SentimentTitle (numeric): Sentiment score of the text in the news items' title
# SentimentHeadline (numeric): Sentiment score of the text in the news items' headline
# Facebook (numeric): Final value of the news items' popularity according to the social media source Facebook
# GooglePlus (numeric): Final value of the news items' popularity according to the social media source Google+
# LinkedIn (numeric): Final value of the news items' popularity according to the social media source LinkedIn
#
##################
##################
#
# VARIABLES OF SOCIAL FEEDBACK DATA
#
# IDLink (numeric): Unique identifier of news items
# TS1 (numeric): Level of popularity in time slice 1 (0-20 minutes upon publication)
# TS2 (numeric): Level of popularity in time slice 2 (20-40 minutes upon publication)
# TS... (numeric): Level of popularity in time slice ...
# TS144 (numeric): Final level of popularity after 2 days upon publication
#
##################
|
▸
|
✗
≡
|
|
▸
|
✗
≡
|