Skip to content

Commit

Permalink
poster files added and map reduce working with off the shelf sentiment
Browse files Browse the repository at this point in the history
  • Loading branch information
seekshreyas committed Jun 6, 2014
1 parent 8aed348 commit 0cb864b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions obidroidMR.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from mrjob.job import MRJob

# from sentClassifier import sentClassify
# from cPickle import load
import re
# import nltk

from textblob import TextBlob
# from textblob.sentiments import NaiveBayesAnalyzer

import re
import sys
# import math
import math


class ObidroidReview(MRJob):
Expand Down
Binary file added poster/obidroid_lightningdemo_abstract.docx
Binary file not shown.
Binary file added poster/obidroid_poster.docx
Binary file not shown.
Binary file added poster/obidroid_poster_revised.docx
Binary file not shown.

0 comments on commit 0cb864b

Please sign in to comment.