Package: meanr 0.1-6

meanr: Sentiment Analysis Scorer

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'.

Authors:Drew Schmidt [aut, cre]

meanr_0.1-6.tar.gz
meanr_0.1-6.zip(r-4.5)meanr_0.1-6.zip(r-4.4)meanr_0.1-6.zip(r-4.3)
meanr_0.1-6.tgz(r-4.4-x86_64)meanr_0.1-6.tgz(r-4.4-arm64)meanr_0.1-6.tgz(r-4.3-x86_64)meanr_0.1-6.tgz(r-4.3-arm64)
meanr_0.1-6.tar.gz(r-4.5-noble)meanr_0.1-6.tar.gz(r-4.4-noble)
meanr_0.1-6.tgz(r-4.4-emscripten)meanr_0.1-6.tgz(r-4.3-emscripten)
meanr.pdf |meanr.html
meanr/json (API)

# Install 'meanr' in R:
install.packages('meanr', repos = c('https://wrathematics.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/wrathematics/meanr/issues

Uses libs:
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

2 exports 22 stars 2.21 score 0 dependencies 8 scripts 588 downloads

Last updated 9 months agofrom:b6d1dc2638. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 05 2024
R-4.5-win-x86_64OKSep 05 2024
R-4.5-linux-x86_64OKSep 05 2024
R-4.4-win-x86_64OKSep 05 2024
R-4.4-mac-x86_64OKSep 05 2024
R-4.4-mac-aarch64OKSep 05 2024
R-4.3-win-x86_64OKSep 05 2024
R-4.3-mac-x86_64OKSep 05 2024
R-4.3-mac-aarch64OKSep 05 2024

Exports:meanr.nthreadsscore

Dependencies: