This repository is part of a research project analysing the correlation between the sentiment of U.S. Economic Reports and key economic indicators. This script downloads all economic reports from the Fed's website, and runs a sentiment analysis on them. The cleaned reports remove numbers and unidentified tokens from the original text.
Run npm i
to install dependencies, and npm compile
to compile the script. View the output in the result.csv
file.