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
-1
votes
1 answer

How to efficiently maintain a tag count in Postgres?

I'm developing a tagging system where each user has a list of tags associated with them, and I'm storing them in a text[] column. Here's an example: user_id: int4 tags: text[] ------------- ------------ 1 [ 'apple', 'banana',…
Ryan Peschel
  • 11,087
  • 19
  • 74
  • 136
-1
votes
1 answer

Which is image and video annotation tool allows us to correct or edit the wrong annotations?

Is there any image annotation tool where I can import the bounding box coordinates (in PASCAL/VOC/YOLO format) and correct or edit the wrong annotations ? Wrong annotations are either wrong labels or shift in coordinates from actual object. I have…
Padfoot
  • 153
  • 1
  • 7
-1
votes
1 answer

Fetch defined_names from a .xls file

I'm trying to fetch tagged data from a .xls file. I am able to fetch the tagged data from .xlsx file using Openpyxl, like this: [dn for dn in wb.defined_names.definedName] But openpyxl does not support .xls format and I need to get the defined_names…
di_gupt10
  • 154
  • 2
  • 4
  • 11
-1
votes
1 answer

CNN architecture for word/character n-grams

I've got a task of sequence labeling, and I's like to build a CNN which would take an input of a fixed number of embeddings (character or word-based) and extract n-gram-like features via convolution/pooling. I haven't previously used convolution…
-1
votes
2 answers

Why aren't my tags properly closed?

I have a 2 days Android experience... What is wrong about the tagging in this layout? It says tag start is not closed but I don't have to close every TextView with />, right? The tutorial guy said you need to put only one /> at the…
Rolam
  • 71
  • 1
  • 8
-1
votes
1 answer

Uploading multiple images for image tagging in a single request to alchemyapi

I am trying to use Node.js with AlchemyAPI for image tagging. How can I upload or provide multiple URLs for multiple images in a single request so that the response contains the tags for all the images ? If I am adding multiple URLs it gives …
Aakash Mangal
  • 125
  • 3
  • 12
-1
votes
1 answer

how to do zoom image like facebook and tagging name?

I am new in android ,i want to do zoom image and tagging name on actual position on image.if I zoom image then position of tagged text should not change.tagged text would stick with in position on image. Help me.thanks in advance.
Vasant
  • 3,475
  • 3
  • 19
  • 33
-1
votes
1 answer

Best way to parse suffixed words

I need a parser that recognizes the part of speech according to the last letter of each word. I've used Python but I'm not sure the available CFG parsers will accept this. Let's take Esperanto words for example. All adjectives end with -a (eg.…
Piechjo
  • 1
  • 2
-1
votes
2 answers

Object Detection by giving an input image using opencv

I'm new to opencv .My requirement is that in a video by giving an input image it should tag every occurence of the image in the video using opencv. Any help would be much appreciated.
-1
votes
1 answer

jquery event to set css

hey i have a jquery easy ui on my page.. but i little confuse here... i want to create a input field but the looks is like some kind of tagging field, so after the user type the separator character (lets say comma) , then the word was typing will…
Wawan Brutalx
  • 603
  • 6
  • 15
  • 27
-1
votes
1 answer

Find similar objects that share the most tags

I have two tables objects and tags, each object having an id, and each tag having an id a name and a parent (the id of the object). What I want to do is to choose an object then find other objects ordered by the amount of tags in common , e.g. to…
Wurstbro
  • 974
  • 1
  • 9
  • 21
-1
votes
1 answer

Tagging custom open graph objects in photos

Can I tag something else other than user in a photo? I want to create custom open graph objects which will be taggable on facebook photos. If not is there any plan on facebook api to allow this.
-2
votes
0 answers

tag files in a css styled web directory

so there are many css styled directory themes online if you look, example: https://jmkim.github.io/simplex/demo/ is there a way to give all viewers the ability to tag files in a directory? for instance a folder with a set of pictures, each picture…
-2
votes
3 answers

Populate random number in a img src

I've been asked to insert a CACHEBUSTER (random number) within this third party pixel below: The random number is…
-2
votes
1 answer

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?
leet
  • 933
  • 1
  • 13
  • 27
1 2 3
61
62