visual representation for text data, typically used to depict keyword metadata (tags) on websites, or to visualize free form text

learn more… | top users | synonyms

-2
votes
0answers
59 views

How to do a tag cloud using jquery? [closed]

How to do a tag cloud using jquery? have been doing research on the tag cloud. any hints? thanks. appreciated. <li class="tag1"><a href="#">Lorem ipsum</a></li> <li ...
0
votes
1answer
15 views

how to provide a click handler in JQCloud

I am using JQCloud for building a tagcloud. It's nice and easy and meets my user's visual criteria. I would like to have a click handler invoked when user clicks on a word: var tag_list = new ...
0
votes
0answers
36 views

Strange things in my tagcloud [closed]

First time using wordcloud in R, and there seems to be a problem with the stemming. data_qual <- data[data$device == "D", ] data_qual <- Corpus(VectorSource(data_qual$notes)) data_qual <- ...
0
votes
1answer
75 views

Move an element to next line using CSS, if it doesn't fit in the available area width

I have a View created using ExtJS, composed of a Autocompleting Textbox (bound to a store) and a custom templated DataView (again, bound to another store). And the view looks like below. Here's how ...
0
votes
0answers
43 views

Align two D3.js tagclouds side by side

I wonder if I could create two different tag clouds (using D3.js library) and align them side by side in order for the first to be displayed left and the second right. In some point I considered ...
-1
votes
1answer
18 views

Word clouds and mysql fulltext

I am using mysql fulltext in a web site with few 1000s of articles (much like a newspaper). I created the index using the "title" and the "body" of the article. Now I would like to include in the ...
1
vote
1answer
103 views

How does a tag cloud work [closed]

I am new to the tag cloud. I am about to implement Tag Cloud feature in my project. In order to do that, I should have some knowledge about it. I just started learning it, got some theoretical idea of ...
0
votes
1answer
165 views

Can't use hover with jQuery Tag Cloud

I need to add an onHover event when people hover over any of the items inside the tag cloud, here's the code.. I think there's a conflict somewhere. Right now it does not trigger at all. <html> ...
1
vote
0answers
39 views

Tag cloud from songs_tags table - many-to-many relations

My goal, get JSON like this: [{text: "Dolor", weight: 9.4},{text: "Sit", weight: 8},{text: "Amet", weight: 6.2}] I have three tables Tags, Songs and Songs_Tags: mysql> SHOW TABLES FROM jmusic; ...
0
votes
1answer
54 views

How to optimize sql query - tags cloud

SELECT DISTINCT tag, occurences FROM ' . DBPREFIX . 'tags WHERE ID >= ( SELECT FLOOR(MAX(ID) * RAND()) FROM ' . DBPREFIX . 'tags ) AND exclude=0 ORDER BY ID LIMIT ' . ...
0
votes
1answer
92 views

Difference between tag cloud and Google Tag Manager?

I liked tag cloud but in technical webinar of Google tag manager I wasn't able to find tags on webpage. So I need to understand the difference.
0
votes
2answers
89 views

Grails relationship involving mutliple tables, possible many to many

The problem lies with linking a Event Instance to a Tag Instance. Upon Saving an event which has now been achieved ...but with design problems remaining, as one tag can be related to multiple events, ...
0
votes
1answer
107 views

Display tags from specific category in WordPress

I am using the code below to attempt to display a list of tags associated with posts in the category 'html' <ul> <?php query_posts('category_name=bikes'); if ...
0
votes
1answer
57 views

Adding weighted tags in wordpress

Is there a way I can add weighted tags to wordpress? I need to customize the tag cloud widget to show the most used tags with different colors
0
votes
0answers
466 views

How to populate TAG CLOUDS in sharepoint using a list's Enterprise keywords? [closed]

I have a sharepoint list wiht the enterprise keyword column. I need to display those key words in a tag cloud... When i insert the Tag Cloud web part it does not show any tags.. How do i fix this??
3
votes
1answer
146 views

Tagging from Scratch: the Tag Cloud Issue

I'm following the instructions from http://railscasts.com/episodes/382-tagging and building a Tag System from the Scratch. Everything are working great instead the tag_cloud helper. It happens a kind ...
0
votes
1answer
523 views

How do I programatically layout a dynamic word cloud with OpenCloud in swing?

I've gotten to the stage where I can display my OpenCloud word cloud in Java using this code with Swing. It loads text line by line from a file, gobbles it up and spits out words that I want ...
0
votes
1answer
130 views

Unable to filter out n shingle(n - gram) facets using the “exclude” words option provided in the “facets” query

I am trying to make a tagcloud of words and phrases using the facets feature of elasticsearch. My mapping: curl -XPOST http://localhost:9200/myIndex/ -d '{ ... "analysis":{ "filter":{ ...
3
votes
1answer
374 views

Where is the Taggly tag cloud library for codeigniter?

I can't find the Taggly library anywhere on the net, does anyone know where to find it please ? The link doesn't work on the wiki. Thanks.
1
vote
3answers
147 views

Creating a tag cloud out of taglink?

I'm using ASP.NET MVC3 to create a blog and I want to create a tagCloud for it. Now my question is how I get it into a list (do I need to?), count and then print it out in different sizes? EDIT: I ...
1
vote
0answers
82 views

javascript animate textbox entry

I need to implement the following, I have a input box and a submit button and a square div/canvas element below the input box. A user enters a word and clicks on the submit button the following needs ...
0
votes
2answers
116 views

Is it possible to have variable text sizes in UITextView? (Making a tag cloud)

I would like to create a tag cloud of sorts, and I thought of using a UITextView. Is it possible to have variable text sizes in a UITextView? If not, any other suggestions on which UI elements to use ...
0
votes
1answer
126 views

