Skip to content

Instantly share code, notes, and snippets.

View jarobins's full-sized avatar

Jake Robinson jarobins

  • Georgia Tech Research Institute
  • Georgia
View GitHub Profile
from datetime import datetime
import operator, string
table = string.maketrans("","")
thelist = {}
loop_condition = True
txt_file = open('gs2.txt')
word_list = [x for x in txt_file.read().decode('utf-8').split()]
# Translate removes punctuation