meanr (Q45072): Difference between revisions
From MaRDI portal
Set profile property. |
Removed claim: depends on software (P342): Item:Q13519 |
||
Property / depends on software | |||
Property / depends on software: R / rank | |||
Property / depends on software: R / qualifier | |||
Revision as of 12:51, 4 March 2024
Sentiment Analysis Scorer
Language | Label | Description | Also known as |
---|---|---|---|
English | meanr |
Sentiment Analysis Scorer |
Statements
10 December 2023
0 references
Sentiment analysis is a popular technique in text mining that attempts to determine the emotional state of some text. We provide a new implementation of a common method for computing sentiment, whereby words are scored as positive or negative according to a dictionary lookup. Then the sum of those scores is returned for the document. We use the 'Hu' and 'Liu' sentiment dictionary ('Hu' and 'Liu', 2004) <doi:10.1145/1014052.1014073> for determining sentiment. The scoring function is 'vectorized' by document, and scores for multiple documents are computed in parallel via 'OpenMP'.
0 references