Questions tagged [pytagcloud]

PyTagCloud is a python module that lets you create simple tag clouds.

PyTagCloud is a Python library for rendering tag clouds in the style of http://www.wordle.net/. Clouds can be rendered as either PNG images or HTML.

6 questions
8
votes
2 answers

How to build a clean word cloud using pytagcloud without a crowded image - Python

In a previous question, i asked the community on how to count the frequency of each consecutive two words in a sentence and I got a great answer! now I'm trying to build a word cloud out from the results using the package,pytagcloud. The issue…
mongotop
  • 7,114
  • 14
  • 51
  • 76
5
votes
1 answer

Wordcloud in Python on Windows

I am trying to create Wordclouds in Python running on Windows. I have tried the below packages but they do not seem to work for me: Wordcloud by A Mueller - the installer for windows seems broken and I cannot install it. Seems to be working fine on…
thedee
  • 101
  • 5
0
votes
1 answer

Python Pytagcloud osx ValueError invalid literal for int() with base 10: '3)

always getting this error ValueError: invalid literal for int() with base 10: '3),' reading from text file looks like that: [('cloud', 3), ('words', 2), ('code', 1), ('word', 1), ('appear', 1)] as you see I tried to replace some stuff with…
simplesystems
  • 839
  • 2
  • 14
  • 28
0
votes
0 answers

Autotune word cloud parameters in python

I want to generate word clouds of different part of speech of text. The problem I face is that I don't want to tune the parameters myself for each of them. Moreover, since I am running this on a number of docs, it is very tedious to do so for each.…
Abhishek Bhatia
  • 9,404
  • 26
  • 87
  • 142
0
votes
1 answer

Creating Word Cloud in Python --- Making Words Different Sizes?

I am trying to create a word cloud in python using pytagcloud. With my current cloud, I can generate a cloud, but the words all are the same size. How can I alter the code so that my words' sizes appear in relation to their frequency? My text file…
Taylor
  • 9
  • 1
  • 3
-1
votes
1 answer

Can't import pytagcloud in jupyter notebook but I installed the library using pip

I can't import pytagcloud in jupyter notebook. How do I solve this problem? I searched some tutorials and also installed other packages required but still doesn't work? Do you have any suggestion? Here is my code. Thanks. import pytagcloud as…
jnashm
  • 33
  • 1
  • 7