mzweilin / HashTag-Understanding

Apache License 2.0
1 stars 1 forks source link

Stack trace for query gen #23

Closed nickjanus closed 9 years ago

nickjanus commented 9 years ago

@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 commented 9 years ago

Yes. Sorry about that. It's fixed now.

1b42731914da1f0353f55268e7f9245d9c1792aa