Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 597 Bytes

turingTT

In this repository you will find code to perform your own Turing-style test of word embedding models as laid out in Rodriguez & Spirling (2020) (forthcoming in the Journal of Politics).

Click here to check out the R Shiny App

You can find the code for the App in the /app folder.

All functions to process the output data and compute performance statistics are included in the package turingTT.

How to Install

devtools::install_github("prodriguezsosa/turingTT")