
olemis at gmail
Sep 14, 2009, 8:25 AM
Post #4 of 14
(500 views)
Permalink
|
On Mon, Sep 14, 2009 at 10:08 AM, Roger Oberholtzer <roger.oberholtzer [at] gmail> wrote: > > On Mon, 2009-09-14 at 07:47 -0500, Olemis Lang wrote: >> On Mon, Sep 14, 2009 at 1:49 AM, Roger Oberholtzer >> <roger.oberholtzer [at] gmail> wrote: >> > >> > >> > Hello >> > >> > I asked this a while back, but no one seemed to have any information to >> > add. So I will ask again. >> > >> > 2) Simple words, like 'the, 'it', 'if' and the like are included in the >> > cloud. I guess one could make the argument that all valid words are >> > potential tags. But I really do not think anyone is interested in the >> > strength of occurrence of such words. >> > >> >> Seems to be related with the fact that whitespaces are not allowed in >> keywords, so they get splitted ... > Firstly I experience the same issues . > Um, are punctuation white space? No but if you specify `the it is in the here; but is it, here, the & is in the it; here` Then Trac splits that text (by discarding whitespaces ;o) and takes the individual words as keywords; so you'll get back `here;` and `it;` and, and ... > If they were, No, so I dont follow this ;o) > Where do the tags that the TagsPlugin uses (especially for the TagCloud) > come from? > Some people say that some aliens have introduced them inside eggs so that they be born at the right time thus ensuring their total domination of Trac-land ... ... but I've discovered (Nobel-prize is on the way ;o) that tags are contributed by extensions, and in the specific case of Wiki pages and tickets, they are exactly the keywords . So, if keywords are splitted and parsed just like I mentionned before then the same results will be propagated to the labels of the different tags. >> > Have I missed some obvious setting. I do not see anything on the >> > TagsPlugin web page that addresses this. >> > >> >> ... IMO not a TagsPlugin issue ... > > OK. Where might the problem be? > IMO ... keywords parser in Trac core -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: Lo que es seguro es que Windows no es seguro - http://feedproxy.google.com/~r/simelo-es/~3/8oe4xFzOvRo/lo-que-es-seguro-es-que-windows-no-es.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|