Skip to content

A support vector machine which can accurately classify which author wrote a given tweet.

License

Notifications You must be signed in to change notification settings

josh-byster/twitter-svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Authorship Attribution

Welcome to my 2015-2016 school year science project on authorship attribution using Twitter!

You MUST add a credential file, credentials.py with the following, replacing INSERT with your actual API keys:

keys =  {
           'consumer_key':"INSERT",
           'consumer_secret':"INSERT",
           'oauth_token':"INSERT",
           'oauth_token_secret':"INSERT"
        }

About

A support vector machine which can accurately classify which author wrote a given tweet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages