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).
0
votes
0answers
7 views
Tagging Blocks of Text Within a Document
I have an existing document, in Word (could be in PDF). I would like to manually highlight blocks of text within the document and assign (perhaps multiple) tags to that block of text. Then filter ...
0
votes
1answer
7 views
tagging a friend in a facebook post c# sdk
I am trying to test the ability to tag friends in messages from our app. It posts to facebook just fine, caption, description, name, picture, and link all display as they should, but in message all it ...
-1
votes
3answers
32 views
Detecting an `@` symbol, inside a user name
I'm trying to detect if there're @ symbols in a string and if the user tagged does exist (@admin for example). If an user(s) exist in the string I'd like to execute a function.
How do I write my code ...
-2
votes
0answers
8 views
Dediacting something to friends on facebook
I have a music website. And, I want that users listening the sounds have ability to dedicate that sound to any of their friends on facebook. Firstly, I thinks to go with Open Graph's Tagging ability, ...
0
votes
0answers
15 views
Posting to a page's feed with mentions, the mentions are filtered out
When posting a message with a status including a mention, such as "Message with @[id:Mention]", the message appears on the page with the mention removed, in this case as "Message with ".
Is posting ...
0
votes
1answer
19 views
docpad plugin-tagging Why lists all the tags?
Why lists all the tags?
I use:
<div class="tags">
<ul>
<% for tag, item of @getTagCloud(): %>
<li><a class="tag_item" href="<%= item.url %>" ...
0
votes
1answer
23 views
Tagging keywords in a textinput in android
I would like to have a field similar to what this provides (http://aehlke.github.io/tag-it/) but in an Android app. Does anyone know of an implementation or what I should do to make this work in ...
-1
votes
0answers
10 views
Tagged traffic received by a Server [closed]
I have a quick question, If I have a dHCP server connected to a trunk port of a switch with multiple vlans.(native 1, allowed 2,3,4,5,6..10)
What will the dhcp server do with the dhcp discovered on ...
0
votes
2answers
162 views
Python NLTK exercise: chapter 5
Hy guys,
I'm starting to study NLTK following the official book from the NLTK team.
I'm in chapter 5-"Tagging"- and I can't resolve one of the excercises at page 186 of the PDF version:
Given the ...
-3
votes
0answers
44 views
How can you stop people you don't know from tagging you? [closed]
Well I've been tagged by someone I deleted because she keeps on posting pics of me which I hate, and I also recieved the warning that I'm not allowed to add, and seed messages to people I don't know, ...
3
votes
3answers
86 views
Database Schema for User Tagging using Nested Set/Adjacency List
I have seen many posts on building database schemas for object tagging (such as dlamblin's post and Artilheiro's post as well).
What I cannot seem to find in my many days of research is the schema ...
2
votes
1answer
99 views
Three-Dimensional (or more) Tagging System? PHP / MySQL Database Architecture
I come forth bearing, rather obviously, a brain-stormy question. That, or I'm just too much of a noob to see any obvious answers to it:
How can I achieve a tagging system in which each tag has a ...
0
votes
0answers
98 views
Is there an app, website, or any way to search all tagged Facebook or Instagram photos of someone?
I would like to find a way to search all tagged Facebook or Instagram photos of someone?
I have found many ways to search hashtags and topics but that is not what I'm trying to do. I want to search ...
0
votes
0answers
17 views
Tagging an image in various spots, and saving to database
This might be too broad a question for this board, since its not very language specific....
But Id like to create something similar to what you see here... ...
1
vote
1answer
85 views
Rails model with two polymorphic has_many through: associations for object tagging
My schema has Articles and Journals that can be tagged with Tags. This requires a has_many through: association with a polymorphic relationship to my Tagging join table.
Okay, that's the easy and ...
1
vote
1answer
75 views
SQL queries about multiple related tags and items relationships
I've searched in SO for some of the following queries, but I can't find something that match my search, and I'm a little bit lost between IN, INNER JOIN and LEFT JOIN to write them.
The current ...
0
votes
2answers
290 views
single column with multiple values match multiple values sql
I have the table newsarchive in which there is a tags column where I can enter multiple values separated by comma. I have a page in which the news matching the tags specified with the newsarchive.tags ...
2
votes
1answer
106 views
How to build tag hierarchy on rails using acts-as-taggable-on
I have a rails app that includes tagging for blog posts using the gem acts-as-taggable-on. My idea is to extend the tagging mechanism of this gem using a moderate-link approach where I can choose to ...
0
votes
1answer
41 views
Is my tagging technique correct? [duplicate]
Here is my table structure
tags table
ID------ TAG_NAME
1 PHP
2 MYSQL
article table
ID----- ART_TITLE -- CATEGORY --- TAGS --- CREATED_ON
1 some title1 22 ...
-2
votes
1answer
29 views
What is the meaning of tagging in web services?
I know and I have worked on tagging in blog posts..etc I just saw a paper which says how to automate tagging in web services. But what do you exactly mean by tagging in case of web services?
0
votes
1answer
44 views
Finding at least one similar tag if possible
I have a db with tables like users, interests and tags.
users table is something like this:
user_id | name | city
15 John New York
18 Helen Virgina
interests table is ...
1
vote
1answer
148 views
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 ...
0
votes
2answers
50 views
Textarea for tagging (not HTML tags)
Googling for this is very, very frustrating. Whenever I search for the word tag and editor, or textarea, or textfield, I end up at some Wysiwyg editor for HTML.
But I'm looking for a javascript ...
1
vote
1answer
60 views
How to allow whitespaces in tag names using django-tagging-0.3.1?
I'm using the django-tagging-0.3.1 package to tag all the articles in my website. But I just found that this package seems not to support whitespace in tag name, which means when a tag name has ...
0
votes
0answers
120 views
Javascript Photo Tagging
I am trying to create photo tagging script using JavaScript & PHP. I saw a demo on this site and wanted do this on my site.
I want to know how can I do the click and drag like in the demo on the ...
0
votes
1answer
221 views
Tagging friends in photo android
I was searching around to find answer to my question but I couldn't.
Can anyone tell me or at least guide me that How can I Tag friends to photo which I am gonna upload(post) to Facebook. Searching ...
0
votes
1answer
33 views
Tagging: SQL query to return tagged and untagged items
I'm building a database that will incorporate tagging and have gone with the 'toxi' schema where I have 3 tables:
Items: Item, ItemID, more fields
Tags: TagName, TagID, more fields
TagMap: TagID, ...
0
votes
1answer
90 views
Get Page by TAG ID in Wordpress
so i have a php script that need to retrieve a certain "page", not a post but a page, in wordpress, i want to retreive ONE page that is pointed in a specific tag. I would like to know how i can ...
1
vote
1answer
49 views
List Sibling Pages By Tag
I'm trying to make a list of all sibling (sub)pages of a parent page. That's easy enough.
But I've tagged each sibling child page, and I would like to organize my list like so:
Term 1
- ...
0
votes
1answer
33 views
Is there a way to get a tag from a specific commit in git?
How do I get the git tag(s) on a specific git commit SHA?
0
votes
2answers
81 views
Sorl : Unable to use Tagging and excluding Filters
I have 2 Facets color and shape.
Color:
Red
Green
yellow
Shape:
Circle
Square
Now I want to use Tagging and excluding Filters for both these Facet.
So if I select "Red" the green and ...
3
votes
2answers
219 views
Mercurial: Automatically tagging a build
In a mercurial set up, I'd like to automatically tag certain builds based on continuous integration scripts. For example, a tag such as branchName-buildId whenever a build of a branch is deployed, or ...
0
votes
0answers
24 views
Publishing Facebook Actions with 3rd party places
i'm working with facebook opengraph and i want to publish a post using 3rd party places (foursquare places), like "Path".
http://venue2.wiman.me/ok.png
Instead, this is what i'm currently able to ...
0
votes
0answers
11 views
How to update sentences in a corelabel?
I am using standford corenlp for my project.Intially my sentences are in a corelabel:
List<CoreMap> sentences = annotation.get(CoreAnnotations.SentencesAnnotation.class);
for(CoreMap ...
0
votes
0answers
43 views
Tagging with lucene
I have a bunch of documents to tag passed to Lucene. For ML, a bunch of other documents also available, in lucene format. What is the correct way to go with in Lucene 4.0? The current approach is ...
0
votes
1answer
48 views
Rest api - adding tags to an entity
I am designing a rest api in which I need to add tags to an entity. The entity is created using POST /content where the json data is passed in the request body. I want to allow adding tags while the ...
0
votes
2answers
79 views
Rails - has many polymorphic tagging not working correctly
I have two tables for tagging so that I can attach tags to any models, it works likes so…
There's a tagged item join table which has a tag_id column and then two other columns for polymorphism: ...
0
votes
1answer
69 views
Adding texts to an UIImageView like tagging feature in facebook app
I would like to implement the similar feature as in the facebook iPad app in which the text can be added to an image as in the below image.
I can add a view like this with the text in the ...
1
vote
0answers
137 views
Facebook Mention Tag Design and Flow (friend picker then textarea with tag)
I have a sending gifts app where a user can send a gift to a Facebook friend. I want to use the Mention Tagging Open Graph functionality to post on Facebook like the following:
Bob gave(action) a ...
0
votes
0answers
25 views
Tagging a name in an event detail
I would like to tag a name in an event detail, (pointing to an artist's page) I know it can be done for a post, but what about an event?
-1
votes
1answer
232 views
How do I use the Mention-tag on Facebook Graph posts?
I found I can mention friends directly on Facebook by @[userId:userName] but it does not work when posting from Graph console or my app via the Facebook Graph API.
To write a post I use
...
0
votes
1answer
42 views
Using Ruby to tag records that contain repeat phrases in a table
I'm trying to use Ruby to 'tag' records in a CSV table, based on whether or not a particular field contains a certain phrase that is repeated. I'm not sure if there are libraries to assist with this ...
0
votes
1answer
167 views
Create svn directory tagging using Jenkins
I need to tag a directory using jenkins. This is what is my need.
I have a folder xyz in a ssh server. I have checked out to jenkins directory
/var/lib/jenkins/jobs/Jobname/workspace
I need to tag ...
1
vote
1answer
79 views
Set git tag and checkout on Windows
We are in the process of changing revision control system from Starteam to Git and GitHub.com. With Starteam we use labels. A label is a named snapshot for example 3.14.1.3145. That is automatically ...
2
votes
1answer
117 views
Android app Image tagging
I am working on an android application where user can upload pictures to a stream. The user can also tag the pictures with some labels. The problem is how can I detect the "same" point on an image on ...
1
vote
1answer
49 views
Tracking an existing tag in SVN
Currently we are using a process that tags a code base as production code in CVS and then normal development proceeds. Commits to trunk and new tags can occur but the prod tag cannot be changed until ...
1
vote
2answers
303 views
Append a tag box inside an image after clicking on it
I'm trying to make a photo tag plugin for my website. I have long way to go. I know there are other actual plugins but I want to create my own here. The question is I was trying to make a box appear ...
1
vote
0answers
251 views
Error when creating a Subversion tag using TortoiseSVN
Subversion 1.7.8 has been installed in a server running Microsoft Windows Server 2003 R2 Standard Edition Service Pack 2.
Subversion runs as a Windows service.
Directory d:\SvnRepositories has been ...
1
vote
1answer
122 views
Do built in POS Taggers within NLTK have a Confidence Value for it's decisions?
I am working with a basic tagger from the NLTK package. I was previously using OpenNLP's tagging system. I am switching because NLTK has more pre-built modules that I could use later on in my project. ...
0
votes
1answer
43 views
Tag Page Redirecting to Home Page
We have some posts on our Wordpress website and we wanted to put tags on the bottom, so I used:
<p><?php the_tags(); ?></p>
And it worked sort of. The problem is it links to for ...







