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:
meanr_0.1-6.tar.gz
meanr_0.1-6.zip(r-4.7)meanr_0.1-6.zip(r-4.6)meanr_0.1-6.zip(r-4.5)
meanr_0.1-6.tgz(r-4.6-x86_64)meanr_0.1-6.tgz(r-4.6-arm64)meanr_0.1-6.tgz(r-4.5-x86_64)meanr_0.1-6.tgz(r-4.5-arm64)
meanr_0.1-6.tar.gz(r-4.7-arm64)meanr_0.1-6.tar.gz(r-4.7-x86_64)meanr_0.1-6.tar.gz(r-4.6-arm64)meanr_0.1-6.tar.gz(r-4.6-x86_64)
meanr_0.1-6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
meanr/json (API)
| # Install 'meanr' in R: |
| install.packages('meanr', repos = c('https://wrathematics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/wrathematics/meanr/issues
Last updated from:b6d1dc2638. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 101 | ||
| linux-devel-x86_64 | OK | 99 | ||
| source / vignettes | OK | 142 | ||
| linux-release-arm64 | OK | 103 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 139 | ||
| macos-release-x86_64 | OK | 188 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| macos-oldrel-x86_64 | OK | 154 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 76 |
Exports:meanr.nthreadsscore
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| meanr: Sentiment Analysis Scorer | meanr-package |
| meanr.nthreads | meanr.nthreads |
| score | score |
