{"id":13858140,"url":"https://github.com/trinker/lexicon","last_synced_at":"2025-08-22T00:43:37.789Z","repository":{"id":51271977,"uuid":"53902040","full_name":"trinker/lexicon","owner":"trinker","description":"A data package containing lexicons and dictionaries for text analysis","archived":false,"fork":false,"pushed_at":"2021-10-12T00:19:56.000Z","size":9620,"stargazers_count":109,"open_issues_count":5,"forks_count":16,"subscribers_count":13,"default_branch":"master","last_synced_at":"2023-11-20T14:44:19.200Z","etag":null,"topics":["hash","lexicon","lookup","names-frequent","r","stopwords","text-dictionaries","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":"2016-03-15T00:30:41.000Z","updated_at":"2023-09-27T08:06:36.000Z","dependencies_parsed_at":"2022-08-19T14:00:54.596Z","dependency_job_id":null,"html_url":"https://github.com/trinker/lexicon","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Flexicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Flexicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Flexicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinker%2Flexicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinker","download_url":"https://codeload.github.com/trinker/lexicon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126063,"owners_count":21051863,"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":["hash","lexicon","lookup","names-frequent","r","stopwords","text-dictionaries","text-mining"],"created_at":"2024-08-05T03:01:57.994Z","updated_at":"2025-04-09T23:20:09.309Z","avatar_url":"https://github.com/trinker.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\ntitle: \"lexicon\"\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])\n# verbadge \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)\nverbadge \u003c- ''\n````\n\n[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active)\n[![Build Status](https://travis-ci.org/trinker/lexicon.svg?branch=master)](https://travis-ci.org/trinker/lexicon)\n[![](https://cranlogs.r-pkg.org/badges/lexicon)](https://cran.r-project.org/package=lexicon)\n`r verbadge`\n\n\n\n![](tools/lexicon_logo/r_lexicon.png)\n\n\n\n# Description\n\n**lexicon** is a collection of lexical hash tables, dictionaries, and word lists.  The data prefixes help to categorize the data types:\n\nPrefix        | Meaning\n------------- | -------------\n`key_`        | A `data.frame` with a lookup and return value\n`hash_`       | A keyed `data.table` hash table\n`freq_`       | A `data.table` of terms with frequencies\n`profanity_`  | A profane words `vector` \n`pos_`        | A part of speech `vector`\n`pos_df_`     | A part of speech `data.frame`\n`sw_`         | A stopword `vector`\n\n\n\n# Data\n\n```{r, echo=FALSE}\npacman::p_load(pander, lexicon)\ndat \u003c- available_data()\npander::set.alignment('left')\npander(dat, style = \"grid\")\n```\n\n# Installation\n\nTo download the development version of **lexicon**:\n\nDownload the [zip ball](https://github.com/trinker/lexicon/zipball/master) or [tar ball](https://github.com/trinker/lexicon/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(\"trinker/lexicon\")\n```\n\n# Contact\n\nYou are welcome to:    \n- submit suggestions and bug-reports at: \u003chttps://github.com/trinker/lexicon/issues\u003e    \n- send a pull request on: \u003chttps://github.com/trinker/lexicon/\u003e    \n- compose a friendly e-mail to: \u003ctyler.rinker@gmail.com\u003e    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Flexicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinker%2Flexicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinker%2Flexicon/lists"}