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
20250611_なんでもCopilot1年続いたぞ~
ponponmikankan
0
170
みんなのコードD&I推進レポート2025 テクノロジー分野のジェンダーギャップとその取り組みについて
codeforeveryone
0
210
Online Privacy
takahitosakamoto
0
110
Common STIs in London: Symptoms, Risks & Prevention
medicaldental
0
140
社外コミュニティの歩き方
masakiokuda
2
190
人になにかを教えるときに考えていること(2025-05版 / VRC-LT #18)
sksat
5
1.2k
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019538FNR)
signer
PRO
1
2.1k
2025年度春学期 統計学 第12回 分布の平均を推測する ー 区間推定 (2025. 6. 26)
akiraasano
PRO
0
160
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
530
小学校女性教員向け プログラミング教育研修プログラム「SteP」の実践と課題
codeforeveryone
0
110
データで見る赤ちゃんの成長
syuchimu
0
270
Padlet opetuksessa
matleenalaakso
4
14k
Featured
See All Featured
Practical Orchestrator
shlominoach
190
11k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Rails Girls Zürich Keynote
gr2m
95
14k
GraphQLとの向き合い方2022年版
quramy
49
14k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
YesSQL, Process and Tooling at Scale
rocio
173
14k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Balancing Empowerment & Direction
lara
3
620
A designer walks into a library…
pauljervisheath
207
24k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
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!