{
  "_id": "6a535ac09b92047c28d58612",
  "Package": "syuzhet",
  "Type": "Package",
  "Title": "Extracts Sentiment and Sentiment-Derived Plot Arcs from Text",
  "Version": "1.0.7",
  "Date": "2023-8-11",
  "Authors@R": "person(\"Matthew\", \"Jockers\", email = \"mjockers@gmail.com\",\nrole = c(\"aut\", \"cre\"))",
  "Maintainer": "Matthew Jockers <mjockers@gmail.com>",
  "Description": "Extracts sentiment and sentiment-derived plot arcs from\ntext using a variety of sentiment dictionaries conveniently\npackaged for consumption by R users.  Implemented dictionaries\ninclude \"syuzhet\" (default) developed in the Nebraska Literary\nLab \"afinn\" developed by Finn Årup Nielsen, \"bing\" developed by\nMinqing Hu and Bing Liu, and \"nrc\" developed by Mohammad, Saif\nM. and Turney, Peter D. Applicable references are available in\nREADME.md and in the documentation for the \"get_sentiment\"\nfunction.  The package also provides a hack for implementing\nStanford's coreNLP sentiment parser. The package provides\nseveral methods for plot arc normalization.",
  "URL": "https://github.com/mjockers/syuzhet",
  "License": "GPL-3",
  "NeedsCompilation": "no",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.2.3",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://mjockers.r-universe.dev",
  "Date/Publication": "2023-08-11 21:14:50 UTC",
  "RemoteUrl": "https://github.com/mjockers/syuzhet",
  "RemoteRef": "HEAD",
  "RemoteSha": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
  "Packaged": {
    "Date": "2026-07-12 09:09:25 UTC",
    "User": "root"
  },
  "Author": "Matthew Jockers [aut, cre]",
  "_user": "mjockers",
  "_type": "src",
  "_file": "syuzhet_1.0.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/289cc91439714478dd301781034fd6621dab0ab5b0b6c8b4019a2619b5482376",
  "_filesize": 3803875,
  "_sha256": "289cc91439714478dd301781034fd6621dab0ab5b0b6c8b4019a2619b5482376",
  "_expires": "2026-10-20T09:13:34.000Z",
  "_created": "2026-07-12T09:09:25.000Z",
  "_published": "2026-07-12T09:13:36.413Z",
  "_jobs": [
    {
      "job": 86634882483,
      "time": 182,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8258347989"
    },
    {
      "job": 86634882464,
      "time": 198,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258350378"
    },
    {
      "job": 86634882480,
      "time": 182,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8258344874"
    },
    {
      "job": 86634882485,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258338857"
    },
    {
      "job": 86634491787,
      "time": 315,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258323126"
    },
    {
      "job": 86634882477,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8258343919"
    },
    {
      "job": 86634882472,
      "time": 121,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8258339603"
    },
    {
      "job": 86634882468,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8258337082"
    },
    {
      "job": 86634882474,
      "time": 167,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258346397"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218",
  "_status": "success",
  "_upstream": "https://github.com/mjockers/syuzhet",
  "_commit": {
    "id": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
    "author": "mjockers <mjockers@gmail.com>",
    "committer": "mjockers <mjockers@gmail.com>",
    "message": "ignoring\n",
    "time": 1691788490
  },
  "_maintainer": {
    "name": "Matthew Jockers",
    "email": "mjockers@gmail.com",
    "login": "mjockers",
    "description": "",
    "uuid": 3277598
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "textshape",
      "version": ">= 1.3.0",
      "role": "Imports"
    },
    {
      "package": "NLP",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "dtt",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pander",
      "role": "Suggests"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    },
    {
      "package": "readxl",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 0.9.1",
      "role": "Suggests"
    }
  ],
  "_owner": "mjockers",
  "_selfowned": true,
  "_usedby": 35,
  "_updates": [],
  "_tags": [],
  "_stars": 350,
  "_contributors": [
    {
      "user": "mjockers",
      "count": 129,
      "uuid": 3277598
    },
    {
      "user": "lmullen",
      "count": 7,
      "uuid": 183672
    },
    {
      "user": "pbulsink",
      "count": 4,
      "uuid": 5419974
    },
    {
      "user": "tmmcguire",
      "count": 3,
      "uuid": 1326568
    },
    {
      "user": "chrismuir",
      "count": 2,
      "uuid": 13386824
    },
    {
      "user": "hadley",
      "count": 1,
      "uuid": 4196
    },
    {
      "user": "trinker",
      "count": 1,
      "uuid": 1763278
    },
    {
      "user": "amrrs",
      "count": 1,
      "uuid": 5347322
    }
  ],
  "_userbio": {
    "uuid": 3277598,
    "type": "user",
    "name": "Matthew L. Jockers",
    "followers": 117
  },
  "_downloads": {
    "count": 5227,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/syuzhet"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/mjockers/syuzhet",
  "_searchresults": 1736,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/syuzhet.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mjockers/syuzhet",
  "_realowner": "mjockers",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2015-02-21"
    },
    {
      "version": "1.0.0",
      "date": "2016-04-27"
    },
    {
      "version": "1.0.1",
      "date": "2017-03-06"
    },
    {
      "version": "1.0.4",
      "date": "2017-12-14"
    },
    {
      "version": "1.0.6",
      "date": "2020-11-24"
    },
    {
      "version": "1.0.7",
      "date": "2023-08-11"
    }
  ],
  "_exports": [
    "get_dct_transform",
    "get_nrc_sentiment",
    "get_nrc_values",
    "get_percentage_values",
    "get_sent_values",
    "get_sentences",
    "get_sentiment",
    "get_sentiment_dictionary",
    "get_stanford_sentiment",
    "get_text_as_string",
    "get_tokens",
    "get_transformed_values",
    "mixed_messages",
    "rescale",
    "rescale_x_2",
    "simple_plot"
  ],
  "_help": [
    {
      "page": "get_dct_transform",
      "title": "Discrete Cosine Transformation with Reverse Transform.",
      "topics": [
        "get_dct_transform"
      ]
    },
    {
      "page": "get_nrc_sentiment",
      "title": "Get Emotions and Valence from NRC Dictionary",
      "topics": [
        "get_nrc_sentiment"
      ]
    },
    {
      "page": "get_nrc_values",
      "title": "Summarize NRC Values",
      "topics": [
        "get_nrc_values"
      ]
    },
    {
      "page": "get_percentage_values",
      "title": "Chunk a Text and Get Means",
      "topics": [
        "get_percentage_values"
      ]
    },
    {
      "page": "get_sent_values",
      "title": "Assigns Sentiment Values",
      "topics": [
        "get_sent_values"
      ]
    },
    {
      "page": "get_sentences",
      "title": "Sentence Tokenization",
      "topics": [
        "get_sentences"
      ]
    },
    {
      "page": "get_sentiment",
      "title": "Get Sentiment Values for a String",
      "topics": [
        "get_sentiment"
      ]
    },
    {
      "page": "get_sentiment_dictionary",
      "title": "Sentiment Dictionaries",
      "topics": [
        "get_sentiment_dictionary"
      ]
    },
    {
      "page": "get_stanford_sentiment",
      "title": "Get Sentiment from the Stanford Tagger",
      "topics": [
        "get_stanford_sentiment"
      ]
    },
    {
      "page": "get_text_as_string",
      "title": "Load Text from a File",
      "topics": [
        "get_text_as_string"
      ]
    },
    {
      "page": "get_tokens",
      "title": "Word Tokenization",
      "topics": [
        "get_tokens"
      ]
    },
    {
      "page": "get_transformed_values",
      "title": "Fourier Transform and Reverse Transform Values",
      "topics": [
        "get_transformed_values"
      ]
    },
    {
      "page": "mixed_messages",
      "title": "Mixed Messages",
      "topics": [
        "mixed_messages"
      ]
    },
    {
      "page": "rescale",
      "title": "Vector Value Rescaling",
      "topics": [
        "rescale"
      ]
    },
    {
      "page": "rescale_x_2",
      "title": "Bi-Directional x and y axis Rescaling",
      "topics": [
        "rescale_x_2"
      ]
    },
    {
      "page": "simple_plot",
      "title": "Plots simple and rolling shapes overlayed",
      "topics": [
        "simple_plot"
      ]
    }
  ],
  "_readme": "https://github.com/mjockers/syuzhet/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "data.table",
    "dplyr",
    "dtt",
    "generics",
    "glue",
    "lattice",
    "lifecycle",
    "magrittr",
    "NLP",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "slam",
    "stringi",
    "stringr",
    "textshape",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "syuzhet-vignette.Rmd",
      "filename": "syuzhet-vignette.html",
      "title": "Introduction to the Syuzhet Package",
      "author": "Matthew Jockers",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "get_sentences",
        "get_text_as_string",
        "get_tokens",
        "get_sentiment()",
        "get_percentage_values",
        "get_transformed_values",
        "get_dct_transform",
        "get_nrc_sentiment",
        "rescale_x_2",
        "Multilingual Sentiment Lexicons",
        "Custom Sentiment Lexicons",
        "Parallelization",
        "Mixed Messages"
      ],
      "created": "2015-01-28 16:37:11",
      "modified": "2020-11-24 14:28:08",
      "commits": 26
    }
  ],
  "_score": 12.669187600036675,
  "_indexed": true,
  "_nocasepkg": "syuzhet",
  "_universes": [
    "mjockers"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.7",
      "date": "2026-07-12T09:12:14.000Z",
      "distro": "resolute",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/398b5407e750aa8d17d54b8ae01e7f945f89dacb57d4606c0acaa6aea3872efa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.7",
      "date": "2026-07-12T09:12:31.000Z",
      "distro": "resolute",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/9e8acab71a165bfbdf8a5dfc09d622f1b54d43c4dbdb371a53467b2b9520f524",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.7",
      "date": "2026-07-12T09:11:52.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/c93b1edfbd0889872824f1cafad8e6d02572c858dc412d8107c031bb6073b589",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.7",
      "date": "2026-07-12T09:11:17.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/3ec0296238f154d23f95773f212cc6e09f60e55a07a11b278c2c9b21f7e630ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.7",
      "date": "2026-07-12T09:12:17.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/acb6e9b4619e2b88fc74002d6df4c278aa902673de7231dad2a84d96c3350f46",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.7",
      "date": "2026-07-12T09:11:07.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/7325a296e515261f3729505a0cf7470e4af3532eee648862f86ac8ada86e489d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.7",
      "date": "2026-07-12T09:10:48.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/e49535238b1aeb734bb4d829b2664e8b5d6210394933ead0c9c0201f53ca5f85",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.7",
      "date": "2026-07-12T09:11:57.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/4d3d2fbef92baa54f22277cc59a8e69fdd64c32074e1bc2c2096cd8b4bde736c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/29186864218"
    }
  ]
}