Minor aesthetic details in go forth

This commit is contained in:
Crista Lopes
2013-11-08 16:00:09 -08:00
parent 20b925d954
commit 14bebd7c46

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python
import sys, re, operator, string
#
@@ -64,8 +63,7 @@ def remove_stop_words():
else:
heap['words'].append(stack.pop()) # pop it, store it
stack.extend(heap['words']) # Load the words onto the stack
del heap['stop_words'] # We don't need this variable anymore
del heap['words'] # We don't need this variable anymore
del heap['stop_words']; del heap['words'] # Not needed
def frequencies():
"""