Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Sentiment Analyzer
Search
Nitesh Oswal
May 12, 2016
Education
0
38
Sentiment Analyzer
A practical approach to calculate sentimental orientation of data
Nitesh Oswal
May 12, 2016
Tweet
Share
Other Decks in Education
See All in Education
Data Physicalisation - Lecture 9 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
450
ThingLink
matleenalaakso
28
4.1k
登壇未経験者のための登壇戦略~LTは設計が9割!!!~
masakiokuda
3
540
推しのコミュニティはなんぼあってもいい / Let's join a lot of communities.
kaga
2
1.8k
第1回大学院理工学系説明会|東京科学大学(Science Tokyo)
sciencetokyo
PRO
0
3.8k
プログラミング教育する大学、ZEN大学
sifue
1
540
サンキッズゾーン 春日井駅前 ご案内
sanyohomes
0
390
Implicit and Cross-Device Interaction - Lecture 10 - Next Generation User Interfaces (4018166FNR)
signer
PRO
2
1.7k
OpenSourceSummitJapanを運営してみた話
kujiraitakahiro
0
720
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019538FNR)
signer
PRO
1
2.1k
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visualisation (4019538FNR)
signer
PRO
1
2.4k
Education-JAWS #3 ~教育現場に、AWSのチカラを~
masakiokuda
0
170
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
730
Gamification - CAS2011
davidbonilla
81
5.3k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Being A Developer After 40
akosma
90
590k
Balancing Empowerment & Direction
lara
1
420
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Scaling GitHub
holman
459
140k
Thoughts on Productivity
jonyablonski
69
4.7k
It's Worth the Effort
3n
185
28k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
52k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Transcript
A practical approach to calculate sentimental orientation of data Project
Undertaken By - Nitesh Oswal - 120240101031 Rohit Kumar - 120240101047 Priyaranjan Singh - 120240101038 Project Submitted To - Mr. Pramod Mehra, Asst. Professor, Department of CSE
Introduction What is sentimental orientation?
Sentiment Analysis How do we calculate sentimental orientation? 1. Natural
Language Processing 2. Text Analysis 3. Computation Linguistics Patterns & Information
Polarity Classification How do we do it? For classifying the
polarity of a given text input Based on grading system
Proposed Applications Feedback Analyzer Popular Status Analyzer
Core APIs 1. Collection 2. Preprocessing 3. Synthesization 1. History
Logging 2. Ngram Analysis Additional APIs Process (Do it all at once)
Collection
Preprocessing
Slang Words Special words morphed from their original to others
Stop Words Unnecessary literature..
Affinity Scores Weighted literature..
Synthesizing
The Final Math? D is the group of documents score(d)
returns the score of single document d count(d) return the number of documents in d
Process API “fork()” it! Parent (App) Child (Worker) Child (Worker)
Child (Worker) Request / Input
Application Demos!
Feedback Analyzer Demo!
Popular Status Analyser Demo!
Challenges 1. Twitter API Rate Limits 2. Storage Engine Read/Write
Speeds 3. Amount of Affinity Words + Scores
Links Code: https://github.com/NiteshOswal/SentimentAnalyzerService
Thank you!