35
votes
5answers
2k views
How do you recommend implementing tags or tagging
I've heard of a few ways to implement tagging; using a mapping table between TagID and ItemID (makes sense to me, but does it scale?), adding a fixed number of possible TagID columns to ItemID (seems …
31
votes
10answers
942 views
What is the best way to compute trending topics or tags?
Many sites offer some statistics like "The hottest topics in the last 24h". For example, Topix.com shows this in its section "News Trends". There, you can see the topics which have the fastest growing …
27
votes
12answers
2k views
Database Design for Tagging
How would you design a database to support the following tagging features:
items can have a large number of tags
searches for all items that are tagged with a given set of tags must be quick (the …
22
votes
0answers
1k views
How reasonable is it to correct terminology in questions and tags? [closed]
I've come across various questions with incorrect use of terminology in them. The primary abuses (in C# questions) are:
Referring to "C# 3.5" (which doesn't exist) instead of "C# 3.0" or ".NET 3.5"
…
15
votes
0answers
872 views
Tips for effectively tagging questions. [closed]
Here are some tips for tagging questions. These guidelines will help you more accurately tag your questions, which in turn will help them get more attention and lead to better answers faster.
Return …
13
votes
7answers
609 views
Is there an agreed ideal schema for tagging
I have a photo website and i want to support tags as my original category bucketing is starting to fail (some pictures are family and vacations, or school and friends). Is there an agreed tagging db …
10
votes
3answers
299 views
Tag hierarchies and handling of
This is a real issue that applies on tagging items in general (and yes, this applies to StackOverflow too, and no, it is not a question about StackOverflow).
The whole tagging issue helps cluster …
9
votes
7answers
1k views
What is the most efficient way to store tags in a database?
I am implementing a tagging system on my website similar to one stackoverflow uses, my question is - what is the most effective way to store tags so that they may be searched and filtered?
My idea is …
7
votes
4answers
116 views
Are there any papers or research results concerning the way people use tags and keywords?
I'm working on a tagging system at work, but one thing that I would be interested in is determining what has already been learned about the way people use such systems so that, when using libraries …
7
votes
0answers
578 views
Stack overflow tag filtering [closed]
I know you can select a tag and then click on unanswered to view the unanswered questions for that tag.
But is there a way to view questions only for a certain set of tags > 1 tag?
Mainly I'd like …
5
votes
2answers
623 views
Facial recognition/detection PHP or software for photo and video galleries
I have a very large photo gallery with thousands of similar people, objects, locations, things. The majority of the people in the photos have their own user accounts and avatar photos to match. There …
5
votes
4answers
646 views
LSA - Latent Semantic Analysis - How to code it in PHP?
Hello!
I would like to implement Latent Semantic Analysis (LSA) in PHP in order to find out topics/tags for texts.
Here is what I think I have to do. Is this correct? How can I code it in PHP? How …
5
votes
12answers
1k views
CVS/SVN best practices for branching and tagging
hi
i'm going to be responsible for deciding how tagging branching is going to happen in our CVS/SVN repo.
Is there any literature that will help me understand the best way to work with CVS? either …
4
votes
3answers
85 views
Any distributed cache systems that allows for tagging content?
I'd like to know if there is any distributed cache systems like memcached, velocity or sharedcache that allows me to tag content with more than just it's name, or that can relate items to eachother, …
4
votes
5answers
310 views
SVN layout — best practice
In CVS we have on project with multiple directories in there.
There is a nightly build that has to pull in stuff from different directory in the same CVS project in order to build the nightly build. …
