Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
178 views

C++, the term/idiom for programming using template

I keep reading the term : template programming generic programming meta-programming maybe another idiom/term.. for any c++ code that use template, which one is the correct or more accurate term of ...
6
votes
1answer
757 views

Terminal in Emacs in Windows - Error message: “Spawning child process; invalid argument”

I'm trying to start a cmd terminal in Emacs 23.2 (latest version) in Windows. According to the Manual, I can enter in terminal mode (starting a new buffer for the terminal) in Emacs by typing M-x ...
4
votes
1answer
2k views

bash trap of TERM - what am I doing wrong?

Given this hack.c program: #include <stdio.h> main() { int i=0; for(i=0; i<100; i++) { printf("%d\n", i); sleep(5); } } and this hack.sh bash script: #!/bin/bash ./hack If I ...
3
votes
1answer
87 views

Using elisp, how to start, send-keys-to, and stop a command in emacs terminal emulator?

Using elisp (not interactive key-chords), how can I run a command in emacs terminal emulator; and how can I send key-presses to that buffer? Starting term seems to require (term "/bin/bash"), which ...
3
votes
2answers
69 views

Lucene. Question about TermFrequenciesVector

what do I obtain if I call IndexReader.getTermFrequenciesVector(...) on an index created with TermVector.YES option? Thanks in advance Antonio
2
votes
3answers
39 views

Unifiable Prolog Terms

Are the two terms [a,b,c,d,e] and [[X] | [b,c,d,e]] unifiable? I need confirmation I think they are not because you cannot get [X] = a in any way?
2
votes
4answers
42 views

What is the term for when someone sends requests repeatedly to a server in order for it to crash?

When someone sends requests repeatedly to a server in order for it to crash; what's the term for this? I'm looking for a software to test this kind of problem but I can't remember the term,
2
votes
2answers
101 views

Ignoring escape sequences and other characters in UNIX redirection

I'm redirecting console output to a file, and getting [?25h and [?25l mixed in with my regular output. I've looked online and apparently they are the sequence characters for cnorm and civis, whatever ...
2
votes
3answers
473 views

Different color themes per mode in Emacs

How can I ask Emacs to automatically use a different color theme (e.g. using the Elisp ColorTheme package) depending on the mode of the buffer? Some color-themes work great when editing code, but not ...
2
votes
4answers
639 views

What does 'seeding' mean?

Very simple question. What does the term 'seeding' mean in general? I'll put the context, i.e., you must seed for random functions.
2
votes
1answer
630 views

Emacs term-mode colors

I used have my term-term-name set to vt1000 and my bashrc set to xterm this worked fine except that colored output did not work. Then i set the term-term-name to screen and my .basrc to screen that ...
1
vote
2answers
118 views

How to add a term to TermCollection (taxonomy field)

In sharePoint 2010, I want to set taxonomy values of a document field. The field can take multiple taxonomy terms. I am doing it the wrong way because the cast of taxoTerms.Concat(terms) in ...
1
vote
1answer
89 views

zsh in Emacs output junk characters

No matter I use term or ansi-term to start zsh in Emacs, I encounter this problem, whenever I input commands, the output will have some junk characters like: [ruby-1.9.2] ~ pwd ...
1
vote
1answer
37 views

How to get generalization of term. Prolog

For example - I have some terms: moves(1, [1]). moves(1, [2]). moves(1, [3]). How can I get next term? moves(1, [1,2,3]). % I have moves(1, [1]). moves(1, [2]). moves(1, [3]). % I ...
1
vote
1answer
15 views

Is there a term for the string in an email address before the @ character?

When describing a URL, there are well-defined terms for each part of the URL, like protocol, hostname, path and query. When describing an email address, the part after the @ character is the domain. ...
1
vote
1answer
130 views

ansi-term/multi-term error in process filter

In both ansi-term and multi-term, after I cd to a directory, I get an error message and garbled output whereby the contents of ls are printed but overlaps with the prompt. This is as far as I get $ ...
1
vote
1answer
343 views

wordpress nav menu does not recognize single-post as child of a term

