Discussion (Thread) Tagging Upgrades


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Discussion (Thread) Tagging Upgrades
# 1  
Old 09-01-2018
Discussion (Thread) Tagging Upgrades

Dear All,

I have made significant progress coding new discussion thread tagging features.

As always, we want all users to tag thread and moderators to tag threads with relevant keywords.

Moving forward, in addition to the #1 important "human tagging", we will also auto tag threads with one or two tags associated with the forum (for example "shell script" in the shell scripting forum) and some keywords from the thread title.

I've been testing this feature, and it works well, but I'm going to keep refining this over time.

Please do not stop tagging threads, or adding tags to existing threads; because the auto-tagging feature is just to insure threads are tagged and their is a baseline tag for each thread (associate with the forum of the discussion and some title keywords).

After we are happy with the overall tagging, I plan to code a new posting feature or area which will be "tag based" versus "forum based".

Cheers.
These 4 Users Gave Thanks to Neo For This Post:
# 2  
Old 09-01-2018
Quote:
Originally Posted by Neo
As always, we want all users to tag thread and moderators to tag threads with relevant keywords.
First off, this will be a great improvement IMHO. Tagging is like a healthy lifestyle: everybody knows s/he should be doing it but hardly anybody does it.

Still i have a suggestion for the tagging system, while you are at it: there should be a tool to "harmonise" tags. It should do the following:

- select one (used) tag
(- display the number of posts it is used in)
- select another (used) replacement tag
- replace the first tag with the second in all posts

The problem with tagging is that - as everyone can come up with tags - we end up with multiple tags for the same things. We may end up for example having "shell script", "shell scripts", "script", "sscript", etc. tagging effectively the same thing. Such a tool would help to harmonise these.

Since we use the tags for searching it will become much more effective if one doesn't have to include several variants to the search.

I hope this helps.

bakunin
# 3  
Old 09-01-2018
Hi Neo...

Take a look at this:

Recipes << ActiveState Code

Click on the tags tab and see how clever it is...

The tags get larger as the amount of uploads on that particular subject occurs.
Also it tells you how many times any particular tag has been used by uploaders.

Hope it helps...

Bazza.
# 4  
Old 09-01-2018
Yes, I fully understand the arguments and engineering trade-offs in the areas of tagging and taxonomies.

In our case, on this site, here is my estimate of the problem of tagging on UNIX.COM today:
  1. 90% Lack of members tagging threads.
  2. 10% Issues with similar tags (not fully harmonized)

So, I'm more interested in focusing on the 90% problem and not the 10% (or less issue).

When the balance reverses (and becomes a serious problem), we can address the problem of harmonization and similar tags; but for the foreseeable future, the focus should be tagging without any worry or concern about similar tags, etc.

When I see there is a bonafide problem in the tag space, I will address; but for now, I really think it is not an issue.

Also, moderators and admins can add and delete (and change) tags. It's fun and just takes a second to delete misspelled tags, delete unnecessary tag variations or add additional tags to thread.

Thanks.
# 5  
Old 09-02-2018
Also,

I noticed that when "auto tagging" based on new thread title, sometimes there is some "useless tags", so my suggestion is to:

After starting and saving a new thread, look at the tags (especially the auto-generated tags) and edit, adding tags or deleting tags, as you think best.

The auto-tags are generated from the title you gave the new thread.

There is also a feature to auto-add tags based on the contexts of the post, but that results in way too many useless tags, so I disabled auto-generating tags from the content.

Enjoy!

Cheers.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

How can I manage redundant HMC upgrades with firmware upgrades?

Lets says I have 2 HMC's A and B, connected to a p570 managed system. Right now the firmware level of the p570 is EM320_076 and that needs to be upgraded to EM340_095. Now the HMC's are at V7R3.3 and as per the code matrix the HMC's needs to be upgraded to V7R3.4 Servicepack 2. Now my... (5 Replies)
Discussion started by: balaji_prk
5 Replies

2. Shell Programming and Scripting

ID3 tagging script

I'm trying to get a little script working with DropScript 0.5 that edits the ID3 tags of an MP3. Here's what I've got: #!/bin/sh # Strip directory part but leave extension. in_base=`basename "$@"` # Strip extension. in_noext=`echo "$in_base" | sed 's/\.*$//'` /opt/local/bin/id3v2... (4 Replies)
Discussion started by: SimonDorfman
4 Replies

3. Shell Programming and Scripting

CVS Tagging Script

Hi All, We have to tag all source code files to prepare a release kit. We have one CVS Project under which all files have to be tagged. We use the following cvs command to tag a specific version of a file: 'cvs rtag -r X.XX -F "newbuild" somefile' This command asks for the CVS Login... (3 Replies)
Discussion started by: rahulrathod
3 Replies
Login or Register to Ask a Question