Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Sentiment Analyzer

Sentiment Analyzer

A practical approach to calculate sentimental orientation of data

Nitesh Oswal

May 12, 2016
Tweet

Other Decks in Education

Transcript

  1. 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
  2. Sentiment Analysis How do we calculate sentimental orientation? 1. Natural

    Language Processing 2. Text Analysis 3. Computation Linguistics Patterns & Information
  3. Polarity Classification How do we do it? For classifying the

    polarity of a given text input Based on grading system
  4. Core APIs 1. Collection 2. Preprocessing 3. Synthesization 1. History

    Logging 2. Ngram Analysis Additional APIs Process (Do it all at once)
  5. 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
  6. Challenges 1. Twitter API Rate Limits 2. Storage Engine Read/Write

    Speeds 3. Amount of Affinity Words + Scores