Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.45 KB

Trump Tweet Semantics

Project Description

My project analyses tweets from Donald Trump for positive, neutral and negative semantics.

Getting Started

Prerequisites

Installing

Install libraries and run program

pip3 install nltk textblob wordcloud matplotlib
python3 twit_semantics.py

Running Tests

How do I run your tests? Make it as easy as possible to do this! Do I actually need tests...?

pip install -r requirements.txt
./tests.py

Versioning Statergy

What versioning statergy are you using for your project, something like semantic versioning might be a good idea.

Authors

  • Luke Ireland

References

Documentation

View the docs/report.md online, or download it and build a pdf with:

pandoc -s --metadata title="Trump Tweet Semantics Report" --metadata author="Luke Ireland" report.md --pdf-engine=xelatex -V 'mainfont:DejaVuSerif' -V 'sansfont:DejaVuSans' -V 'monofont:DejaVuSansMono' -V 'mathfont:TeXGyreDejaVuMath-Regular' -o report.pdf