How to use python Print words at specific locations ah ?
txt The document is in this format
Food was okay , nothing great .#[([0], [2], 'NEU'), ([0], [4, 5], 'NEU')]
Saul is the best restaurant on Smith Street and in Brooklyn .#[([0], [3], 'POS')]
The output format I need is
(Food,okay,'NEU')
(Saul,beat,'POS')