tag-cloud Questions

9

Solved

I have the following arrays: $artist = ["the roots", "michael jackson", "billy idol", "more", "and more", "and_YET_MORE"]; $count = [5, 3...
Nord asked 1/8, 2008 at 21:40

13

Solved

Context Take a look at Wordle: http://www.wordle.net/ It's much better looking than any other word cloud generators I've seen Note: the source is not available - read the FAQ: http://www.wordle.n...
Incondensable asked 5/12, 2008 at 1:50

4

Solved

Is this feature built into wordpress? i didnt see anything within the codex. codex.wordpress.org/Function_Reference/wp_tag_cloud I have a few pages that are category specific and i would like to ...
Agential asked 16/3, 2011 at 5:20

5

Solved

I have a tag cloud and I need to know how can I change the font-size for the most used tags. I need to set a min-font-size and a max-font-size.
Flatways asked 15/9, 2010 at 11:53

2

Solved

trying to replicate the example here; http://onertipaday.blogspot.com/2011/07/word-cloud-in-r.html Need help figuring out how to increase the plotted area of the word cloud. Changing the height ...
Silent asked 12/2, 2012 at 0:59

4

Is there a nice way to remove the inline style from wordpress tag cloud tags? I'd like to set the same size for all tags and do not want inline styles at all if I can help it. Thanks
Hookworm asked 26/5, 2011 at 12:9

6

Solved

Does anyone know how to achieve a 3D sphere tag cloud, like on this site: http://krypted.com/ Is there a Javascript library that can easily do this, or was it most likely written by hand?
Placet asked 1/10, 2009 at 1:54

3

Solved

I would like to add a "tag cloud" to a project I'm working on. I see tons of them via google, but they seem to mostly be "enter an url" type. Here's an example of what I mean: ...
Physical asked 22/2, 2009 at 2:13

1

I am using D3 Cloud to build a word cloud. Here is the sample code: <!DOCTYPE html> <meta charset="utf-8"> <body> <script src="../lib/d3/d3.js"></script> <script s...
Vicechairman asked 20/12, 2013 at 13:47

10

I am making a small C# application and would like to extract a tag cloud from a simple plain text. Is there a function that could do that for me?
Dapper asked 10/12, 2008 at 0:34

4

Solved

what are some good tag Cloud logic that you had come up with? like fontsize = factor * percentageOfOccurance ....
Sunn asked 4/3, 2010 at 10:46

3

Solved

There are loads of great word and tag clouds available, the most prominent being wordle.net. But I am looking to display something akin to what some folks did for a twitter replay of the 2010...
Tentacle asked 8/6, 2011 at 14:33

6

Solved

Is there a good Django app out there that can take a list of tags and their frequencies of occurrence and render a tag cloud for them?
Handshake asked 1/1, 2009 at 23:26

1

Solved

I seem to be stuck behind the logic of a Solr faceting-powered tag cloud. First of all, I'm using OpenNLP to parse my docs and obtain relevant words out of it, so every single document gets split i...
Countryfied asked 20/4, 2011 at 22:15

2

Solved

Anyone knows how to create one? I know this question has been asked before but there was no answer and the provided link was a dead end. EDIT The project I found but couldn't make it work is this...
Filibeg asked 20/4, 2011 at 19:24

2

Solved

Is there a Ruby/Rails library that I can generate word clouds (output should be an image file) like in Wordle.net?
Laundry asked 30/3, 2011 at 21:26

3

Solved

I would like to understand the Algorithm/implementation of the tag cloud. In tag cloud we get following tags(weight) Tag: tag is the string or term for search (or parent depending on type of cl...
Culberson asked 14/3, 2011 at 15:35

1

I am looking for a simple library which can be given a set of items:value pair and which can generate a tag cloud as output. Library can preferably be in python
Antipodes asked 5/7, 2010 at 15:51

1

Is there a library which can take a python dict with word freq = { 'abc' : 25, .... } and convert this into a html based Tag Cloud?
Dalhousie asked 4/7, 2010 at 4:38

1

I need functionality for displaying and allowing selections of tags in SWT. Something that uses space efficiently, and ideally allows scaling of tags. Is there a tag cloud widget or is there one t...
Ontogeny asked 8/6, 2010 at 2:47

3

Solved

I have articles on my site, and I would like to add tags which would describe each article, but I'm having problems with design mysql table for tags. I have two ideas: each article would have fie...
Dust asked 8/4, 2010 at 19:50

4

Solved

What is the most interesting tag cloud implementation that you know? I'm searching for something easy to work with but somewhat non-standard. I know of WP-Cumulus 3D tag cloud, I'm interested...
Mountainside asked 24/11, 2009 at 18:2

3

Solved

I have an existing webapp and want to add a tag feature so that users can tag existing objects. The question is should I add a tag column to each object? or should I normalize it and use a tag tabl...
Weihs asked 25/8, 2009 at 17:54

2

I'd love to know how Stack Overflow's tagging and search is architected, because it seems to work pretty well. What is a good database/search model if I want to do all of the following: Storing...
Jhelum asked 24/10, 2008 at 18:38
1

© 2022 - 2024 — McMap. All rights reserved.