OpenNews/hackdays/storyandalgorithm/conditionofanonymity
< OpenNews | hackdays | storyandalgorithm
Jump to navigation
Jump to search
- Project name: Condition of Anonymity
- Your team: Daniel X. O'Neil and Daniel McLaughlin
- Project URL(s), if applicable:
- Hashtag, if #relevant: #conditionof
- What are you building: We're building a method for consuming all articles published in the New York Times that contain statements from anonymous sources, a website to display the reasons the source was given anonymity ("because clause"), the snippet in which that clause appears, the description of the source, and the information provided by source. The corpus is all NYT articles since January 1, 2000 that contain the phrase, "condition of anonymity" or "anonymity because". We're also streaming all new articles containing those phrases and streaming the clauses to Twitter @conditionof , along with links to the full snippet on our site. We also allow users to provide guesses as to the identity of the sources, blind item-style.
- Who is it for: This site is for New York Times aficionados, people who like blind items, and people who dig getting data from unstructured text.
- Your goal for this weekend: Pull the relevant articles (done), analyze text (nearly done), publish the processed text (with snippet, description of source, anonymity reason, and information provided by source) in some fashion. Later: organize this data into an interface that allows users to provide guesses on the source and stream the because clauses on Twitter.
- Your starting point: Using Natural Language Toolkit in Python and the New York Times Article Search API.
- Anything else we should know: Nope; that's it.