Skip to content

LukeIreland1/trump-tweet-semantics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages