Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leslie-huang/stylest

R package for estimating speaker style distinctiveness in texts. Install it from CRAN!
https://github.com/leslie-huang/stylest

classification r text-analysis

Last synced: about 2 months ago
JSON representation

R package for estimating speaker style distinctiveness in texts. Install it from CRAN!

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

[![Travis-CI Build Status](https://travis-ci.org/leslie-huang/stylest.svg?branch=master)](https://travis-ci.org/leslie-huang/stylest) [![Build status](https://ci.appveyor.com/api/projects/status/384insyingv6jcg2?svg=true)](https://ci.appveyor.com/project/leslie-huang/stylest)

# stylest version 0.2.0

`stylest` estimates speaker style distinctiveness.

## Installation

Install `stylest` from CRAN by executing:

```{r eval = FALSE}
install.packages("stylest")
```

The dev version of `stylest` on GitHub may have additional features (and bugs) and is not guaranteed to be stable. Power users may install it with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
# devtools::install_github("leslie-huang/stylest")
```

See the vignette for examples and usage.

## Authors

Leslie Huang (maintainer)

Patrick O. Perry

Arthur Spirling

## Citation

If you use this software, please cite:

Huang, L., Perry, P., & Spirling, A. (2020). A General Model of Author “Style” with Application to the UK House of Commons, 1935–2018. Political Analysis, 28(3), 412-434. [https://doi.org/10.1017/pan.2019.49](https://doi.org/10.1017/pan.2019.49)

```
@article{huang2020general,
title={A General Model of Author “Style” with Application to the UK House of Commons, 1935--2018},
author={Huang, Leslie and Perry, Patrick O and Spirling, Arthur},
journal={Political Analysis},
volume={28},
number={3},
pages={412--434},
year={2020},
publisher={Cambridge University Press}
}
```

## Bug reports

Please submit any bugs, error reports, etc. on GitHub.