'''
Created on Jun 1, 2013

@author: sheean
'''
from Lib import stimuli
carriers = stimuli.parse_carriers("Input/Carriers/cities.txt")
words = stimuli.parse_words_csv("Input/Words/cities.txt")

def try_parse():
    global carriers, words
    return stimuli.check_stimuli_file("Output/Stimuli/S003.txt", "en", 
                                      carriers, words)

parsed = try_parse()
