I am working on a project of Sentiment analysis that uses SentiwordNet3 lexicon. The problem is, I am unable to understand the structure of lexicon. One line of this Lexicon is:
a 00002730 0 0 acroscopic#1 facing or on the side toward the apex
1. a=? Purpose of a?
2. POS-ID=00002730. What is the purpose of POS-ID?
3. SynsetTerms Gloss = acroscopic#1 facing or on the side toward the apex
- What is
acroscopic? Is it word that we want the score of? - What is
#1? Purpose? - Why is the sentence after
#1?facing or on the side toward the apex.
As far as the accessing of score is concerned, we accessed it as
`list(SWN.senti_synsets(Tagged[i][0],'a')`
a is Adjective whereas v,r and n are also in the lexicon.
The corpus has a header containing the definition of the columns:
POS ID PosScore NegScore SynsetTerms Gloss