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.
devtools::install_github("prodriguezsosa/turingTT")