{
  "_id": "6a49ff5d5cca5d75a16146a8",
  "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-06-12 11:03:06 UTC",
    "User": "root"
  },
  "Author": "Matthew Jockers [aut, cre]",
  "_user": "mjockers",
  "_type": "src",
  "_file": "syuzhet_1.0.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/89c0a9917ad604572e8aab0672b253b01ad8f4b8548afb31247fefc1873465f4",
  "_filesize": 3806164,
  "_sha256": "89c0a9917ad604572e8aab0672b253b01ad8f4b8548afb31247fefc1873465f4",
  "_expires": "2026-10-13T06:53:15.000Z",
  "_created": "2026-06-12T11:03:06.000Z",
  "_published": "2026-07-05T06:53:17.300Z",
  "_jobs": [
    {
      "job": 85200767735,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7589875771"
    },
    {
      "job": 85200767790,
      "time": 174,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7589876542"
    },
    {
      "job": 85200767704,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7589892826"
    },
    {
      "job": 85200767750,
      "time": 127,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7589887455"
    },
    {
      "job": 85200767609,
      "time": 291,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7589822847"
    },
    {
      "job": 85200767803,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7589861475"
    },
    {
      "job": 85200767666,
      "time": 146,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7589869072"
    },
    {
      "job": 85200767754,
      "time": 110,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7589857441"
    },
    {
      "job": 85200767781,
      "time": 118,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7589859829"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444",
  "_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": "noble",
  "_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"
  },
  "_downloads": {
    "count": 7423,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/syuzhet"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/mjockers/syuzhet",
  "_searchresults": 1704,
  "_rbuild": "4.6.0",
  "_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.813434430081818,
  "_indexed": true,
  "_nocasepkg": "syuzhet",
  "_universes": [
    "mjockers"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.7",
      "date": "2026-06-12T11:05:37.000Z",
      "distro": "noble",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/1a854abd7b503bd8648800bbd38d27345c659e3a7da328fdbfc887ff91e7ad0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.7",
      "date": "2026-06-12T11:05:38.000Z",
      "distro": "noble",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/513ab1b31603fd2a430595c22a1714e88d961692d398d9d250365c14495b5710",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.7",
      "date": "2026-06-12T11:06:37.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/cd639c206998b1c800099822ed069cc0ae6970551bcb751d97563b1009fca21a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.7",
      "date": "2026-06-12T11:06:15.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/d7542927dfb33e7c371cbab44d4e0d498365311f82477b7bda2538f35476da92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.7",
      "date": "2026-06-12T11:05:25.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/87879668d1137299de8451de8b9714b31299a8e28955a26a32b89e70c8804039",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.7",
      "date": "2026-06-12T11:05:02.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/448367492b04db5f76b5506dc7621c934ad7670d740e5e8db937a1646c2f7a09",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.7",
      "date": "2026-06-12T11:04:28.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/6b05d695588563de157a6473ae0b58269f0de5c66478d84fdf5996f804d5fce6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.7",
      "date": "2026-06-12T11:04:31.000Z",
      "commit": "73ec7d852e1f368661069e1b75e6c8c12a9f2133",
      "fileid": "https://r2.ropensci.org/afd59a778086a98a791defa99b2e53426b327ebf274a824cf6a0196e0e6bd690",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mjockers/actions/runs/27411433444"
    }
  ]
}