Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LookupError on analyzer.lemmatize #30

Open
zehrakorkusuz opened this issue Mar 5, 2023 · 1 comment
Open

LookupError on analyzer.lemmatize #30

zehrakorkusuz opened this issue Mar 5, 2023 · 1 comment

Comments

@zehrakorkusuz
Copy link

Hello, I used to lemmatize Turkish text with Zeyrek somehow code is not working anymore. I checked if the example on documentation work but I receive this error.

Screenshot 2023-03-06 at 00 51 03

@AliNajafi1998
Copy link

AliNajafi1998 commented Dec 28, 2023

@zehrakorkusuz
To solve it, import nltk and download the punkt.
Then, run the code!

import nltk
nltk.download('punkt')

This issue exists because of they haven't updated the package on pypi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants