@mzweilin I think you need to add this file to the repo or fix the pathing?
Traceback (most recent call last):
File "server.py", line 3, in <module>
from job import Job
File "/Users/Nick/code/HashTag-Understanding/job.py", line 3, in <module>
from lib.querygen.tweets2query import QueryGenerator
File "/Users/Nick/code/HashTag-Understanding/lib/querygen/tweets2query.py", line 14, in <module>
stopwords = get_stopwords('./english.stop')
File "/Users/Nick/code/HashTag-Understanding/lib/querygen/tweets2query.py", line 11, in get_stopwords
lines = open(file_name).readlines()
IOError: [Errno 2] No such file or directory: './english.stop'
@mzweilin I think you need to add this file to the repo or fix the pathing?