tagging Questions
3
Solved
I'm trying to add "tags" to an Article model in a Rails 3 application.
I'm wondering if there is a gem or plugin that has adds both the "tagging" functionality in the model and also the auto-compl...
Whitehead asked 8/2, 2011 at 19:7
4
Solved
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?
4
Solved
I'm building an application which needs to take an image and infer tags related to it. Those tags can be about things, adjectives or even emotions related to the picture.
I've already found ...
Elaina asked 15/11, 2010 at 21:59
5
Solved
I have a cities table which looks like this.
|id| Name |
|1 | Paris |
|2 | London |
|3 | New York|
I have a tags table which looks like this.
|id| tag |
|1 | Europe |
|2 | North America |
|3 |...
Heidelberg asked 2/8, 2013 at 14:53
1
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 too...
2
What are the weaknesses and strengths of the Brill Tagger? Can you suggest some possible improvements for the tagger?
Firearm asked 26/2, 2010 at 13:30
6
Solved
I've heard of a few ways to implement tagging; using a mapping table between TagID and ItemID (makes sense to me, but does it scale?), adding a fixed number of possible TagID columns to ItemI...
Belisle asked 21/8, 2008 at 19:18
4
Solved
I'm working with Microdata and I want to use Schema.org’s keywords for CreativeWork.
The schema specifies that it should be text but do I put each keyword in a separate element with itemprop="key...
Ferreous asked 7/11, 2011 at 16:44
4
Solved
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...
Botch asked 4/12, 2009 at 16:1
7
I would like to uniquely use owner tags in my app. My problem is that when I create / update a post via a form I only have f.text_field :tag_list which only updates the tags for the post but has no...
Coachman asked 1/9, 2010 at 14:52
1
Solved
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 "1...
6
Solved
I'm trying to create to create a tag in svn repo for my project. I use Eclipse and Subversive plugin. Every time I try tagging, I get the following error:
Tag operation for some of selected reso...
Oraliaoralie asked 26/8, 2010 at 8:15
3
Solved
Users can add tags to a snippet:
class Snippet < ActiveRecord::Base
# Relationships
has_many :taggings
has_many :tags, :through => :taggings
belongs_to :closing_reason
end
I want to ...
Kerby asked 29/1, 2011 at 12:34
4
Solved
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,...
3
I am trying to apply filter tagging for Solr search Tagging_and_excluding_Filters.
The challenge is to apply multiple tagging at the same time (for multiple select options on a single page). e.g. ...
4
Solved
What are good solutions for tagging in Rails with MongoID?
It seems that it is really simple to just add a hash or array to a document, but I am not sure if that is the best approach.
Maybe...
Bernat asked 28/3, 2011 at 10:44
1
Solved
Selectize.js allows to transform inputs into widgets with tagging, auto-complete etc.. I'm trying to add tag into input using code.
Here's what I have so far.
$(function() {
$("#tags").selectize...
Lobelia asked 8/12, 2013 at 20:22
3
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 o...
Patriliny asked 15/3, 2011 at 3:49
3
Solved
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. Basic...
1
Solved
GitLab has this nice 'deploy keys' feature useful for CI servers to have read and pull access to a repository as they usual don't need more than that. However, I need to create and push a tag to th...
Electrolier asked 29/7, 2013 at 0:38
5
Solved
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
3
I'm implementing a tag system similar to StackOverflow tag system but I just wonder How-to get related tags and define the relationships weights between tags like the list of "Related Tags" in any ...
Rightwards asked 17/11, 2010 at 7:37
1
Solved
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 ...
Connotative asked 6/4, 2013 at 10:32
3
Solved
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 pl...
Vic asked 17/12, 2010 at 0:27
1
Solved
I want to implement content tagging using MongoDB. In a relational database, the best approach would be to have a many-to-many relation between the content (say, "products") and tags tables. But wh...
Nole asked 14/12, 2012 at 16:21
© 2022 - 2025 — McMap. All rights reserved.