{"id":13858384,"url":"https://github.com/trinker/readability","last_synced_at":"2026-03-11T14:06:02.163Z","repository":{"id":36040221,"uuid":"40337381","full_name":"trinker/readability","owner":"trinker","description":"Fast readability scores for text data","archived":false,"fork":false,"pushed_at":"2018-09-26T02:03:12.000Z","size":179,"stargazers_count":22,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T08:12:37.609Z","etag":null,"topics":["r","readability","text-mining"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trinker.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-07T02:41:19.000Z","updated_at":"2025-03-22T11:18:59.000Z","dependencies_parsed_at":"2022-08-27T02:54:50.103Z","dependency_job_id":null,"html_url":"https://github.com/trinker/readability","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/trinker/readability","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Freadability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Freadability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Freadability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Freadability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinker","download_url":"https://codeload.github.com/trinker/readability/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Freadability/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265080005,"owners_count":23708098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","readability","text-mining"],"created_at":"2024-08-05T03:02:06.815Z","updated_at":"2026-03-11T14:05:57.123Z","avatar_url":"https://github.com/trinker.png","language":"R","readme":"---\ntitle: \"readability\"\ndate: \"`r format(Sys.time(), '%d %B, %Y')`\"\noutput:\n  md_document:\n    toc: true      \n---\n\n```{r, echo=FALSE}\ndesc \u003c- suppressWarnings(readLines(\"DESCRIPTION\"))\nregex \u003c- \"(^Version:\\\\s+)(\\\\d+\\\\.\\\\d+\\\\.\\\\d+)\"\nloc \u003c- grep(regex, desc)\nver \u003c- gsub(regex, \"\\\\2\", desc[loc])\nverbadge \u003c- sprintf('\u003ca href=\"https://img.shields.io/badge/Version-%s-orange.svg\"\u003e\u003cimg src=\"https://img.shields.io/badge/Version-%s-orange.svg\" alt=\"Version\"/\u003e\u003c/a\u003e\u003c/p\u003e', ver, ver)\nlibrary(knitr)\n````\n\n\n```{r, echo=FALSE}\nknit_hooks$set(htmlcap = function(before, options, envir) {\n  if(!before) {\n    paste('\u003cp class=\"caption\"\u003e\u003cb\u003e\u003cem\u003e',options$htmlcap,\"\u003c/em\u003e\u003c/b\u003e\u003c/p\u003e\",sep=\"\")\n    }\n    })\nknitr::opts_knit$set(self.contained = TRUE, cache = FALSE)\nknitr::opts_chunk$set(fig.path = \"tools/figure/\")\n```\n\n[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)\n[![Build Status](https://travis-ci.org/trinker/readability.svg?branch=master)](https://travis-ci.org/trinker/readability)\n[![Coverage Status](https://coveralls.io/repos/trinker/readability/badge.svg?branch=master)](https://coveralls.io/r/trinker/readability?branch=master)\n[![DOI](https://zenodo.org/badge/5398/trinker/readability.svg)](https://zenodo.org/badge/latestdoi/5398/trinker/readability)\n[![](http://cranlogs.r-pkg.org/badges/readability)](https://cran.r-project.org/package=readability)\n`r verbadge`\n\n![](tools/readability_logo/r_readability.png)\n\n\n**readability** utilizes the [**syllable**](https://github.com/trinker/syllable) package for fast calculation of readability scores by grouping variables.\n\n# Installation\n\nTo download the development version of **readability**:\n\nDownload the [zip ball](https://github.com/trinker/readability/zipball/master) or [tar ball](https://github.com/trinker/readability/tarball/master), decompress and run `R CMD INSTALL` on it, or use the **pacman** package to install the development version:\n\n```r\nif (!require(\"pacman\")) install.packages(\"pacman\")\npacman::p_load_gh(c(\n    'trinker/lexicon',\n    'trinker/textclean',\n    'trinker/textshape',\n    \"trinker/syllable\", \n    \"trinker/readability\"\n))\n```\n\n# Contact\n\nYou are welcome to:\n* submit suggestions and bug-reports at: \u003chttps://github.com/trinker/readability/issues\u003e\n* send a pull request on: \u003chttps://github.com/trinker/readability/\u003e\n* compose a friendly e-mail to: \u003ctyler.rinker@gmail.com\u003e\n\n# Examples \n\n```{r}\nif (!require(\"pacman\")) install.packages(\"pacman\")\npacman::p_load(syllable, readability)\n```\n\n```{r, fig.width=10}\n(x \u003c- with(presidential_debates_2012, readability(dialogue, list(person, time))))\nplot(x)\n```\n","funding_links":[],"categories":["R"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Freadability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinker%2Freadability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Freadability/lists"}