Part of a process to learn data science.
Perform basic tweet clean up using regular expression (regex)
Compute sentiment for tweet by assigning scores to each tweet by referring to lexical dictionary AFINN
Produce a term sentiment score by analyzing tweet contextually and assigning unknown terms a value (negative or positive)