import srgs
srgs.init()
#a = srgs.make_dictionary('root-rule-decl.grxml')
#a = srgs.make_dictionary('example.grxml')
#a = srgs.make_dictionary('simple.grxml')
a = srgs.make_dictionary('rule-empty-item.grxml')
print a.graph()
#x = a.recognize('sunny Yorktown Heights New York United States')
#x = a.recognize('placeholder')
x = a.recognize('something')

