In L7 - Information Extraction **[29]**: `> print(tokpos2text(sents[i]))` should be `> print(tokpos2text(sents[1]))` (i --> 1)
In L7 - Information Extraction [29]:
> print(tokpos2text(sents[i]))should be
> print(tokpos2text(sents[1]))(i --> 1)