Package: tardis
Type: Package
Title: Text Analysis with Rules and Dictionaries for Inferring
        Sentiment
Version: 0.1.2
Authors@R: person(given = "Christopher", 
    family = "Belanger", 
    email = "christopher.a.belanger@gmail.com",
    role = c("aut", "cre", "cph"), 
    comment = c(ORCID = "0000-0003-2070-5721"))
Description: Measure text's sentiment with dictionaries and simple rules covering
    negations and modifiers. User-supplied dictionaries are supported, including
    Unicode emojis and multi-word tokens, so this package can also be used to
    study constructs beyond sentiment.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports: dplyr, magrittr, purrr, stringi, stringr, tidyr
Depends: R (>= 2.10)
URL: https://github.com/chris31415926535/tardis
BugReports: https://github.com/chris31415926535/tardis/issues
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo: cpp11
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2022-09-27 14:13:01 UTC; christopher
Author: Christopher Belanger [aut, cre, cph]
    (<https://orcid.org/0000-0003-2070-5721>)
Maintainer: Christopher Belanger <christopher.a.belanger@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-29 08:40:02 UTC
