Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels