Skip to content

noah-yoshida/TigerHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TigerHacks 2017

Doug Smith, Noah Yoshida, Cami Carballo

Special thanks also to UTA ClaimBuster fact-checking team

alt text

Dependencies

  • Code is primarily python2.7, please alias/run appropriately in your environment.
  • All data in REQUIREMENTS.txt pip install -r REQUIREMENTS.txt
  • spacy english module: python -m spacy download en

Usage

  • Configure your environment and install the requisite packages as explained in dependencies.
  • Start the django server in mysite/
cd mysite
python manage.py runserver
  • Server should start up and listen on a local port(8000).

Common Data Type

fact JSON structure:

{
  date: Date
  sourceList: []{
    author: String
    publisher: String
    date: Date
    url: String
  }
  distilledFact: String
  factStrings: []String
  factHash: Hash
  confidenceScore: Number
}

distilledFact: - String summarizing this fact based on common interpretation of all fact strings

factStrings: - Actual quotes of all strings that reduce to this fact

factHash: - Hashed representation of what the fact concerns (Subjects x Sentiment)

confidenceScore: - Numeric representation of how often this fact has been presented/verified


RSS Feed Links

BBC

Top Stories: http://feeds.bbci.co.uk/news/rss.xml

Politics: http://feeds.bbci.co.uk/news/politics/rss.xml

NYT

Home Page: http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml

US: http://rss.nytimes.com/services/xml/rss/nyt/US.xml

Politics: http://rss.nytimes.com/services/xml/rss/nyt/Politics.xml

About

Chkr.io - A web app which checks news articles and reddit comments for factual accuracy and information consensus. Built at the University of Missouri's Hackathon, TigerHacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors