<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>A Fast and Flexible Pipeline for Text Classification</dc:title>
  <dc:title>R package quickSentiment version 0.3.5</dc:title>
  <dc: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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Imports: doParallel, foreach, glmnet, magrittr, Matrix, methods,
naivebayes, quanteda, ranger, stopwords, stringr, textstem,
xgboost</dc:relation>
  <dc:relation>Suggests: knitr, rmarkdown, spelling</dc:relation>
  <dc:creator>Alabhya Dahal &lt;alabhya.dahal@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Alabhya Dahal [aut, cre]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=quickSentiment/LICENSE)</dc:rights>
  <dc:date>2026-07-13</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=quickSentiment</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.quickSentiment</dc:identifier>
  <dc:language>en-US</dc:language>
</oai_dc:dc>
