# 4 months ago | |
---|---|
Is it possible to have the word size in the visualization related to the times the word is present in the input list ? More frequent words have the bigger size. Thank you |
# 4 months ago | |
---|---|
You don't need to repeat a word to make it bigger. Just move it up in the Words table. You can also import a list of repeated words, and our software will count the number of occurrences for each word and rank them accordingly. |
# 3 days ago | |
---|---|
I still don't understand. If I cut and paste the text of an article, how do you come up with the word list from the article and the size ranking of the words? |
# 3 days ago | |
---|---|
If you import your text, our software will automatically split it into words and rank them based on how many times each word occurs in your text. |
# 2 days ago | |
---|---|
Thanks |