Tagged Questions
The tag-cloud tag has no wiki summary.
26
votes
8answers
7k views
Algorithm to implement a word cloud like Wordle
Context
Take a look at what wordle does : http://www.wordle.net/
it's much better looking than any other word cloud generators I've seen
note: the source is not avaialable - read the FAQ ...
26
votes
2answers
2k views
Optimal data architecture for tagging, clouds, and searching (like StackOverflow)?
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 ...
17
votes
4answers
1k views
Interesting tag cloud implementations
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 in an ...
11
votes
10answers
1k views
What's the best way to generate a tag cloud from an array using h1 through h6 for sizing?
I have the following arrays:
$artist = array("the roots","michael jackson","billy idol","more","and more","and_YET_MORE");
$count = array(5,3,9,1,1,3);
I want to generate a tag cloud that will have ...
7
votes
1answer
771 views
Is there a standard or open-source tag cloud implementation for SWT?
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 that ...
6
votes
3answers
350 views
Help understand the Algorithm for tag cloud
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 ...
6
votes
6answers
6k views
Django tag cloud plugin
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?
6
votes
5answers
737 views
When is a tag cloud a good (or bad) choice for visualizing data?
I'm currently reading some academic papers on Google Scholar, but I'm interested in the personal experiences of developers and web designers - when do you and don't you use tag clouds instead of ...
5
votes
3answers
435 views
How to model tags in the database?
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 table ...
5
votes
5answers
922 views
What is the correct algorthm for a logarthmic distribution curve between two points?
I've read a bunch of tutorials about the proper way to generate a logarithmic distribution of tagcloud weights. Most of them group the tags into steps. This seems somewhat silly to me, so I ...
5
votes
7answers
5k views
Tag Cloud in C#
Am making a small C# application and would like to extract a tag cloud from a simple plain text. I'm not sure about if there is a function that could do that for me... Any tips? (Or any other ...
4
votes
1answer
532 views
Is there a dynamic word/tag cloud Java API somewhere?
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 world ...
4
votes
1answer
308 views
Google app engine datastore tag cloud with python
We have some unstructured textual data in our app engine datastore. I wanted to create a 'one off' tag cloud of one property on a subset of the datastore objects. After a look around, I can't see any ...
4
votes
1answer
355 views
Which module could produce this tag-cloud image?
Is there a drupal module that could produce an image like this. I think it's some sort of a tag cloud or something.
4
votes
3answers
248 views
Fitting tag cloud to available space
Given words and their frequencies and an area of screen real estate, what are good approaches to fitting a tag cloud to the space? The two variables I can think of to manipulate are:
Font sizes ...
3
votes
1answer
56 views
Hot topics extraction from Twitter
I am building a website of finding and showing the hottest topics curretly on Twitter for my final project. Does anyone know how to extract the topics from the huge amount of tweets in the last week, ...
3
votes
2answers
181 views
Building a tag cloud in WPF
I'm trying to build a tag cloud in WPF based on an existing implementation [Download Source]. I didn't understand completely the implementation and my problem is, that instead of having the FontSize ...
3
votes
1answer
517 views
TagCloud for Android
I am trying to render a tagCloud from a set of given terms and weights on some Android devices. It seems that there is little support for jscript, esp. those based on jquery.
are you aware of any ...
3
votes
1answer
345 views
What is the formula to calculate the font-size for tags in a tagcloud?
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.
3
votes
3answers
731 views
PHP tag cloud ( and finding similar ones )
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:
1) each article would have field ...
3
votes
3answers
293 views
On scaling tags in a tag cloud
I am implementing a tag cloud on a mobile device. The details of data-model etc, are not particularly important here. My question is about the scaling of tags:
What is the 'best' expression to map ...
3
votes
1answer
2k views
“tag cloud” generators?
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.
I'm looking for one which either has either
a nice ...
3
votes
4answers
1k views
Tag Cloud web service?
Is there a public, free web service that generates tag clouds? I'm looking for something like Google Chart--URL in, image out.
2
votes
1answer
73 views
CouchDB tag cloud view
Given that I have some number of documents in my CouchDB database, I would like to be able to get a list of tags ordered by the number of documents associated with each tag. Documents have the ...
2
votes
2answers
200 views
Tag Cloud control for Silverlight
I'm looking to build a Silverlight application and want to display a Tag Cloud. I think I have the data processing (word counting) side of it going (thanks to answers to this question) but I'm ...
2
votes
1answer
530 views
Facet a multivalue field (Solr powered Tag Cloud pt II)
This is related to this: Solr powered Tag Cloud
However i decided to create another question since it's different from the original scope of the first question.
Here's the deal, I ve managed to index ...
2
votes
1answer
401 views
Solr powered Tag Cloud
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 into ...
2
votes
1answer
215 views
tag list made from specific category - wordpress
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 ...
2
votes
1answer
392 views
Dynamic cloud tag in jquery
does anyone know of a jquery cloud tag plugin that will let me dynamically add tags. All the ones I've seen so far are based on a static list and need to be destroyed and recreated to add or remove ...
2
votes
1answer
337 views
JavaScript Tag Cloud with IBM Cognos - IE is null or not an object
I followed a tutorial/modified the code to get a javascript tag cloud working in IBM Cognos (BI software). The tag cloud works fine in FireFox but in Internet Explorer I get the error:
"Message: '1' ...
2
votes
1answer
202 views
How to create a simple company blog with a Tag-Cloud in Drupal-6?
I have to create a simple company blog within drupal-6. That means there should be only one single blog each user can post into.
What i have done so far is to create a custom content Type (blog) and ...
2
votes
3answers
512 views
Suggestion for a tag cloud algorithm
I have a MSSQL 2005 table:
[Companies](
[CompanyID] [int] IDENTITY(1,1) NOT NULL,
[Title] [nvarchar](128),
[Description] [nvarchar](256),
[Keywords] [nvarchar](256)
)
I want to ...
2
votes
1answer
626 views
HTML Tag Cloud in Python
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
2
votes
3answers
494 views
best practice with tagclouds or tagCloud logic?
what are some good tag Cloud logic that you had come up with? like fontsize = factor * percentageOfOccurance ....
2
votes
2answers
2k views
Does anyone know where I can find a javascript tag cloud generator?
Ideally, I'm looking for something that I can give JSON data retrieved using jquery, and it would generate a cloud based on the data in that query (name, link, size, color, etc...).
2
votes
1answer
407 views
how do I generate a tag cloud in acts_as_taggable_on?
I can't debug why I am getting an error:
class VendorsController < ApplicationController
def tag_cloud
@tags = Vendor.tag_counts_on(:tags)
end
I set this class as Taggable:
class Vendor ...
2
votes
5answers
997 views
2
votes
2answers
813 views
Tag cloud control for WinForms .NET 2.0+
How would you render a tag cloud within a .NET 2.0+ WinForm application?
One solution that I am thinking of would be using the WebBrowser control and generating to some ad-hoc HTML, but that seems to ...
2
votes
1answer
745 views
Sort tag cloud alphabetically in acts_as_taggable_on_steroids
I got the acts_as_taggable_on_steroids plugin to work fine. The tag_cloud method in my view create and formats the cloud properly however the tags are listed in order of 'count desc'.
How to I ...
1
vote
1answer
76 views
What is the algorithm for tag clouds?
I'd like to create a tag clouds, and I'm wondering based on what parameters I should do this.
Also, I don't want the same top tags to be displayed all the time, so how do big sites handle this?
I've ...
1
vote
1answer
74 views
Looking for algorithm or a library to generate cool tag clouds (like mirror.me does)
Is there algorithms or libraries to generate sexy two-directional tag cloud like mirror.me does. E.g. http://mirror.me/fzmvdr8e
1
vote
1answer
128 views
Creating a tag cloud using MVC 3, VBNET, and Entity Framework
I am creating a tag cloud and have read the various posts that describe creating tag clound in mvc including the one at mikesdotnetting, wijix.com, and codevoyeur. I also read the posts at SO on the ...
1
vote
1answer
80 views
JQuery - Can't select dynamically created URL tag by class
So I am creating a TagCloud for my site and am having issues being able to use JQuery to alert me of the selected link.
The site created the links just fine, gives them the class of 'tagLink', but ...
1
vote
1answer
113 views
Cool TagCloud for jquery
I am looking for a cool plugin for tag clouds.
Somewhat similar to this rotating tag-cloud.
Is there any that you can recommend?
1
vote
2answers
243 views
Best approach to create a tag cloud from input text
I was wondering what would be the best approach to generate a tag cloud from a input text (while user is typing it). For example, if user types a story's text containing keywords "sci-fi, technology, ...
1
vote
0answers
316 views
jQuery tag cloud plugin help
If you look at the following Jquery plugin. Under the power heading, Im wondering if it would be possible to have the same smaller to larger effect, but in a particular direction, say north west for ...
1
vote
1answer
106 views
any widgets for tag cloud that takes JSON objects?
i was wondering if anyone knew any widgets for creating a tag cloud that takes in JSON objects? i have an array of JSON objects and was wondering whats the best way to create a tag cloud from it? ...
1
vote
2answers
164 views
Limit a for each loop in a tag cloud
I have the following tag cloud.
$rows = $db->loadObjectList();
foreach ($rows as $row)
{
$strAllTags .= $row->caption . ",";
}
// Store frequency of words in an array
$freqData = array();
...
1
vote
2answers
342 views
Word cloud generator for Rails
Is there a Ruby/Rails library that I can generate word clouds (output should be an image file) like in Wordle.net?
1
vote
2answers
580 views
rails pagination with tag cloud
im using kaminari. It's working with a chain and i have ActiveRecord::Relation object, but i cant figure out, howto avoid this error.
Code here, have trouble with stackoverflow redactor :/
...