Re: [Tutor] Can't transform a list of tokens into a text

2009-07-15 Thread Muhammad Ali
Try changing all instances of list[i + 1] to list[i] On Thu, Jul 16, 2009 at 8:33 AM, Eduardo Vieira wrote: > #=== > I tried this version to post in this forum but that gives me an error. > I don't know why I don't get an error with the code above which is > essentially the same: > # -*- coding:

[Tutor] Can't transform a list of tokens into a text

2009-07-15 Thread Eduardo Vieira
Hello, I have a file that was a resulted from a POS-Tagging program, after some transformations, I wanted to restore to it's normal form. So, I used sed to remove the POS-Tags and have something like this: --- Example begins No , thank...@+ # this +...@+ I inserted to mark paragraphs, because the