Spaces:
Running
Running
Update wordcloudplot.py
Browse files- wordcloudplot.py +1 -1
wordcloudplot.py
CHANGED
@@ -20,7 +20,7 @@ def plot_wordcloud(input_text):
|
|
20 |
clean_tokens = [i for i in tokenization(cleantext) if i not in stopwords_hi]
|
21 |
|
22 |
# unicoding Hindi text for plotting
|
23 |
-
font = "
|
24 |
|
25 |
dictionary = Counter(clean_tokens)
|
26 |
wordcloud = WordCloud(width = 1000, height = 700,
|
|
|
20 |
clean_tokens = [i for i in tokenization(cleantext) if i not in stopwords_hi]
|
21 |
|
22 |
# unicoding Hindi text for plotting
|
23 |
+
font = "gargi.ttf"
|
24 |
|
25 |
dictionary = Counter(clean_tokens)
|
26 |
wordcloud = WordCloud(width = 1000, height = 700,
|