I have a problem and I'm pulling my hair out over it. I have a vertical nav menu which lists a taxonomy's terms and child terms. The child terms all own a set of posts. Upon visiting a single-post ...
1
vote
2answers
201 views

term frequency calculation

i m in a doubt... i need to calculate term frequency of term in a document... what i did is simply just " counted the no of times that term appears in that document"...if that term appeared say 138 ...
0
votes
1answer
22 views

Term reference field type in Drupal 6? [closed]

In drupal 7, when adding a new filed for a certain content type, in the field option, I can select "term reference" to link to a list of pre-defined terms. But I cannot have this option in Drupal 6. ...
0
votes
2answers
93 views

Installing Term::TermKey returns error

I have a problem while installing Term::TermKey with CPAN and I can't find information about how to solve it. Here is an output: cpan[9]> install Term::TermKey Running install for module ...
0
votes
0answers
27 views

What is the ownership of User Data if I use Facebook as one of the login methods

For example, my website use Facebook to login for a convenient way to signin, and also provide native login. And after Facebook login, I also ask additional information to fulfill the account info ...
0
votes
1answer
81 views

mysql, php jquery.autocomplete single row search using multipule :term words

Im working on an autocomplete for a form I'm doing. My question is, how do I pass more than one search :term from jQuery into the mysql SELECT query? Like: $search_term = "%".$_GET['term']."%"; ...
0
votes
1answer
37 views

What is the best way to represent a category hierarchy using term prefixes in Xapian?

Assume I have the following example hierarchy: US Michigan Detroit Grand Rapids Lansing Minnesota Grand Rapids Minneapolis St Paul Ohio Columbus Grand Rapids Sandusky I see two ways that I ...
0
votes
1answer
32 views

How to use AND *and* OR in a Drupal taxonomy URL

I'm new to Drupal but thanks to our old friend O'Reilly I'm blazing through my own taxonomy-based, navigational search-paradigmed menu in Drupal 6. Using only Core modules at the moment (I don't want ...
0
votes
1answer
30 views

solr, finding preceding trailing/terms for a given term

Is there a way in SOLR, with termquery, searchquery or other magic, to find the most preceding (or trailing) terms, for a given term x?
0
votes
2answers
25 views

NSStrings - Basic Term Extraction

I have two NSStrings and I would like to find the words that are common to both as a basic form of term extraction... Any ideas how to go about this? Roy
0
votes
0answers
27 views

store and query the relation between the terms

I have a reqiment,i need to calculate the relation between the terms.for example Term1 Term2 relation(Weight) iphone ipad 0.99999 iphone apple 0.88888 iphone food 0.33333 ...
0
votes
0answers
46 views

What is Aggregation Proxy?

can someone share and explain about Aggregation Proxy in simple way. 1) What is Aggregation Proxy ? 2) How it is used? 3) Why to use it? 4) What are the adv/disadv? 5) In which areas? just ...
0
votes
1answer
44 views

International term extractor service

I know this has been already asked (cf. Term Extraction with non-English), but I didn't find any answers yet :( I am currently using http://developer.yahoo.com/search/content/V1/termExtraction.html ...
0
votes
0answers
29 views

Listing Post Type Posts with Parent and Child taxonomy categories

A) I have a custom post type named "beat_posts". B) I have a taxonomy named "beats" for my beat_posts. C) I added a parent beat term named "set-up" which I add posts to. D) I also added a child beat ...
0
votes
2answers
178 views

How to extract semantic relatedness from a text corpus

The goal is to assess semantic relatedness between terms in a large text corpus, e.g. 'police' and 'crime' should have a stronger semantic relatedness than 'police' and 'mountain' as they tend to ...
0
votes
1answer
67 views

Making a predicate from a list

I want to make a predicate from this list. I have a list [apple,orange]. I try to make this predicate---> fruits(apple,orange). Do you have any idea?
0
votes
0answers
301 views

Trap change event on SharePoint 2010 Term Store Field client side

I have a custom field type that uses a client side jquery script to fetch data from a different list in both editform and newform of a list. This works fine, but I need to handle changes made in a ...
0
votes
1answer
61 views

Term/phrase search in text

