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

preprocessed_hindi_text #1

Open
Meera-Solgama opened this issue Aug 6, 2024 · 0 comments
Open

preprocessed_hindi_text #1

Meera-Solgama opened this issue Aug 6, 2024 · 0 comments

Comments

@Meera-Solgama
Copy link


NameError Traceback (most recent call last)
in <cell line: 1>()
----> 1 text_hindi = ' '.join(preprocessed_hindi_text)
2 font_path = '/content/Mangal Regular.ttf'
3 wordcloud_hindi = WordCloud(width=800, height=400, background_color='white', font_path=font_path).generate(text_hindi)
4 plt.figure(figsize=(10, 8))
5 plt.imshow(wordcloud_hindi, interpolation='bilinear')

NameError: name 'preprocessed_hindi_text' is not defined

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

1 participant