aritter / twitter_nlp

Twitter NLP Tools
GNU General Public License v3.0
882 stars 382 forks source link

hard code shebang in `twokenize_wrapper` #13

Closed WladimirSidorenko closed 8 years ago

WladimirSidorenko commented 9 years ago

The shebang string in the file twokenize_wrapper.py is pure hard code that won't work on any machine other than Alan Ritter's. Please replace it with:

#!/usr/bin/env python