Skip to content

quickSentiment

A Fast and Flexible Pipeline for Text Classification

v0.3.4 · Apr 16, 2026 · MIT + file LICENSE

Description

A high-level pipeline that simplifies text classification into three streamlined steps: preprocessing, model training, and standardized prediction. It unifies the interface for multiple algorithms (including 'glmnet', 'ranger', 'xgboost', and 'naivebayes') and memory-efficient sparse matrix vectorization methods (Bag-of-Words, Term Frequency, TF-IDF, and Binary). Users can go from raw text to a fully evaluated sentiment model, complete with ROC-optimized thresholds, in just a few function calls. The resulting model artifact automatically aligns the vocabulary of new datasets during the prediction phase, safely appending predicted classes and probability matrices directly to the user's original dataframe to preserve metadata.

Downloads

442

Last 30 days

8148th

1.5K

Last 90 days

1.9K

Last year

Trend: -27.3% (30d vs prior 30d)

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies doParallel foreach glmnet magrittr Matrix naivebayes quanteda ranger stopwords stringr textstem xgboost quickSentiment

Version History

updated 0.3.4 ← 0.3.3 diff Apr 17, 2026
updated 0.3.3 ← 0.3.2 diff Apr 1, 2026
updated 0.3.2 ← 0.3.1 diff Mar 20, 2026
new 0.3.1 Mar 10, 2026
updated 0.3.1 ← 0.2.0 diff Mar 1, 2026
updated 0.2.0 ← 0.1.0 diff Feb 14, 2026
new 0.1.0 Feb 5, 2026