meanr (Q45072): Difference between revisions

From MaRDI portal
RedirectionBot (talk | contribs)
Changed an Item
Swh import (talk | contribs)
SWHID from Software Heritage
 
(11 intermediate revisions by 5 users not shown)
Property / last update
25 October 2022
Timestamp+2022-10-25T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 25 October 2022 / rank
Normal rank
 
Property / author
 
Property / author: Drew Schmidt / rank
Normal rank
 
Property / copyright license
 
Property / copyright license: 2-clause BSD License / rank
Normal rank
 
Property / copyright license
 
Property / copyright license: File License / rank
Normal rank
 
Property / copyright license: File License / qualifier
 
Property / cites work
 
Property / cites work: Mining and summarizing customer reviews / rank
Normal rank
 
Property / depends on software
 
Property / depends on software: R / rank
Normal rank
 
Property / software version identifier
 
0.1-0
Property / software version identifier: 0.1-0 / rank
 
Normal rank
Property / software version identifier: 0.1-0 / qualifier
 
publication date: 7 June 2017
Timestamp+2017-06-07T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.1-1
Property / software version identifier: 0.1-1 / rank
 
Normal rank
Property / software version identifier: 0.1-1 / qualifier
 
publication date: 26 October 2017
Timestamp+2017-10-26T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.1-2
Property / software version identifier: 0.1-2 / rank
 
Normal rank
Property / software version identifier: 0.1-2 / qualifier
 
publication date: 19 July 2019
Timestamp+2019-07-19T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.1-3
Property / software version identifier: 0.1-3 / rank
 
Normal rank
Property / software version identifier: 0.1-3 / qualifier
 
publication date: 16 September 2021
Timestamp+2021-09-16T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.1-4
Property / software version identifier: 0.1-4 / rank
 
Normal rank
Property / software version identifier: 0.1-4 / qualifier
 
publication date: 6 March 2022
Timestamp+2022-03-06T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
0.1-6
Property / software version identifier: 0.1-6 / rank
 
Normal rank
Property / software version identifier: 0.1-6 / qualifier
 
publication date: 10 December 2023
Timestamp+2023-12-10T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
10 December 2023
Timestamp+2023-12-10T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update: 10 December 2023 / rank
 
Normal rank
Property / description
 
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'.
Property / description: 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'. / rank
 
Normal rank
Property / author
 
Property / author: Drew Schmidt / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: 2-clause BSD License / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: File License / rank
 
Normal rank
Property / copyright license: File License / qualifier
 
Property / cites work
 
Property / cites work: Mining and summarizing customer reviews / rank
 
Normal rank
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI software profile / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: R / rank
 
Normal rank
Property / depends on software: R / qualifier
 
Property / source code repository
 
Property / source code repository: https://github.com/cran/meanr / rank
 
Normal rank
Property / Software Heritage ID
 
Property / Software Heritage ID: swh:1:snp:59579ca5c12df29786bb1add11d3f2900125c1c2 / rank
 
Normal rank
Property / Software Heritage ID: swh:1:snp:59579ca5c12df29786bb1add11d3f2900125c1c2 / qualifier
 
Property / Software Heritage ID: swh:1:snp:59579ca5c12df29786bb1add11d3f2900125c1c2 / qualifier
 
point in time: 20 December 2023
Timestamp+2023-12-20T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
links / mardi / namelinks / mardi / name
 

Latest revision as of 23:50, 21 March 2024

Sentiment Analysis Scorer
Language Label Description Also known as
English
meanr
Sentiment Analysis Scorer

    Statements

    0 references
    0.1-5
    25 October 2022
    0 references
    0.1-0
    7 June 2017
    0 references
    0.1-1
    26 October 2017
    0 references
    0.1-2
    19 July 2019
    0 references
    0.1-3
    16 September 2021
    0 references
    0.1-4
    6 March 2022
    0 references
    0.1-6
    10 December 2023
    0 references
    0 references
    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
    0 references

    Identifiers