Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
R package for estimating speaker style distinctiveness in texts. Install it from CRAN!
- Host: GitHub
- URL: https://github.com/leslie-huang/stylest
- Owner: leslie-huang
- Created: 2018-07-04T21:04:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T18:17:43.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:12:12.528Z (6 months ago)
- Topics: classification, r, text-analysis
- Language: R
- Homepage: https://leslie-huang.github.io/stylest/
- Size: 280 KB
- Stars: 34
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
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
## 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.