Skip to content

preprocessed_hindi_text #1

Open
@Meera-Solgama

Description

@Meera-Solgama

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions