[Tagdb] Multi-Word Tags Vs Single Word Tags

Bill Ward bill at wards.net
Thu Apr 6 21:00:59 GMT 2006


Or, when saving the multi-word tag in the db, you could also extract
the single words from it and save them too, maybe with some flag to
indicate that they are derived from a multi-word tag.  In the case of
"A trip to London" you might have some logic that knows how to ignore
articles and prepositions, and then it would save that as three tags:
"A trip to London", "trip", and "london" - that way you don't have to
resort to a like operation when querying.

On 4/6/06, Nitin Borwankar <nitin at borwankar.com> wrote:
>
> It's possible to get the best of both worlds by allowing multiword
> tagging but when you search for items by tag you do ..
>
> ....where tag like '% searchtag %'
>
> instead of
>
> ....where tag = searchtag
>
> i.e we search for words inside the multi word tags rather than words
> that exactly match the tag - note I have spaces around the search tag to
> avoid catching false positive substrings.
> if you want to find words in tags using underscores you can replace
> spaces in the wildcard string with underscores.
>
> This allows the same delicious like url's to be constructed - the items
> returned by the url will have both tags = searchtag and tags containing
> search tag
>
> It gets a bit messier in the API and the database but if people want to
> use such things, its not an either/or proposition.
>
> Nitin Borwankar
>
>
> Michal Migurski wrote:
>
> >> Now with multi-word tags users can use entire phrases like 'a trip to
> >> london' to tag items which they would have tagged as 'london' 'trip'
> >> incase of single word tags. This makes the tagged item difficult to
> >> discover, making the tag and thus the user to tagged item
> >> relationship non-social (quite opposite to what a tag is supposed to
> >> do).
> >
> >>
> >> Why dont we define a standard for tagging? It would facilitate many
> >> apps utilizing tagging to become interoperable, laying down an
> >> architecture of participation.
> >
> >
> > .
> >
> > This would be a serious vibekiller, I think. Keywords aren't exactly a
> > runaway success story.
> >
> > Multi-word tags: it feels intuitively simpler to me to tag something
> > "London" and "trip", and then search for the union of those tags. This
> > is in contrast to "London trip", "trip to London", "trip: London", and
> > "London (trip)", and many of the other variants that may be left
> > unfound by a particular search for a multiword tag. The other benefit
> > of single-word tags that I've seen is that they promote swarming
> > around a chosen term. Seems like every event I've been to this year
> > converges on some shared group tag that names all the relevant photos
> > and links, e.g. "etech06" or whatever, which translates very cleanly
> > and unambiguously into
> > URLs: http://del.icio.us/tag/etech06, http://www.flickr.com/photos/tags/etech06/, http://technorati.com/tag/etech06,
> > etc.
> >
> > ------------------------------------------------------
> >
> > michal migurski- contact info, blog, and pgp key:
> >
> > sf/ca            http://mike.teczno.com/contact.html
> >
> >
> >------------------------------------------------------------------------
> >
> >_______________________________________________
> >Tagdb mailing list
> >Tagdb at lists.tagschema.com
> >http://lists.tagschema.com/mailman/listinfo/tagdb
> >
> >
>
> _______________________________________________
> Tagdb mailing list
> Tagdb at lists.tagschema.com
> http://lists.tagschema.com/mailman/listinfo/tagdb
>


--
Help bring back the San Jose Earthquakes - http://www.soccersiliconvalley.com/


More information about the Tagdb mailing list