I have a database of terms and phrases. If those terms/phrases exist in a text, it tells what it is relevant for. It can be done with 2 apis available online ...
0
votes
2answers
161 views

c# : get nr of google hits for a search term

I'm writing a C# forms app, and I have list of strings (descriptions of some thing or another). I'd like to sort that list based on the amount of hits Google returns for each string. So how do I ...
0
votes
0answers
125 views

Term frequency and vector analysis - for short strings

I am currently reaearching IR techniques and I have a sql database table containig strings. It has 1000 records, each being a random sentence I picked from rando web sites. I need to get the term ...
0
votes
1answer
437 views

Related terms View based on current node (Drupal)

When visiting node/x, how to use this node's taxonomy term's related terms as argument, and then get a related terms View? Say, node/123 has a vocabulary "Country" and its term is Canada. Within the ...
0
votes
2answers
798 views

Wordpress - Display Taxonomy Terms without Links - (get_terms, the_terms, wp_tag_cloud)

Is there a way to display Taxonomy Terms without them being a link? I basically want to display all the terms underneath my Taxonomy of "Headings," but without them being links. I've tried multiple ...
0
votes
0answers
225 views

How to remove programmatically a taxonomy term from a lit item in sharepoint 2010

I have an application that apply taxonomy terms to items and it works well. My problem is I also need it to remove tags when necessary but for some reason when debug the app, the tag is removed but as ...
0
votes
2answers
65 views

How do I find the largets item in an array with php (specifically, largest taxonomy_id in an array of ids)?

I am trying to return the highest term taxonomy id of a post page or a taxonomy page. I was sucessful at listing all taxonomy id's like this: <?php $terms = get_the_terms( $post->ID , ...
0
votes
2answers
163 views

In web development, what are “term”, “taxonomy terms” and “vocabulary”?

I need to create 2 more tables with purpose: one table will store tags and categories data (categories can have a hierarchy but tags are not) and another table store relationship between tag, category ...
0
votes
2answers
422 views

Wordpress Development - get the terms - returns 'array'

I am trying to get the terms of a specific taxonomy to display on a page. The code is located in a page template and when I use 'get_the_terms' the result that shows is 'array'. Can someone explain ...
0
votes
1answer
195 views

Term extraction with a list of available terms

I'm looking a for term extraction algorithm/service. This is just a suggestion for an editor, so the extracted terms can be incomplete. Thus, I want it to compare the text against a list of available ...
0
votes
1answer
344 views

order post taxonomies alphabeticaly in wordpress?

I'm using a custom taxonomy for my posts which I print like this: the_terms(get_the_ID(), 'sizes', '<p>', ', ', '</p>'); This works fine but it prints the terms in the order they were ...
0
votes
0answers
278 views

How to get the Metadata taxonomy Term associated with a Managed Metadata Field

I have a requirement in which I need to get the Taxonomy Term which is associated with my Managed Metadata Field. I'm only able to get the Termset associated with the field and not the term. Can ...
0
votes
2answers
130 views

(drupal)a difficulty code to understand,get the same article's title under the same term

if ($node->taxonomy) { $query = 'SELECT DISTINCT(t.nid), n.nid, n.title FROM {node} n INNER JOIN {term_node} t ON n.nid = t.nid WHERE n.nid != %d AND ('; $args = array($node->nid); ...
0
votes
1answer
286 views

Emacs: How add custom key bindings to be used with char mode of ansi-term?

I wanna add some key bindings on ansi-term's char mode but I couldn't yet... Do you have some tips for that? Is possible? All my key bindings works properly in line mode, obviously, but how can I ...
0
votes
1answer
48 views

Aliases for Multi-Column Sort

What are some other names for a multi-column sort?
0
votes
3answers
46 views

Term : Database id value pair

I am almost certain there is a term for the type of table I am looking at, but I can't for the life of me remember what it is. I have a collection of tables that are simply ID | VALUE | ACTIVE ...
0
votes
1answer
353 views

Tf-idf: Is this approach correct?

I would like to calculate the term frequency using Tf-idf. I've drafted an equation where you should get the Tf-idf value on the left side. Is this correct? Tf-idf for DOCUMENT: tf-idf(WORD) = ...

1 2