Tweet emotion: real-time Tweet analysis with PubNub Data Stream
- Nom page
- Tweet emotion: real-time Tweet analysis with PubNub Data Stream
- URL
- https://blog.x.com/developer/en_us/a/2014/tweet-emotion-real-time-tweet-analysis-with-pubnub-data-stream
- Date de publication
- 2014-12-05
- Date de consultation
- 2024-11-07
- Mots-clés
- Emotion
- Verbatims affectifs
-
"The demo above displays a simple Twitter data analysis of how people in U.S. are feeling based on how they’re Tweeting at any given moment. The demo looks for certain words and emoticons in the incoming Twitter stream that indicate a person’s mood, and then maps it by state.
First, check out this Twitter emotion stream app first. Then continue reading the article and view the entire source code on Github."
"Check if emotional words are used in the tweet if (positiveWords.some(function(v) { return data.text.toLowerCase().indexOf(v) > 0; })) { displayData(data, positive); } else if ... }" - Thème général (contenu, image, etc.)
-
Analyse des sentiments
Tweet - Recommandations et bonnes pratiques
-
"Prerequisites
In this tutorial, you will learn how to create a cartographic visualization with real-time data by:
1.Using TopoJSON to display a U.S. state map using d3.js
2.Using PubNub JavaScript API to consume Twitter stream
3.Colorizing the map by moods"
"If you’re trying to build awesome web applications by processing Twitter streaming data, wouldn’t it be great if you could skip the complicated process of long polling and just write front-end code with JavaScript? The @PubNub real-time public Twitter stream makes that possible for you." - Effets attendus de ces recommandations ou objectifs qu’elles permettent d’atteindre
- Encouager la création de visualisation de données
- Type d'utilisation de l'émotion (Prescription/autodéfinition)
- Autodéfinition
- Thèmes
- Créer un lien avec son audience
- Catégorie
- Utiliser les émotions comme données de recherche
- Images
- 14.How is America feeling
- Cas/exemples/illustrations
- Null
- Contraintes
- Null
- Interdictions
- Null
- Sanctions
- Null
Fait partie de Tweet emotion: real-time Tweet analysis with PubNub Data Stream