Opinion Mining: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
''Sentiment analysis (also known as opinion mining) refers to the use of natural language processing, text analysis and computational linguistics to identify and extract subjective information in source materials.'' from http://en.wikipedia.org/wiki/Sentiment_analysis |
''Sentiment analysis (also known as opinion mining) refers to the use of natural language processing, text analysis and computational linguistics to identify and extract subjective information in source materials.'' from http://en.wikipedia.org/wiki/Sentiment_analysis |
||
* Batch opinion mining |
|||
* Realtime opinion mining : Stream processing of RSS feeds, Facebook posts, Twitter tweets ([[Event Stream Processing]]) |
|||
=API= |
|||
==[[Node.js]]== |
|||
* https://github.com/thisandagain/sentiment/blob/master/README.md (utilisé par [[Node-RED]]. |
|||
| Line 16: | Line 23: | ||
* [[Node-RED]] sentiment component |
* [[Node-RED]] sentiment component |
||
* [[Analyse d’opinion « temps réel » à partir de Twitter]] |
* [[Analyse d’opinion « temps réel » à partir de Twitter]] |
||
{| |
|||
|- |
|||
!scope="row"| |
|||
| [[Image:Ricm5-s10-projet-twitter-screenshot1.png|200px]] |
|||
| [[Image:Ricm5-s10-projet-twitter-screenshot2.png|200px]] |
|||
|- |
|||
!scope="row"| |
|||
| [[Image:Ricm5-s10-projet-twitter-screenshot3.png|200px]] |
|||
| [[Image:Ricm5-s10-projet-twitter-screenshot4.png|200px]] |
|||
|} |
|||
Latest revision as of 11:01, 6 November 2014
Sentiment analysis (also known as opinion mining) refers to the use of natural language processing, text analysis and computational linguistics to identify and extract subjective information in source materials. from http://en.wikipedia.org/wiki/Sentiment_analysis
- Batch opinion mining
- Realtime opinion mining : Stream processing of RSS feeds, Facebook posts, Twitter tweets (Event Stream Processing)
API
Node.js
Exemples
- http://www.socialmention.com/search?q=fablab&t=all&btnG=Search
- http://www.csc.ncsu.edu/faculty/healey/tweet_viz/tweet_app/
Livres
- Dominique Boullier et Audrey Lohard, Opinion mining et Sentiment analysis, Méthodes et outils, http://books.openedition.org/oep/198?lang=fr
Projets @ AIR
- Node-RED sentiment component
- Analyse d’opinion « temps réel » à partir de Twitter
|