nityansuman/marvin

Unable to run objective test

gautamtaneja opened this issue · 3 comments

local variable 'tags' referenced before assignment
image

@gautamtaneja I think you have some installation issues with nltk. Looks like your pos tagging is failing.
The tags are created here: https://github.com/nityansuman/marvin/blob/main/src/objective.py#L101 and then being used.

Thanks for response, I found your project very helpful

I have the same issue, how to fix it ?