Starter code for Twitter NER project (UMass CS 585, Intro to NLP, Fall 2014)

train.txt -- training set  (from github.com/aritter/twitter_nlp)
dev.txt -- development set (from github.com/aritter/twitter_nlp)

simple_fe.py -- a simple feature extractor designed to be used with crfsuite
tageval.py -- the evaluation script

See the milestone instructions for documentation:
http://people.cs.umass.edu/~brenocon/inlp2014/project/milestone.html
