Package: sentixr
Title: Lexicons and Tools for Italian Sentiment Analysis
Version: 0.2.0
Description: Lexicons and tools to perform sentiment analysis on Italian texts. Lexicons included: Sentix 3.0, MAL, ElIta VAD and basic emotions (Plutchik's wheel of emotions). For more details about the lexicons, see Basile & Nissim (2013), "Sentiment Analysis on Italian Tweets", <https://aclanthology.org/W13-1614/>; Vassallo et al. (2019), "The Tenuousness of Lemmatization in Lexicon-based Sentiment Analysis", <https://aclanthology.org/2019.clicit-1.79/>; Di Palma (2024), "ELIta: A New Italian Language Resource for Emotion Analysis", <https://aclanthology.org/2024.clicit-1.36/>.
Language: en, it
Depends: R (>= 4.1), dplyr, tidyselect, rlang
Imports: udpipe
Suggests: knitr, rmarkdown, tidytext, spacyr, readtext, tibble,
        testthat (>= 3.0.0), remotes, quanteda, mockery
VignetteBuilder: knitr
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
URL: https://github.com/valeriobasile/sentixr
Authors@R: c(
    person("Agnese", "Vardanega", email = "avardanega@unite.it", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-1419-9896")),
    person("Valerio", "Basile", email = "valerio.basile@unito.it", role = c("aut"),
           comment = c(ORCID = "0000-0001-8110-6832")),
    person("Eliana", "Di Palma", email = "eliana.dipalma@unito.it", role = "aut",
           comment = c(ORCID = "0000-0003-2154-2696")),
    person("Giuliano", "Gabrieli", email = "giuliano.gabrieli@crea.gov.it", role = "aut",
           comment = c(ORCID = "0009-0005-1153-5662")),
    person("Marco", "Vassallo", email = "marco.vassallo@crea.gov.it", role = "aut",
           comment = c(ORCID = "0000-0001-7016-6549"))
  )
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
Packaged: 2026-06-18 14:40:30 UTC; avard
Author: Agnese Vardanega [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1419-9896>),
  Valerio Basile [aut] (ORCID: <https://orcid.org/0000-0001-8110-6832>),
  Eliana Di Palma [aut] (ORCID: <https://orcid.org/0000-0003-2154-2696>),
  Giuliano Gabrieli [aut] (ORCID:
    <https://orcid.org/0009-0005-1153-5662>),
  Marco Vassallo [aut] (ORCID: <https://orcid.org/0000-0001-7016-6549>)
Maintainer: Agnese Vardanega <avardanega@unite.it>
Repository: CRAN
Date/Publication: 2026-06-24 07:50:02 UTC