wp_tag_cloud for hierarchical taxonomies

I'd like to display a tag cloud on a site using a custom hierarchical taxonomy. My problem is that the default wp_tag_cloud displays based on the number of posts for each category/tag. I want it to ...
1
vote
0answers
421 views

joomla k2 tag cloud random

I am trying to use K2 Tool's tag cloud function on my joomla website but the only setting I can pick is by X Popular Tags which doesn't actually specific what makes the tag popular. So I am trying to ...
0
votes
1answer
75 views

acts_as_taggble tag cloud undefined method `count' for tag object

I am trying to implement a tag cloud using acts_as_taggable. I already have my own tag model in place, and am hoping to piggy back on the current code, and just use acts_as_taggle for the cloud. So ...
0
votes
1answer
96 views

Fit elements into box

I want to achieve the effect shown in the images attached. Given certain items, fit them into a shape (box or something else), with the option to resize the items or not. I know there has to be some ...
0
votes
0answers
151 views

Word cloud generator and export

Hope someone can help! Looking for an exportable wordcloud to certain formats such as pdf and jpg. I currently have a wordcloud from Google Charts: ...
0
votes
0answers
97 views

Buggy javascript tag cloud

I've been playing around with Javascript and hope to add it to my collection of known languages. I've created my own tag cloud that interacts with the user's mouse. I would like the links to "grow" ...
0
votes
1answer
50 views

Rails Radiant CMS tag cloud plugin

I am creating a blog website with Radiant CMS but I need a tag cloud plugin that would work like blogger like visual tag cloud. I found this but it does not give give the visual tag cloud feature. Is ...
3
votes
1answer
454 views

Link Liferay tag cloud links to a different page

When putting the liferay tag cloud portlet on a page, clicking the links in the tag cloud will just render the result in the same page if and only if I have an asset publisher portlet on the same ...
0
votes
1answer
91 views

Display Tag cloud of links on Google maps?

I want to display a set of link on Google maps as a cloud. I'm not sure how to go about it. I first tried using ELabels and even the google Maps API MapLabelto display labels on the map but they cant ...
0
votes
3answers
760 views

How to create a Simple tag cloud? Using C# and Styling with css

I'm finding it impossible to create a tag cloud, I can't find any walkthrough’s or tutorials. (ones that work at least). I'm just looking for a simple, basic example of a working tag cloud and I can ...
2
votes
2answers
235 views

which API for a tagCloud to use with play! framework?

I'm implementing a tagCloud for my web application which I'm using play! framework to develop. I just wanted to ask what is the best API to use, I tried to search for online tutorials but i didn't ...
0
votes
1answer
83 views

Wordpress - Customizing href of tag cloud entries

I've got the standard tag cloud in my sidebar. However, I've written my theme from scratch, and it operates a bit differently. Instead of the hrefs for each tag in my cloud leading to mysite.com/tag1 ...
0
votes
2answers
267 views

How to display specific categories name in wp_tag_cloud

As normal wp_tag_cloud is show Tag Cloud by taxonomies, but it seems like not support to filter exclude for categories. except tag. Have any ways to display that ?
0
votes
1answer
164 views

Implementing tag clouds with CakePHP

I did a little research on tag clouds, and I ended up choosing a schema similar to the Wordpress one seen in this page: http://www.pui.ch/phred/archives/2005/04/tags-database-schemas.html Currently, ...
3
votes
2answers
154 views

Looking for a faster algorithm to count tags/keywords/labels on a document database for a dynamic tagcloud

Current state .NET 4.0 Application (WPF) Database: SQLCE Tables (simplified): Documents, Tags, DocumentsTags [n:n] roughly 2000 documents and 600 tags (tags can be assigned to multiple documents) ...
2
votes
1answer
490 views

how can one increase size of plotted area wordclouds in R

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 and ...
0
votes
1answer
177 views

Tag clouds similar to mirror.me using php and/or jquery?

Have a look a http://mirror.me/fzmvdr8e I believe this is java code on the serverside. Are there any similar solutions using php and/or jquery? Thanks
0
votes
1answer
275 views

Tag cloud with bold/light tags

I am trying to implement a tag cloud like Amazon.co.uk see here. my currenct javascript is like this var tags = jq.getJSON(baseUrl + '/ajax/populartags', null, function(json){ //create list for ...
0
votes
1answer
164 views

How can I randomize links in tag cloud area when page is refreshed?

The code is working ok, but I still want to make random results on page refresh. Now the code is giving me results for example link n.1,2,3,4,5... and I wan't them to be random for example no. ...
1
vote
1answer
347 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 ...
2
votes
1answer
216 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 ...
4
votes
2answers
371 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, ...
1
vote
1answer
366 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
267 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 ...
2
votes
1answer
312 views

Tag Cloud Algorithm that Supports 1 Word Frequency

I'm looking to make a Tag Cloud in Objective-C, and I'm trying to find a good algorithm. I've tried several, which, at first, seemed to work quite well, but they all had one flaw: if the word with the ...
0
votes
1answer
224 views

using array to assign css classes to tagcloud

I am wondering if there are any other approach to do something like this: $classes = array("tag5", "tag2", "tag9", "tag4", "tag1", "tag6", "tag10", "tag8", "tag3", "tag7" ); shuffle($tags); foreach ...
0
votes
2answers
1k views

TSQL - Querying a table column to pull out popular words for a tag cloud

Just an exploratory question to see if anyone has done this or if, in fact it is at all possible. We all know what a tag cloud is, and usually, a tag cloud is created by someone assigning tags. Is it ...
2
votes
2answers
259 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 2 3