Package: transforEmotion
Title: Sentiment Analysis for Text and Qualitative Data
Version: 0.0.1
Date: 2022-02-27
Authors@R: c(person("Alexander", "Christensen", email = "alexpaulchristensen@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9798-7037")),
	     person("Hudson", "Golino", email = "hfg9s@virginia.edu", role = "aut", comment = c(ORCID = "0000-0002-1601-1447")))
Maintainer: Alexander Christensen <alexpaulchristensen@gmail.com>
Description: Implements sentiment analysis using Facebook's BART Large zero-shot classification model <https://huggingface.co/facebook/bart-large-mnli> trained on the Multi-Genre Natural Language Inference dataset <https://huggingface.co/datasets/multi_nli>. Using similar models, zero-shot classification transformers have demonstrated superior performance relative to other natural language processing models <arXiv:1909.00161>.
Depends: R (>= 3.5.0)
License: GPL (>= 3.0)
Encoding: UTF-8
Imports: reticulate, pbapply
Suggests: markdown, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-02-28 11:10:31 UTC; apchr
Author: Alexander Christensen [aut, cre]
    (<https://orcid.org/0000-0002-9798-7037>),
  Hudson Golino [aut] (<https://orcid.org/0000-0002-1601-1447>)
Repository: CRAN
Date/Publication: 2022-03-01 21:10:02 UTC
