zapper59 / TwitToLib

Tries to predict how a twitter user might fill out a Mad-Lib.
http://www.cs.utexas.edu/~bririche/TwitToLib/frontend/index.html
1 stars 1 forks source link

TwitToLib

This is a simple hackathon projet done in a group of three.

It's a web application for predicting any given twitter users to fill in any Mad Lips quizzes, based on words of the high frequency usuage and the retweet rate.

Backend was written in Java, and fully utilized the Stanford Natrual Language Process library http://nlp.stanford.edu/nlp/javadoc/javanlp/help-doc.html

Frontend was completely scratched in HTML/CSS, and that was my greatest regret.