/genCountR

An R Package for the Gendered Language Disctionary

Primary LanguageROtherNOASSERTION

genCountR R Package

GitHub last commit GitHub issues GitHub pull requests

I developed this R package for researchers and other users to be able to utilize the Gendered Language Dictionary developed by Roberts and Utych (2019).

The package allows users to take a loaded document in R and will then count the number of words contained in the document, and it will then create a score based on the average score of all of the words in the document that matches with those in the Gendered Language Dictionary.

This package is a quick side project that I worked on during my dissertation. So use at your own risk.

If there are issues with the package or if you'd like to request new features, please do so on the issues tab of this repository.

Installation

There are a couple of ways to install the package:

  • CRAN installation:

# Global installation
install.packages("genCountR")

# Installation in an R environment
renv::install("genCountR")

  • Development version installation:

# Global installation
devtools::install_github("DamonCharlesRoberts/genCountR")

# Installation in an R environment
renv::install("DamonCharlesRoberts/genCountR")

Vignettes

See https://gencounter.software.damoncroberts.io

Webapp

The alternate webapp for this R package has been depreciated.

Project Contributors: