Difference between revisions of "Sentiment Analysis"

From
Jump to: navigation, search
m
m
Line 16: Line 16:
 
* [[Watch me Build a Finance Startup]] | [[Creatives#Siraj Raval|Siraj Raval]]   
 
* [[Watch me Build a Finance Startup]] | [[Creatives#Siraj Raval|Siraj Raval]]   
  
Sentiment Analysis algorithms work by referring external resources where the positive and negative polarity of each word is considered. These external words, for which the polarity is predetermined, are known as lexicons. There are several lists of lexicons available and each one focuses on the polarity of a given word in a particular context.  [http://subscription.packtpub.com/book/big_data_and_business_intelligence/9781783989348/6/ch06lvl1sec57/a-baseline-algorithm-for-sa-using-sentiwordnet-lexicons A baseline algorithm for SA using SentiWordNet lexicons Packt]  
+
Sentiment Analysis algorithms work by referring external resources where the positive and negative polarity of each word is considered. These external words, for which the polarity is predetermined, are known as lexicons. There are several lists of lexicons available and each one focuses on the polarity of a given word in a particular [[context]].  [http://subscription.packtpub.com/book/big_data_and_business_intelligence/9781783989348/6/ch06lvl1sec57/a-baseline-algorithm-for-sa-using-sentiwordnet-lexicons A baseline algorithm for SA using SentiWordNet lexicons Packt]  
  
 
<youtube>Y2wgQjxrPD8</youtube>
 
<youtube>Y2wgQjxrPD8</youtube>

Revision as of 21:40, 17 May 2023

Youtube search... ...Google search

Sentiment Analysis algorithms work by referring external resources where the positive and negative polarity of each word is considered. These external words, for which the polarity is predetermined, are known as lexicons. There are several lists of lexicons available and each one focuses on the polarity of a given word in a particular context. A baseline algorithm for SA using SentiWordNet lexicons Packt


Baseline Algorithms

Sentiment Lexicon

- a database of lexical units for a language along with their sentiment orientations. This can be expressed as a set of tuples of the form (lexical unit, sentiment). Here, the lexical units may be words, word senses, phrases, etc.