Questions tagged [tagging]

Tagging is the act of adding tags (non-hierarchical keywords or terms assigned to a piece of information such as an Internet bookmark, digital image, or computer file).

Tagging is the act of adding tags (non-hierarchical keywords or terms assigned to a piece of information such as an Internet bookmark, digital image, or computer file).

Tagging is carried out to perform functions such as aiding in classification, marking ownership, noting boundaries, and indicating online identity. It may take the form of words, images, or other identifying marks.

920 questions
26
votes
5 answers

Mac OS X : add a custom meta data field to any file

I would like to me able to set (and get) a custom metadata attribute for any file. What is the best way to do this? Thanks
AP.
  • 5,205
  • 7
  • 50
  • 94
25
votes
3 answers

Is there any Treebank for free?

Is any place I can download Treebank of English phrases for free or less than $100? I need training data containing bunch of syntactic parsed sentences (>1000) in English in any format. Basically all I need is just words in this sentences being…
YMC
  • 4,925
  • 7
  • 53
  • 83
25
votes
3 answers

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 are also logical short lists of people…
Peter Craig
  • 7,101
  • 19
  • 59
  • 74
24
votes
7 answers

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 schema? I still want to support having photos…
leora
  • 188,729
  • 360
  • 878
  • 1,366
24
votes
5 answers

Unsupervised automatic tagging algorithms?

I want to build a web application that lets users upload documents, videos, images, music, and then give them an ability to search them. Think of it as Dropbox + Semantic Search. When user uploads a new file, e.g. Document1.docx, how could I…
Sahat Yalkabov
  • 32,654
  • 43
  • 110
  • 175
20
votes
3 answers

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 similar items, whatever items they may be (jokes,…
tzot
  • 92,761
  • 29
  • 141
  • 204
20
votes
1 answer

Count verbs, nouns, and other parts of speech with python's NLTK

I have multiple texts and I would like to create profiles of them based on their usage of various parts of speech, like nouns and verbs. Basially, I need to count how many times each part of speech is used. I have tagged the text but am not sure how…
Zach
  • 4,624
  • 13
  • 43
  • 60
18
votes
3 answers

Implementing twitter-like hashtag on rails

I'm want to implement twitter-like hashtag on my app. Let's say I have user input to a text area "I'm coming to #london from #paris" then I want to build tag cloud of the hashtags. I'm thinking of using acts-as-taggable-on. So I find all of my…
tipbis
  • 357
  • 3
  • 9
18
votes
3 answers

How to customise the tag format of the Maven release plugin?

In our SVN repo, we store tags like this: trunk project_a project_b branches project_a branch_x branch_y project_b tags project_a 1.0 1.1 project_b 1.0 When I run the Maven release…
Andrew Swan
  • 13,427
  • 22
  • 69
  • 98
18
votes
4 answers

Efficient implementation of faceted search in relational databases

I am trying to implement a Faceted search or tagging with multiple-tag filtering. In the faceted navigation, only not-empty categories are displayed and the number of items in the category that are also matching already applied criteria is presented…
17
votes
4 answers

Using Maven, Git: How do I tag the latest version of my code?

I'm using Maven 3.0.3 with Git. I use an integration tool (Bamboo) to check out a branch of code from Git into a directory. The tool then uses Maven run the standard build lifecycle (compile, test, deploy). What I want is that if my Maven deploy…
Dave
  • 15,639
  • 133
  • 442
  • 830
17
votes
1 answer

Tagging mkv files with cover images?

I found this screenshot which shows that you can add a cover image to an mkv file in a way that it is displayed as the icon of the file in the Windows explorer using Shark007+icaros. But these tools are messing with the system in a really bad way.…
Forivin
  • 14,780
  • 27
  • 106
  • 199
16
votes
1 answer

Mercurial, how to tag old version of files

I forgot to tag and older version of my files with a release tag. The older version is at r13, latest is about r65. I cloned the latest repository to a new directory, did an "hg update -r13" to get the older code I wanted to tag, then did the tag…
fred basset
  • 9,774
  • 28
  • 88
  • 138
16
votes
1 answer

How do I add a tag to a Github commit?

When making a GitHub commit, how do I tag it using the git command-line options before pushing it to remote repo? Can something like this be done? git commit -m 'first commit' -tag -a v0.0.1 -m "1st release"
Enkouyami
  • 265
  • 1
  • 3
  • 13
15
votes
4 answers

What's the best way to search GitHub?

The search feature on the site seems pretty awful. Are there any external sites that do a better job of categorizing projects with tags, etc? Or maybe I'm just not using GitHub correctly?
Bennop
1
2
3
61 62