lecat

LE-CAT is a Lexicon-based Categorization and Analysis Tool developed by the Centre for Interdisciplinary Methodologies in collaboration with the Media of Cooperation Group at the University of Siegen.

https://github.com/warwickcim/lecat

Science Score: 62.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization warwickcim has institutional domain (warwick.ac.uk)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (19.8%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

LE-CAT is a Lexicon-based Categorization and Analysis Tool developed by the Centre for Interdisciplinary Methodologies in collaboration with the Media of Cooperation Group at the University of Siegen.

Basic Info
  • Host: GitHub
  • Owner: WarwickCIM
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 3.03 MB
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 1
  • Open Issues: 3
  • Releases: 1
Created over 7 years ago · Last pushed over 3 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.Rmd

---
output: github_document
---



```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```
# LE-CAT
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![codecov](https://codecov.io/gh/WarwickCIM/lecat/branch/master/graph/badge.svg?token=RtMnQjfEcZ)](https://codecov.io/gh/WarwickCIM/lecat)
[![R-CMD-check](https://github.com/WarwickCIM/lecat/workflows/R-CMD-check/badge.svg)](https://github.com/WarwickCIM/lecat/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://zenodo.org/badge/161813229.svg)](https://zenodo.org/badge/latestdoi/161813229)


LE-CAT is a Lexicon-based Categorization and Analysis Tool developed by the Centre for Interdisciplinary Methodologies in collaboration with the Media of Cooperation Group at the University of Siegen.

The tool allows you to apply a set of word queries associated with a category (a lexicon) to a data set of textual sources (the corpus). LE-CAT determines the frequency of occurrence for each query and category in the corpus, as well as the relations between categories (co-occurrence) by source.

The purpose of this technique is to automate and scale up user-led data analysis as it allows the application of a custom-built Lexicon to large data sets. The quick iteration of analysis allows the user to refine a corpus and deeply analyse a given phenomenon.

LE-CAT was coded by [James Tripp](https://jamestripp.github.io). It has been used to support the workshops Youtube as Test Society (University of Siegen), Parking on Twitter (University of Warwick) and the Digital Test of the News (University of Warwick) and is part of the [CIM](https://warwick.ac.uk/cim) module [Digital Object, Digital Methods](https://warwick.ac.uk/fac/cross_fac/cim/apply-to-study/cross-disciplinary-postgraduate-modules/im904-digital-objects-digital-methods/).

Academic correspondence should be sent to [Noortje Marres](mailto:N.Marres@warwick.ac.uk).

## Installation

You can install the released version of lecat from [Github](https://github.com/) by running, in R, the following line of code:

``` r
install.packages("devtools")
devtools::install_github("warwickcim/lecat")
```

## Web based interface

LE-CAT has a web interface which can be started by running

``` r
lecat::run_app()
```

which starts a new [shiny app](https://shiny.rstudio.com).

## Bugs or feature requests

Please enter any bugs or feature requests via github.

[Dr James Tripp](https://jamestripp.github.io), Senior Academic Technologist, [CIM](https://www.warwick.ac.uk/cim)

Owner

  • Name: Centre for Interdisciplinary Methodologies
  • Login: WarwickCIM
  • Kind: organization
  • Location: University of Warwick

Citation (citation.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Tripp"
  given-names: "James"
  orcid: "https://orcid.org/0000-0003-2471-3411"
title: "lecat"
version: 1.9.1
doi: 10.5281/zenodo.2654550
date-released: 2022-12-10
url: "https://github.com/WarwickCIM/lecat"

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • DT * imports
  • curl * imports
  • dplyr * imports
  • httr * imports
  • igraph * imports
  • plyr * imports
  • shiny * imports
  • shinythemes * imports
  • stats * imports
  • stringr * imports
  • tidyr * imports
  • tidyverse * imports
  • urltools * imports
  • utils * imports
  • writexl * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/lint.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite