In [ ]:
#! /usr/bin/env python




for_split = [',', '\n', '\t', '\'', '.', '\"', '!', '?', '-', '~', '[', ']', 
        '=', '(', ')', '\"', ':', ';', '{', '}', '<', '>']
ignored = ['Re:', 'the', 'and', 'i', 'to', 'of', 'a', 'in', 'was', 'that', 'had',
        'he', 'you', 'his','my', 'it', 'as', 'with', 'her', 'for', 'on']