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

Cannot save tag_list when using multi-step forms

I have a belonging model that allows user to post objects to be sold or rented on my website. I recently changed the form, making it a multi-step form: a first form asks the name of the object and if the object is for sale or to rent, a second form…
citraL
  • 1,146
  • 1
  • 10
  • 25
0
votes
1 answer

Adding tags: Django custom form widget for ManyToMany model field

I am currently creating my own Tagging app for Django. Here are the models: class Tag(models.Model): name = models.CharField(max_length=100) class Book(models.Model): title = models.CharField(max_length=100) tags =…
Alp
  • 29,274
  • 27
  • 120
  • 198
0
votes
1 answer

javascript with for loop for tagging text in a form textarea

I have a javascript that is to be used to tag text in a textarea when a user clicks a button. Right now I have only gotten it to work for one button. There are 8 buttons that need to be able to tag in total but I don't want to repeat the same code…
numfar
  • 1,637
  • 4
  • 18
  • 39
0
votes
0 answers

auto-generate e-commerce tags from item description

We are developing an e-commerce portal that enables users to list their items (name, description, tags) on the site. However, we realized that users are not understanding item tags very well, some of them write arbitrary words some others leave it…
Abed Hawa
  • 1,372
  • 7
  • 18
0
votes
2 answers

LINQ version of a SQL query

I have the following tables: Monster: Name Description EatsPeople Vampire Pale, afraid of light True Ghost See-through, annoying False Wraith Green-ish, ugly, dumb True TagLookup: Name ID Ghost 1 Ghost …
Alex Guerin
  • 2,336
  • 10
  • 36
  • 53
0
votes
2 answers

How do I create 'remove tag' links with Acts_As_Taggable_On in Rails?

I'm creating a simple project tagging application using the Act_As_Taggable_On gem. Adding projects, and adding tags (in my case 'types' / 'type_list') to each project works great. Where I'm stuck is how to remove individual tags using…
-1
votes
3 answers

Invoking brill tagger through C#

We want to use brill tagger such that on a button click, it will tag the Input.txt into output.txt. So we have created a new visual studio project and put a button. On button click event we wrote the following code. There are no errors and we can…
-1
votes
1 answer

Developing a photo tagging application (with possibiltiy of tagging unlimited tags)

Developing a facebook application similar to: http://www.fostersartofchilling.com/introducing-strong Their is an image that will be relieved if all the pixels are tagged. Hovering on any pixel on the image previews the thumbnail of the user photo…
Kalpesh Panchal
  • 965
  • 9
  • 20
-1
votes
1 answer

OperationalError 1054 Unknown column 'tags' using django-tagging

I'm trying to use django-tagging in my django app, but I'm getting an SQL error when inserting the field my model has tags = TagField() >>> from cms.models import Articles >>> a=Articles() >>> a.save() OperationalError: (1054, "Unknown column 'tags'…
-1
votes
0 answers

Unable to connect SAM model with label studio

Validation error Can't connect to ML backend http://localhost:9090/, health check failed. Make sure it is up and your firewall is properly configured. I have used below docker_compose file to run the services. version:…
-1
votes
1 answer

How to add a tag system to the posts of my website using only html, js and css?

i am developing a website. I want to add a tag system to the blog/posts i make on my website and I'd like to know how. The specification of "only html, css and js" is because this is going to be a neocities website and neocities only accepts those…
-1
votes
1 answer

How to get a relative path of terragrunt.hcl in an AWS resource's tag?

How can I tag each AWS resource with a relative path of its source/terragrunt.hcl file? Ideally, the solution, if it exists, would also work with a locally/relatively referenced modules (rather than only modules from a git repo). # In root…
-1
votes
3 answers

Recommended annotation tool to create a Named Entities Recognition data set

I'm new to NLP. I am looking for recommendations for an Annotation tool to create a labeled NER dataset from raw texts. In details: I'm trying to create a labeled data set for specific types of Entities in order to develop my own NER project (rule…
-1
votes
1 answer

How to use selectize.js in laravel for tagging?

I can use selectize js for my laravel framework project tagging posts? I use for tagging many to many relation.
-1
votes
1 answer

Windows powershell command to look up tags

I am trying to work out how to do {something} based off a tag existing on an EC2 instance or not (using powershell as part of bootstrap).. does anyone know the best way to do it ? [if tag={this}, then {this}]