codebasics / nlp-tutorials

Tutorials For Beginners For Natural Language Processing
222 stars 303 forks source link

Issue in transaction solution #21

Open asmtoha opened 1 year ago

asmtoha commented 1 year ago

Screenshot 2023-01-02 201938

asmtoha commented 1 year ago

though it's giving expected output

asmtoha commented 1 year ago

ff

gdevakumar commented 1 year ago

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