Is that part of a code? I don't understand really. What does this = sign mean? Thank you for your help!=head3 getWordOrientation =head4 Description Calculate the sentiment values for the given word using local copy of +Sentiwordnet. We search for sentiment values of most frequently used +adjective form of the given word and then the most frequently used ad +verb form of the given word. =head4 Inputs =over 12 =item Word for which we need to find out the sentiment. =item Reference to array of Lemmas from Sentiwordnet. =item Hash of Positive values from Sentiwordnet. =item Hash of Negative values from sentiwordnet. =back =head4 Outputs =over 12 =item Positive score for the word. =item Negative score for the word. =item Neutral score for the word. =item -1 -1 -1 if word is not found in Sentiwordnet. =back =cut
In reply to Understanding SentiWordNet Perl Code by clothespeg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |