Skip to content

Version 0.1 Beta 1

Compare
Choose a tag to compare
@bbengfort bbengfort released this 19 Jul 03:35
· 46 commits to master since this release

This is the first beta release of the Political Discourse application. Right now this simple web application allows users to sign in, then add links to go fetch web content to the global corpus. These links are then preprocessed using NLP foo. Users can tag the documents as Republican or Democrat, allowing us to build a political classifier.

Deployed: Monday, July 18, 2016
Contributor: Benjamin Bengfort

Changes

  • Add the members app from Trinket, but stripped down specifically for this application
  • Added Python Social Auth for authentication with Google OAuth.
  • Added a status endpoint to report on the version and health of the api.
  • Added a corpus app that manages documents and annotations.
  • Added a feature that allows users to enter a url and the app will ingest and parse it.
  • Added Bit.ly url shortening
  • Added NLTK preprocessing of documents
  • Added annotation functionality for users to label documents
  • Added recent activity listing and red/blue specific labels
  • Updated the user profile with app specific information