codebasics/nlp-tutorials

Issue in transaction solution

asmtoha opened this issue · 3 comments

though it's giving expected output

ff

For the last token of the sentence, it is trying to check the next token.. Hence the error.
Stop the iteration with last before element and it works..

Here is my solution:
image